(fit, container, context, projectionRange, **kwargs)
| 1432 | |
| 1433 | @staticmethod |
| 1434 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1435 | level = container.level if 'skill' in context else 1 |
| 1436 | fit.ship.boostItemAttr('powerOutput', container.getModifiedItemAttr('powerEngineeringOutputBonus') * level, **kwargs) |
| 1437 | |
| 1438 | |
| 1439 | class Effect494(BaseEffect): |
nothing calls this directly
no test coverage detected