(fit, ship, context, projectionRange, **kwargs)
| 22571 | |
| 22572 | @staticmethod |
| 22573 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22574 | for damageType in ('em', 'thermal', 'explosive', 'kinetic'): |
| 22575 | fit.ship.boostItemAttr('shield{}DamageResonance'.format(damageType.capitalize()), |
| 22576 | ship.getModifiedItemAttr('eliteBonusIndustrial2'), skill='Transport Ships', **kwargs) |
| 22577 | |
| 22578 | |
| 22579 | class Effect5888(BaseEffect): |
nothing calls this directly
no test coverage detected