(fit, ship, context, projectionRange, **kwargs)
| 16967 | |
| 16968 | @staticmethod |
| 16969 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16970 | fit.ship.boostItemAttr('shieldEmDamageResonance', ship.getModifiedItemAttr('rookieShieldResistBonus'), **kwargs) |
| 16971 | |
| 16972 | |
| 16973 | class Effect5009(BaseEffect): |
nothing calls this directly
no test coverage detected