(fit, ship, context, projectionRange, **kwargs)
| 184 | |
| 185 | @staticmethod |
| 186 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 187 | fit.ship.increaseItemAttr('capacitorCapacity', ship.getModifiedItemAttr('capacitorBonus'), **kwargs) |
| 188 | |
| 189 | |
| 190 | class Effect26(BaseEffect): |
nothing calls this directly
no test coverage detected