Skip to content

Commit

Permalink
makeshift_memorial, cathedral_archives itemgroups
Browse files Browse the repository at this point in the history
  • Loading branch information
LovamKicsiGazsii authored Jan 7, 2022
1 parent 8cdbafc commit 41fc104
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions data/json/itemgroups/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,31 @@
"type": "item_group",
"id": "spiral",
"items": [ [ "spiral_stone", 20 ], [ "vortex_stone", 2 ] ]
},
{
"type": "item_group",
"id": "makeshift_memorial",
"subtype": "collection",
"entries": [
{ "item": "candle", "prob": 100, "count": [ 1, 3 ], "charges-max": 50 },
{ "item": "candle", "prob": 33, "count": [ 1, 2 ], "charges-min": 50 },
{ "item": "family_photo", "prob": 20, "count": [ 1, 2 ] },
{ "item": "teddy_bear", "prob": 5 }
]
},
{
"type": "item_group",
"id": "cathedral_archives",
"subtype": "collection",
"entries": [
{ "item": "book_binder", "prob": 90, "charges-max": 90, "count": [ 1, 5 ] },
{ "item": "file", "prob": 50, "count": [ 1, 15 ] },
{ "item": "paper", "prob": 60, "count": [ 10, 125 ] },
{ "item": "book_pieces", "prob": 20 },
{ "item": "candle", "prob": 3, "charges": 100 },
{ "item": "holybook_bible1", "prob": 3 },
{ "item": "candlestick", "prob": 2 },
{ "item": "book_ruined", "prob": 1 }
]
}
]

0 comments on commit 41fc104

Please sign in to comment.