(fit, ship, context, projectionRange, **kwargs)
| 7146 | |
| 7147 | @staticmethod |
| 7148 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 7149 | for type in ('Em', 'Explosive', 'Kinetic', 'Thermal'): |
| 7150 | fit.ship.boostItemAttr('armor{0}DamageResonance'.format(type), ship.getModifiedItemAttr('shipBonusAB'), |
| 7151 | skill='Amarr Battleship', **kwargs) |
| 7152 | |
| 7153 | |
| 7154 | class Effect2479(BaseEffect): |
nothing calls this directly
no test coverage detected