(fit, container, context, projectionRange, **kwargs)
| 998 | |
| 999 | @staticmethod |
| 1000 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1001 | level = container.level if 'skill' in context else 1 |
| 1002 | fit.ship.boostItemAttr('armorHP', (container.getModifiedItemAttr('armorHpBonus') or 0) * level, **kwargs) |
| 1003 | |
| 1004 | |
| 1005 | class Effect272(BaseEffect): |
nothing calls this directly
no test coverage detected