(fit, ship, context, projectionRange, **kwargs)
| 36382 | |
| 36383 | @staticmethod |
| 36384 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 36385 | damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal') |
| 36386 | for damageType in damageTypes: |
| 36387 | fit.ship.boostItemAttr(f'armor{damageType}DamageResonance', ship.getModifiedItemAttr('shipBonusGBC2'), |
| 36388 | skill='Gallente Battlecruiser', **kwargs) |
| 36389 | |
| 36390 | |
| 36391 | class Effect8073(BaseEffect): |
nothing calls this directly
no test coverage detected