(fit, ship, context, projectionRange, **kwargs)
| 21464 | |
| 21465 | @staticmethod |
| 21466 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21467 | damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal') |
| 21468 | for damageType in damageTypes: |
| 21469 | fit.ship.boostItemAttr('armor{0}DamageResonance'.format(damageType), ship.getModifiedItemAttr('shipBonusAF'), |
| 21470 | skill='Amarr Frigate', **kwargs) |
| 21471 | |
| 21472 | |
| 21473 | class Effect5657(BaseEffect): |
nothing calls this directly
no test coverage detected