(fit, ship, context, projectionRange, **kwargs)
| 17018 | |
| 17019 | @staticmethod |
| 17020 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17021 | fit.ship.boostItemAttr('shieldThermalDamageResonance', ship.getModifiedItemAttr('rookieShieldResistBonus'), **kwargs) |
| 17022 | |
| 17023 | |
| 17024 | class Effect5013(BaseEffect): |
nothing calls this directly
no test coverage detected