diff --git a/data/json/construction.json b/data/json/construction.json index cab0096b47eb8..9e7cc166f16a9 100644 --- a/data/json/construction.json +++ b/data/json/construction.json @@ -3937,6 +3937,33 @@ "pre_terrain": "t_dirt", "post_terrain": "f_firering" }, + { + "type": "construction", + "id": "constr_firering_underground", + "group": "build_fire_ring", + "category": "FURN", + "required_skills": [ [ "survival", 0 ] ], + "time": "15 m", + "qualities": [ { "id": "DIG", "level": 1 } ], + "components": [ [ [ "rock", 20 ] ] ], + "pre_note": "Can be deconstructed without tools.", + "dark_craftable": true, + "pre_terrain": "t_dirt_underground", + "post_terrain": "f_firering" + }, + { + "type": "construction", + "id": "constr_firering_on_rock", + "group": "build_fire_ring", + "category": "FURN", + "required_skills": [ [ "survival", 0 ] ], + "time": "10 m", + "components": [ [ [ "rock", 20 ] ] ], + "pre_note": "Can be deconstructed without tools.", + "dark_craftable": true, + "pre_terrain": "t_rock_floor", + "post_terrain": "f_firering" + }, { "type": "construction", "id": "constr_wall_rammed_earth",