(fit, ship, context, projectionRange, **kwargs)
| 16918 | |
| 16919 | @staticmethod |
| 16920 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16921 | fit.ship.boostItemAttr('armorThermalDamageResonance', ship.getModifiedItemAttr('rookieArmorResistanceBonus'), **kwargs) |
| 16922 | |
| 16923 | |
| 16924 | class Effect4999(BaseEffect): |
nothing calls this directly
no test coverage detected