(fit, ship, context, projectionRange, **kwargs)
| 16861 | |
| 16862 | @staticmethod |
| 16863 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16864 | fit.ship.boostItemAttr('armorEmDamageResonance', ship.getModifiedItemAttr('rookieArmorResistanceBonus'), **kwargs) |
| 16865 | |
| 16866 | |
| 16867 | class Effect4995(BaseEffect): |
nothing calls this directly
no test coverage detected