(fit, ship, context, projectionRange, **kwargs)
| 16880 | |
| 16881 | @staticmethod |
| 16882 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16883 | fit.ship.boostItemAttr('armorExplosiveDamageResonance', ship.getModifiedItemAttr('rookieArmorResistanceBonus'), **kwargs) |
| 16884 | |
| 16885 | |
| 16886 | class Effect4996(BaseEffect): |
nothing calls this directly
no test coverage detected