Set stock car capacity to nominal capacity of 3
This commit is contained in:
@@ -239,7 +239,7 @@
|
|||||||
"truckIdentifier": "truck.archbar.diamond",
|
"truckIdentifier": "truck.archbar.diamond",
|
||||||
"loadSlots": [
|
"loadSlots": [
|
||||||
{
|
{
|
||||||
"maximumCapacity": 20.0,
|
"maximumCapacity": 3.0,
|
||||||
"loadUnits": "Quantity",
|
"loadUnits": "Quantity",
|
||||||
"requiredLoadIdentifier": "cows"
|
"requiredLoadIdentifier": "cows"
|
||||||
}
|
}
|
||||||
@@ -528,7 +528,7 @@
|
|||||||
"truckIdentifier": "truck.archbar.diamond",
|
"truckIdentifier": "truck.archbar.diamond",
|
||||||
"loadSlots": [
|
"loadSlots": [
|
||||||
{
|
{
|
||||||
"maximumCapacity": 40.0,
|
"maximumCapacity": 3.0,
|
||||||
"loadUnits": "Quantity",
|
"loadUnits": "Quantity",
|
||||||
"requiredLoadIdentifier": "pigs"
|
"requiredLoadIdentifier": "pigs"
|
||||||
}
|
}
|
||||||
@@ -817,7 +817,7 @@
|
|||||||
"truckIdentifier": "truck.archbar.diamond",
|
"truckIdentifier": "truck.archbar.diamond",
|
||||||
"loadSlots": [
|
"loadSlots": [
|
||||||
{
|
{
|
||||||
"maximumCapacity": 2000.0,
|
"maximumCapacity": 3.0,
|
||||||
"loadUnits": "Quantity",
|
"loadUnits": "Quantity",
|
||||||
"requiredLoadIdentifier": "chickens"
|
"requiredLoadIdentifier": "chickens"
|
||||||
}
|
}
|
||||||
@@ -1106,7 +1106,7 @@
|
|||||||
"truckIdentifier": "truck.archbar.diamond",
|
"truckIdentifier": "truck.archbar.diamond",
|
||||||
"loadSlots": [
|
"loadSlots": [
|
||||||
{
|
{
|
||||||
"maximumCapacity": 40.0,
|
"maximumCapacity": 3.0,
|
||||||
"loadUnits": "Quantity",
|
"loadUnits": "Quantity",
|
||||||
"requiredLoadIdentifier": "sheep"
|
"requiredLoadIdentifier": "sheep"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user