Skip to content

Commit

Permalink
add disassembly, fix wron migration
Browse files Browse the repository at this point in the history
  • Loading branch information
marilynias committed Feb 10, 2025
1 parent 7cea0e2 commit 99d7a89
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/json/furniture_and_terrain/furniture-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -508,9 +508,9 @@
"coverage": 40,
"required_str": -1,
"max_volume": "200 L",
"flags": [ "CONTAINER", "FIRE_CONTAINER", "PLACE_ITEM" ],
"flags": [ "CONTAINER", "FIRE_CONTAINER", "PLACE_ITEM", "EASY_DECONSTRUCT" ],
"examine_action": { "type": "appliance_convert", "furn_set": "f_null", "item": "arc_furnace" },
"deconstruct": { "items": [ { "item": "metal_tank", "count": [ 1, 4 ] }, { "item": "pipe", "count": [ 2, 4 ] } ] },
"deconstruct": { "items": [ { "item": "arc_furnace", "count": 1 } ] },
"bash": {
"str_min": 18,
"str_max": 40,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
{
"type": "ter_furn_migration",
"from_furn": "f_machinery_heavy",
"from_furn": "f_arc_furnace",
"to_furn": "f_arcfurnace_empty"
}
]
17 changes: 17 additions & 0 deletions data/json/uncraft/recipe_deconstruction.json
Original file line number Diff line number Diff line change
Expand Up @@ -4671,6 +4671,23 @@
[ [ "motor_small", 1 ] ]
]
},
{
"result": "arc_furnace",
"type": "uncraft",
"activity_level": "LIGHT_EXERCISE",
"time": "360 m",
"qualities": [ { "id": "SAW_M", "level": 1 }, { "id": "DRILL", "level": 1 }, { "id": "SCREW", "level": 1 } ],
"components": [
[ [ "fire_brick", 40 ] ],
[ [ "cu_pipe", 4 ] ],
[ [ "cable", 12 ] ],
[ [ "pipe", 4 ] ],
[ [ "clamp", 1 ] ],
[ [ "motor_tiny", 1 ] ],
[ [ "medium_storage_battery", 2 ] ],
[ [ "frame", 1 ] ]
]
},
{
"result": "tablesaw",
"type": "uncraft",
Expand Down

0 comments on commit 99d7a89

Please sign in to comment.