(fit, ship, context, projectionRange, **kwargs)
| 21517 | |
| 21518 | @staticmethod |
| 21519 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 21520 | for damageType in ('Em', 'Thermal', 'Explosive', 'Kinetic'): |
| 21521 | fit.ship.boostItemAttr('armor%sDamageResonance' % damageType, |
| 21522 | ship.getModifiedItemAttr('eliteBonusInterdictors1'), skill='Interdictors', **kwargs) |
| 21523 | |
| 21524 | |
| 21525 | class Effect5717(BaseEffect): |
nothing calls this directly
no test coverage detected