(fit, ship, context, projectionRange, **kwargs)
| 16899 | |
| 16900 | @staticmethod |
| 16901 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16902 | fit.ship.boostItemAttr('armorKineticDamageResonance', ship.getModifiedItemAttr('rookieArmorResistanceBonus'), **kwargs) |
| 16903 | |
| 16904 | |
| 16905 | class Effect4997(BaseEffect): |
nothing calls this directly
no test coverage detected