(cls, fit, booster, context, projectionRange, **kwargs)
| 7994 | |
| 7995 | @classmethod |
| 7996 | def handler(cls, fit, booster, context, projectionRange, **kwargs): |
| 7997 | fit.ship.boostItemAttr('shieldCapacity', booster.getModifiedItemAttr(cls.attr), **kwargs) |
| 7998 | |
| 7999 | |
| 8000 | class Effect2739(BaseEffect): |
nothing calls this directly
no test coverage detected