diff --git a/data/json/construction.json b/data/json/construction.json index ba3851033bf16..26584ce5f1986 100644 --- a/data/json/construction.json +++ b/data/json/construction.json @@ -2363,6 +2363,18 @@ "pre_special": "check_empty", "post_terrain": "f_standing_tank" }, + { + "type": "construction", + "id": "constr_anvil", + "group": "place_anvil", + "category": "FURN", + "required_skills": [ [ "fabrication", 0 ] ], + "time": "1 m", + "components": [ [ [ "anvil", 1 ] ] ], + "pre_note": "Can be deconstructed without tools.", + "pre_special": "check_empty", + "post_terrain": "f_anvil" + }, { "type": "construction", "id": "constr_forge", diff --git a/data/json/construction_group.json b/data/json/construction_group.json index 494f90d9d646b..74dbeebdd2629 100644 --- a/data/json/construction_group.json +++ b/data/json/construction_group.json @@ -1114,6 +1114,11 @@ "id": "reveal_wall_wiring", "name": "Reveal Wall Wirings" }, + { + "type": "construction_group", + "id": "place_anvil", + "name": "Place Anvil" + }, { "type": "construction_group", "id": "place_forge",