(fit, ship, context, projectionRange, **kwargs)
| 21482 | |
| 21483 | @staticmethod |
| 21484 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21485 | damageTypes = ('Em', 'Explosive', 'Kinetic', 'Thermal') |
| 21486 | for damageType in damageTypes: |
| 21487 | fit.ship.boostItemAttr('shield{0}DamageResonance'.format(damageType), |
| 21488 | ship.getModifiedItemAttr('eliteBonusInterceptor2'), skill='Interceptors', **kwargs) |
| 21489 | |
| 21490 | |
| 21491 | class Effect5673(BaseEffect): |
nothing calls this directly
no test coverage detected