(fit, ship, context, projectionRange, **kwargs)
| 15634 | |
| 15635 | @staticmethod |
| 15636 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15637 | damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal') |
| 15638 | for damageType in damageTypes: |
| 15639 | fit.ship.boostItemAttr('armor{0}DamageResonance'.format(damageType), ship.getModifiedItemAttr('shipBonusAC2'), |
| 15640 | skill='Amarr Cruiser', **kwargs) |
| 15641 | |
| 15642 | |
| 15643 | class Effect4643(BaseEffect): |
nothing calls this directly
no test coverage detected