(fit, src, context, projectionRange, **kwargs)
| 25849 | |
| 25850 | @staticmethod |
| 25851 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25852 | fit.ship.boostItemAttr('armorKineticDamageResonance', src.getModifiedItemAttr('shipBonusAD2'), |
| 25853 | skill='Amarr Destroyer', **kwargs) |
| 25854 | |
| 25855 | |
| 25856 | class Effect6336(BaseEffect): |
nothing calls this directly
no test coverage detected