dfhack
dfhack copied to clipboard
Orders Import allows creation of impossible items
If you manually change the item materials type in the json file, you can create impossible items, for example Wooden Statues which isn't available in the normal orders screen also rock beds can be imported and created.
No relevant installed mods that modify any of the crafting recipes/materials.
impossible_items.json
[
{
"amount_left" : 40,
"amount_total" : 40,
"frequency" : "OneTime",
"id" : 292,
"is_active" : false,
"is_validated" : false,
"job" : "ConstructBed",
"material" : "INORGANIC"
},
{
"amount_left" : 61,
"amount_total" : 61,
"frequency" : "OneTime",
"id" : 294,
"is_active" : false,
"is_validated" : false,
"job" : "ConstructStatue",
"material_category" :
[
"wood"
]
}
]
I'm not sure that we consider this a bug, tbh