Skip to content

Commit

Permalink
Fix encampment itemgroups
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Dec 12, 2024
1 parent 74b7dba commit dfa3de4
Showing 1 changed file with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
[
{
"type": "item_group",
"id": "bed",
"subtype": "distribution",
"entries": [ { "item": "grass_blanket", "prob": 2500 } ]
},
{
"type": "item_group",
"id": "midden_heap",
"//": "a large pile of trash, made for goblin encampments.",
"subtype": "collection",
"items": [
{ "group": "trash_forest", "prob": 95 },
{ "group": "trash_forest", "prob": 70 },
{ "group": "trash_forest", "prob": 25 }
]
},
{
"type": "item_group",
"subtype": "collection",
Expand All @@ -11,7 +28,7 @@
{ "item": "chestwrap_leather", "prob": 20, "damage": [ 1, 4 ], "custom-flags": [ "UNDERSIZE" ] },
{ "group": "pants_male", "prob": 75, "damage": [ 1, 4 ], "custom-flags": [ "UNDERSIZE" ] },
{ "group": "npc_coat", "prob": 2, "damage": [ 1, 4 ], "custom-flags": [ "UNDERSIZE" ] },
{ "group": "npc_gloves", "prob": 50, "damage": [ 1, 4 ] },
{ "group": "npc_gloves", "prob": 50, "damage": [ 1, 4 ], "custom-flags": [ "UNDERSIZE" ] },
{ "item": "wicker_backpack", "prob": 1, "damage": [ 1, 4 ] }
]
},
Expand Down

0 comments on commit dfa3de4

Please sign in to comment.