(fit, module, context, projectionRange, **kwargs)
| 11909 | |
| 11910 | @staticmethod |
| 11911 | def handler(fit, module, context, projectionRange, **kwargs): |
| 11912 | fit.ship.increaseItemAttr('capacitorCapacity', module.getModifiedItemAttr('capacitorCapacity') or 0, **kwargs) |
| 11913 | |
| 11914 | |
| 11915 | class Effect3831(BaseEffect): |
nothing calls this directly
no test coverage detected