Skip to content

Commit

Permalink
disassembly
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol1223 committed May 18, 2024
1 parent 0a3a78d commit 8eacab6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/items/corpses/nether.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"material": [ "rubber" ],
"price_postapoc": "10 USD",
"volume": "600 L",
"weight": "500 kg"
"weight": "500 kg",
"flags": [ "NO_SALVAGE" ]
},
{
"type": "GENERIC",
Expand Down
18 changes: 18 additions & 0 deletions data/json/uncraft/corpses/nether.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"result": "corpse_yugg_rubber",
"type": "uncraft",
"activity_level": "MODERATE_EXERCISE",
"time": "90 m",
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "rubber_tire_chunk", 700 ] ] ]
},
{
"result": "corpse_yugg_mutflesh",
"type": "uncraft",
"activity_level": "MODERATE_EXERCISE",
"time": "90 m",
"qualities": [ { "id": "CUT", "level": 2 } ],
"components": [ [ [ "mutflesh", 1500 ] ] ]
}
]

0 comments on commit 8eacab6

Please sign in to comment.