Skip to content

Commit

Permalink
Merge pull request #78869 from casswedson/full-candle-box
Browse files Browse the repository at this point in the history
fix box full of spent candles
  • Loading branch information
GuardianDll authored Jan 5, 2025
2 parents 03329fc + 3ac8943 commit 9c33dea
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion data/json/itemgroups/collections_domestic.json
Original file line number Diff line number Diff line change
Expand Up @@ -2461,6 +2461,14 @@
"id": "small_candles_in_box",
"subtype": "collection",
"container-item": "box_small",
"entries": [ { "item": "candle_small", "container-item": "null", "count": [ 20, 45 ] } ]
"entries": [
{
"distribution": [
{ "item": "candle_small", "charges": [ 0, 100 ], "container-item": "null", "count": [ 20, 45 ] },
{ "item": "candle_small", "charges": [ 50, 100 ], "container-item": "null", "count": [ 20, 45 ] },
{ "item": "candle_small", "charges": 100, "container-item": "null", "count": [ 20, 45 ] }
]
}
]
}
]

0 comments on commit 9c33dea

Please sign in to comment.