(fit, module, context, projectionRange, **kwargs)
| 2069 | |
| 2070 | @staticmethod |
| 2071 | def handler(fit, module, context, projectionRange, **kwargs): |
| 2072 | fit.ship.increaseItemAttr('powerOutput', module.getModifiedItemAttr('powerIncrease'), **kwargs) |
| 2073 | |
| 2074 | |
| 2075 | class Effect657(BaseEffect): |
nothing calls this directly
no test coverage detected