dfhack-files/orders/coke-production.json

53 lines
1,003 B
JSON
Raw Permalink Normal View History

2024-11-15 15:17:34 +01:00
[
{
"amount_left": 5,
"amount_total": 5,
"frequency": "Daily",
"id": 367,
"is_active": false,
"is_validated": true,
"item_conditions": [
{
"condition": "LessThan",
"item_type": "BAR",
"material": "COAL:COKE",
"value": 300
},
{
"condition": "GreaterThan",
"item_type": "BOULDER",
"material": "INORGANIC:COAL_BITUMINOUS",
"reaction_id": "BITUMINOUS_COAL_TO_COKE",
"value": 1
}
],
"job": "CustomReaction",
"reaction": "BITUMINOUS_COAL_TO_COKE"
},
{
"amount_left": 5,
"amount_total": 5,
"frequency": "Daily",
"id": 368,
"is_active": false,
"is_validated": true,
"item_conditions": [
{
"condition": "LessThan",
"item_type": "BAR",
"material": "COAL:COKE",
"value": 300
},
{
"condition": "GreaterThan",
"item_type": "BOULDER",
"material": "INORGANIC:LIGNITE",
"reaction_id": "LIGNITE_TO_COKE",
"value": 1
}
],
"job": "CustomReaction",
"reaction": "LIGNITE_TO_COKE"
}
]