(fit, container, context, projectionRange, **kwargs)
| 1195 | |
| 1196 | @staticmethod |
| 1197 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1198 | level = container.level if 'skill' in context else 1 |
| 1199 | fit.ship.boostItemAttr('hp', container.getModifiedItemAttr('hullHpBonus') * level, **kwargs) |
| 1200 | |
| 1201 | |
| 1202 | class Effect394(BaseEffect): |
nothing calls this directly
no test coverage detected