Skip to content

Commit

Permalink
Merge pull request CleverRaven#74166 from Mystic-Spider/patch-11
Browse files Browse the repository at this point in the history
Update furniture_fireplaces.json to include open roof rock floor fire ring
  • Loading branch information
Maleclypse authored May 30, 2024
2 parents 1211d55 + 17a6e99 commit bf2da9d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions data/json/construction/furniture_fireplaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@
"pre_terrain": "t_rock_floor",
"post_terrain": "f_firering"
},
{
"type": "construction",
"id": "constr_firering_on_rock_no_roof",
"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_no_roof",
"post_terrain": "f_firering"
},
{
"type": "construction",
"id": "constr_firering_underground",
Expand Down

0 comments on commit bf2da9d

Please sign in to comment.