(fit, src, context, projectionRange, **kwargs)
| 34033 | |
| 34034 | @staticmethod |
| 34035 | def handler(fit, src, context, projectionRange, **kwargs): |
| 34036 | fit.ship.multiplyItemAttr('armorHP', src.getModifiedItemAttr('hiddenArmorHPMultiplier') or 0, **kwargs) |
| 34037 | |
| 34038 | |
| 34039 | class Effect7042(BaseEffect): |
nothing calls this directly
no test coverage detected