Skip to content

Commit

Permalink
Merge branch 'cataclysmbnteam:main' into implement_global_unique
Browse files Browse the repository at this point in the history
  • Loading branch information
Zlorthishen authored Jan 3, 2025
2 parents 7b58ccb + 7c55574 commit edb5077
Show file tree
Hide file tree
Showing 35 changed files with 764 additions and 336 deletions.
2 changes: 2 additions & 0 deletions data/json/construction.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"required_skills": [ [ "fabrication", 0 ] ],
"time": "20 m",
"qualities": [ [ { "id": "PRY", "level": 1 } ], [ { "id": "SCREW", "level": 1 } ] ],
"deny_flags": [ "ADV_DECONSTRUCT" ],
"pre_special": "check_deconstruct",
"post_flags": [ "keep_items" ],
"post_special": "done_deconstruct"
Expand All @@ -20,6 +21,7 @@
"time": "10 s",
"pre_note": "Certain terrain and furniture can be deconstructed without any tools.",
"pre_flags": "EASY_DECONSTRUCT",
"deny_flags": [ "ADV_DECONSTRUCT" ],
"pre_special": "check_deconstruct",
"post_flags": [ "keep_items" ],
"dark_craftable": true,
Expand Down
Loading

0 comments on commit edb5077

Please sign in to comment.