(cls, fit, booster, context, projectionRange, **kwargs)
| 8054 | |
| 8055 | @classmethod |
| 8056 | def handler(cls, fit, booster, context, projectionRange, **kwargs): |
| 8057 | fit.ship.boostItemAttr('capacitorCapacity', booster.getModifiedItemAttr(cls.attr), **kwargs) |
| 8058 | |
| 8059 | |
| 8060 | class Effect2746(BaseEffect): |
nothing calls this directly
no test coverage detected