(fit, ship, context, projectionRange, **kwargs)
| 37753 | |
| 37754 | @staticmethod |
| 37755 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 37756 | fit.ship.boostItemAttr( |
| 37757 | 'capacity', ship.getModifiedItemAttr('industrialCommandBonusShipCargoCapacity'), |
| 37758 | skill='Industrial Command Ships', **kwargs) |
| 37759 | |
| 37760 | |
| 37761 | class Effect8294(BaseEffect): |
nothing calls this directly
no test coverage detected