(fit, src, context, projectionRange, **kwargs)
| 25896 | |
| 25897 | @staticmethod |
| 25898 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25899 | fit.ship.boostItemAttr('armorExplosiveDamageResonance', src.getModifiedItemAttr('shipBonusAD2'), |
| 25900 | skill='Amarr Destroyer', **kwargs) |
| 25901 | |
| 25902 | |
| 25903 | class Effect6339(BaseEffect): |
nothing calls this directly
no test coverage detected