(fit, src, context, projectionRange, **kwargs)
| 33850 | |
| 33851 | @staticmethod |
| 33852 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33853 | fit.ship.boostItemAttr('hiddenArmorHPMultiplier', src.getModifiedItemAttr('armorHpBonus'), stackingPenalties=True, **kwargs) |
| 33854 | |
| 33855 | |
| 33856 | class Effect7030(BaseEffect): |
nothing calls this directly
no test coverage detected