Skip to content

Commit

Permalink
Add deconstruction for tourist table and move camp chair to uncraft (#…
Browse files Browse the repository at this point in the history
…34277)

* Added folder and file for deconstruction recipes for deployable tools

The file only contains deconstruction recipes for camping chair and tourist table for now

* Moved camp chair out of the deconstruction file and into its own file
  • Loading branch information
snipercup authored and ZhilkinSerg committed Sep 28, 2019
1 parent 8b68302 commit 98978f8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
7 changes: 0 additions & 7 deletions data/json/recipes/recipe_deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -3009,13 +3009,6 @@
[ [ "RAM", 1 ] ]
]
},
{
"result": "camp_chair",
"type": "uncraft",
"time": "5 m",
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [ [ [ "sheet_metal_small", 2 ] ], [ [ "steel_chunk", 2 ] ] ]
},
{
"result": "platinum_hairpin",
"type": "uncraft",
Expand Down
18 changes: 18 additions & 0 deletions data/json/uncraft/tool/deployable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"result": "camp_chair",
"type": "uncraft",
"time": "5 m",
"qualities": [ { "id": "SCREW", "level": 1 } ],
"components": [ [ [ "sheet_metal_small", 2 ] ], [ [ "steel_chunk", 2 ] ] ]
},
{
"type": "uncraft",
"result": "tourist_table",
"skill_used": "fabrication",
"difficulty": 2,
"time": "8 m",
"qualities": [ { "id": "SCREW", "level": 1 }, { "id": "SAW_M", "level": 1 } ],
"components": [ [ [ "scrap", 6 ] ], [ [ "pipe", 6 ] ], [ [ "nail", 10 ] ], [ [ "sheet_metal", 1 ] ] ]
}
]

0 comments on commit 98978f8

Please sign in to comment.