(fit, container, context, projectionRange, **kwargs)
| 1299 | |
| 1300 | @staticmethod |
| 1301 | def handler(fit, container, context, projectionRange, **kwargs): |
| 1302 | level = container.level if 'skill' in context else 1 |
| 1303 | fit.ship.boostItemAttr('cpuOutput', container.getModifiedItemAttr('cpuOutputBonus2') * level, **kwargs) |
| 1304 | |
| 1305 | |
| 1306 | class Effect408(BaseEffect): |
nothing calls this directly
no test coverage detected