(fit, ship, context, projectionRange, **kwargs)
| 23304 | |
| 23305 | @staticmethod |
| 23306 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 23307 | fit.ship.boostItemAttr('shipMaintenanceBayCapacity', ship.getModifiedItemAttr('freighterBonusO1'), |
| 23308 | skill='ORE Freighter', **kwargs) |
| 23309 | |
| 23310 | |
| 23311 | class Effect6006(BaseEffect): |
nothing calls this directly
no test coverage detected