Skip to content

Commit

Permalink
feat: add some ceramic uncraft (#4678)
Browse files Browse the repository at this point in the history
* Add some ceramic uncraft

Adds uncraft for four items: coffee mug, casserole, ceramic armor plate and crucible.
Used ceramic shard's volume to choose amount of shards recovered.

* Used weight instead of volume to determine amount of shard per disassemble for items which gave more then one shard.
  • Loading branch information
Dracque authored May 21, 2024
1 parent 0fbd822 commit 8247663
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions data/json/uncraft/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -1449,12 +1449,36 @@
"time": "1 m",
"components": [ [ [ "ceramic_shard", 1 ] ] ]
},
{
"result": "ceramic_mug",
"type": "uncraft",
"time": "1 m",
"components": [ [ [ "ceramic_shard", 1 ] ] ]
},
{
"result": "ceramic_plate",
"type": "uncraft",
"time": "1 m",
"components": [ [ [ "ceramic_shard", 1 ] ] ]
},
{
"result": "casserole",
"type": "uncraft",
"time": "1 m",
"components": [ [ [ "ceramic_shard", 1 ] ] ]
},
{
"result": "ceramic_armor",
"type": "uncraft",
"time": "1 m",
"components": [ [ [ "ceramic_shard", 1 ] ] ]
},
{
"result": "crucible",
"type": "uncraft",
"time": "1 m",
"components": [ [ [ "ceramic_shard", 2 ] ] ]
},
{
"result": "bowl_pewter",
"type": "uncraft",
Expand Down

0 comments on commit 8247663

Please sign in to comment.