(fit, ship, context, projectionRange, **kwargs)
| 22589 | |
| 22590 | @staticmethod |
| 22591 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22592 | for damageType in ('em', 'thermal', 'explosive', 'kinetic'): |
| 22593 | fit.ship.boostItemAttr('armor{}DamageResonance'.format(damageType.capitalize()), |
| 22594 | ship.getModifiedItemAttr('eliteBonusIndustrial2'), skill='Transport Ships', **kwargs) |
| 22595 | |
| 22596 | |
| 22597 | class Effect5889(BaseEffect): |
nothing calls this directly
no test coverage detected