Update to SCOLD 6.3
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
"payPerQuantity": 0,
|
||||
"costPerUnit": 0
|
||||
},
|
||||
"Bottled-soda": {
|
||||
"Bottled-soda": {
|
||||
"description": "loaded Soda Bottles",
|
||||
"units": "Pounds",
|
||||
"density": 20,
|
||||
@@ -846,6 +846,97 @@
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
},
|
||||
//TSW LOAD'S BY KATERJE
|
||||
"molten-slag": {
|
||||
"description": "Molten Slag",
|
||||
"units": "Pounds",
|
||||
"density": 70,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
},
|
||||
"molten-iron": {
|
||||
"description": "Molten Iron",
|
||||
"units": "Pounds",
|
||||
"density": 70,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
},
|
||||
"scrap-metal2": {
|
||||
"description": "Scrap Metal Type 2",
|
||||
"units": "Pounds",
|
||||
"density": 20.0,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
},
|
||||
"Metal_Sheet1": {
|
||||
"description": "Sheet Metal",
|
||||
"units": "Pounds",
|
||||
"density": 70,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
},
|
||||
"Metal_Sheet2": {
|
||||
"description": "Sheet Metal Type 2",
|
||||
"units": "Pounds",
|
||||
"density": 70,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
},
|
||||
"Metal_Sheet3": {
|
||||
"description": "Sheet Metal Type 3",
|
||||
"units": "Pounds",
|
||||
"density": 70,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
},
|
||||
"Coil_Steel_Long1": {
|
||||
"description": "Steel Coil",
|
||||
"units": "Pounds",
|
||||
"density": 75,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
},
|
||||
"Coil_Steel_Long2": {
|
||||
"description": "Steel Coil - Type 2",
|
||||
"units": "Pounds",
|
||||
"density": 75,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
},
|
||||
"Coil_Steel_Medium1": {
|
||||
"description": "Steel Coil - Type 3",
|
||||
"units": "Pounds",
|
||||
"density": 75,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
},
|
||||
"Coil_Steel_Medium2": {
|
||||
"description": "Steel Coil - Type 4",
|
||||
"units": "Pounds",
|
||||
"density": 75,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
},
|
||||
//agriculture
|
||||
"barley": {
|
||||
"description": "Barley",
|
||||
@@ -876,9 +967,9 @@
|
||||
},
|
||||
"chickens": {
|
||||
"description": "Chickens",
|
||||
"units": "Pounds",
|
||||
"units": "Quantity",
|
||||
"density": 5.0,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"unitWeightInPounds": 6.5,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
@@ -912,9 +1003,9 @@
|
||||
},
|
||||
"cows": {
|
||||
"description": "Cows",
|
||||
"units": "Pounds",
|
||||
"units": "Quantity",
|
||||
"density": 10.0,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"unitWeightInPounds": 1390.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
@@ -1011,9 +1102,9 @@
|
||||
},
|
||||
"pigs": {
|
||||
"description": "Pigs",
|
||||
"units": "Pounds",
|
||||
"units": "Quantity",
|
||||
"density": 50.0,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"unitWeightInPounds": 285.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
@@ -1047,9 +1138,9 @@
|
||||
},
|
||||
"sheep": {
|
||||
"description": "Sheep",
|
||||
"units": "Pounds",
|
||||
"units": "Quantity",
|
||||
"density": 5.0,
|
||||
"unitWeightInPounds": 0.0,
|
||||
"unitWeightInPounds": 250.0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
@@ -1181,6 +1272,15 @@
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
},
|
||||
"urea-formaldehyde-resin": {
|
||||
"description": "Urea Formaldehyde Resin",
|
||||
"units": "Gallons",
|
||||
"density": 75.0,
|
||||
"unitWeightInPounds": 0,
|
||||
"importable": true,
|
||||
"payPerQuantity": 0.0,
|
||||
"costPerUnit": 0.0
|
||||
},
|
||||
"lecithin": {
|
||||
"description": "Lecithin (Soy)",
|
||||
"units": "Pounds",
|
||||
|
||||
Reference in New Issue
Block a user