(fit, beacon, context, projectionRange, **kwargs)
| 22794 | |
| 22795 | @staticmethod |
| 22796 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 22797 | fit.ship.multiplyItemAttr('armorHP', beacon.getModifiedItemAttr('armorHPMultiplier'), **kwargs) |
| 22798 | |
| 22799 | |
| 22800 | class Effect5914(BaseEffect): |
nothing calls this directly
no test coverage detected