(fit, ship, context, projectionRange, **kwargs)
| 17001 | |
| 17002 | @staticmethod |
| 17003 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17004 | fit.ship.boostItemAttr('shieldKineticDamageResonance', ship.getModifiedItemAttr('rookieShieldResistBonus'), **kwargs) |
| 17005 | |
| 17006 | |
| 17007 | class Effect5012(BaseEffect): |
nothing calls this directly
no test coverage detected