(cls, fit, booster, context, projectionRange, **kwargs)
| 7952 | |
| 7953 | @classmethod |
| 7954 | def handler(cls, fit, booster, context, projectionRange, **kwargs): |
| 7955 | fit.ship.boostItemAttr('armorHP', booster.getModifiedItemAttr(cls.attr), **kwargs) |
| 7956 | |
| 7957 | |
| 7958 | class Effect2736(BaseEffect): |
nothing calls this directly
no test coverage detected