(fit, module, context, projectionRange, **kwargs)
| 510 | |
| 511 | @staticmethod |
| 512 | def handler(fit, module, context, projectionRange, **kwargs): |
| 513 | fit.ship.multiplyItemAttr('armorHP', module.getModifiedItemAttr('armorHPMultiplier'), **kwargs) |
| 514 | |
| 515 | |
| 516 | class Effect67(BaseEffect): |
nothing calls this directly
no test coverage detected