(fit, ship, context, projectionRange, **kwargs)
| 33819 | |
| 33820 | @staticmethod |
| 33821 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 33822 | fit.ship.increaseItemAttr('capacitorCapacity', ship.getModifiedItemAttr('capacitorBonus'), **kwargs) |
| 33823 | |
| 33824 | |
| 33825 | class Effect7028(BaseEffect): |
nothing calls this directly
no test coverage detected