(fit, implant, context, projectionRange, **kwargs)
| 7186 | |
| 7187 | @staticmethod |
| 7188 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 7189 | fit.ship.boostItemAttr('armorHP', implant.getModifiedItemAttr('armorHpBonus2'), **kwargs) |
| 7190 | |
| 7191 | |
| 7192 | class Effect2488(BaseEffect): |
nothing calls this directly
no test coverage detected