(fit, ship, context, projectionRange, **kwargs)
| 19124 | |
| 19125 | @staticmethod |
| 19126 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19127 | fit.ship.boostItemAttr('armorEmDamageResonance', ship.getModifiedItemAttr('shipBonusABC1'), |
| 19128 | skill='Amarr Battlecruiser', **kwargs) |
| 19129 | |
| 19130 | |
| 19131 | class Effect5323(BaseEffect): |
nothing calls this directly
no test coverage detected