(fit, src, context, projectionRange, **kwargs)
| 25865 | |
| 25866 | @staticmethod |
| 25867 | def handler(fit, src, context, projectionRange, **kwargs): |
| 25868 | fit.ship.boostItemAttr('armorThermalDamageResonance', src.getModifiedItemAttr('shipBonusAD2'), |
| 25869 | skill='Amarr Destroyer', **kwargs) |
| 25870 | |
| 25871 | |
| 25872 | class Effect6337(BaseEffect): |
nothing calls this directly
no test coverage detected