Skip to content

Commit

Permalink
Merge pull request #76584 from Night-Pryanik/dummies
Browse files Browse the repository at this point in the history
Added notes for constructing dummies
  • Loading branch information
Maleclypse authored Sep 21, 2024
2 parents daf19ba + 514d255 commit 0064d3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/construction/furniture_recreation.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"difficulty": 1,
"qualities": [ [ { "id": "DIG", "level": 2 } ] ],
"components": [ [ [ "training_dummy_heavy", 1 ] ] ],
"pre_note": "Needs diggable terrain to secure it.",
"pre_flags": { "flag": "DIGGABLE", "force_terrain": true },
"pre_special": "check_down_OK",
"post_terrain": "f_training_dummy_heavy"
Expand All @@ -103,6 +104,7 @@
"difficulty": 1,
"qualities": [ [ { "id": "DIG", "level": 2 } ] ],
"components": [ [ [ "training_dummy_light", 1 ] ] ],
"pre_note": "Needs diggable terrain to secure it.",
"pre_flags": { "flag": "DIGGABLE", "force_terrain": true },
"pre_special": "check_down_OK",
"post_terrain": "f_training_dummy_light"
Expand Down

0 comments on commit 0064d3a

Please sign in to comment.