(fit, src, context, projectionRange, **kwargs)
| 40518 | |
| 40519 | @staticmethod |
| 40520 | def handler(fit, src, context, projectionRange, **kwargs): |
| 40521 | fit.ship.boostItemAttr( |
| 40522 | 'specialColonyResourcesHoldCapacity', src.getModifiedItemAttr('shipBonusUH1'), |
| 40523 | skill='Upwell Hauler', **kwargs) |
| 40524 | |
| 40525 | |
| 40526 | class Effect12051(BaseEffect): |
nothing calls this directly
no test coverage detected