(fit, src, context, projectionRange, **kwargs)
| 40607 | |
| 40608 | @staticmethod |
| 40609 | def handler(fit, src, context, projectionRange, **kwargs): |
| 40610 | fit.ship.boostItemAttr( |
| 40611 | 'specialColonyResourcesHoldCapacity', src.getModifiedItemAttr('shipBonusUFreighter1'), |
| 40612 | skill='Upwell Freighter', **kwargs) |
| 40613 | |
| 40614 | |
| 40615 | class Effect12058(BaseEffect): |
nothing calls this directly
no test coverage detected