dfhack icon indicating copy to clipboard operation
dfhack copied to clipboard

Orders Import allows creation of impossible items

Open BadQuantaGames opened this issue 7 months ago • 1 comments

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"
		]
	}
]

BadQuantaGames avatar Jul 14 '25 00:07 BadQuantaGames

I'm not sure that we consider this a bug, tbh

ab9rf avatar Jul 14 '25 00:07 ab9rf