Skip to content

Commit

Permalink
forgot can't use shortcuts inside a distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
I-am-Erk committed Dec 7, 2019
1 parent 6b58aee commit fc27b73
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions data/json/itemgroups/collections_trades.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"//2": "often spawns a box to hold everything, sometimes a plastic sheet to cover it, and then some stuff in the box.",
"subtype": "collection",
"items": [
{ "distribution": [ [ "box_medium", 75 ], [ "box_large", 25 ] ], "prob": 60 },
{ "distribution": [ { "item": "box_medium", "prob": 75 }, { "item": "box_large", "prob": 25 } ], "prob": 60 },
[ "plastic_sheet", 25 ],
{
"distribution": [
Expand All @@ -26,22 +26,22 @@
{ "group": "hardware_clothing", "prob": 20 },
{ "group": "hardware_bulk", "prob": 10 },
{ "group": "hardware_books", "prob": 10 },
[ "survnote", 1 ],
[ "machete", 5 ],
[ "boots_combat", 10 ],
[ "boots_hiking", 5 ],
[ "runner_bag", 3 ],
[ "bb", 8 ],
[ "bbgun", 10 ],
[ "beartrap", 3 ],
[ "radio", 20 ],
[ "hotplate", 10 ],
[ "extinguisher", 20 ],
[ "cable", 60 ],
[ "sm_extinguisher", 10 ],
[ "grapnel", 1 ],
[ "misc_repairkit", 5 ],
[ "knitting_needles", 1 ]
{ "item": "survnote", "prob": 1 },
{ "item": "machete", "prob": 5 },
{ "item": "boots_combat", "prob": 10 },
{ "item": "boots_hiking", "prob": 5 },
{ "item": "runner_bag", "prob": 3 },
{ "item": "bb", "prob": 8 },
{ "item": "bbgun", "prob": 10 },
{ "item": "beartrap", "prob": 3 },
{ "item": "radio", "prob": 20 },
{ "item": "hotplate", "prob": 10 },
{ "item": "extinguisher", "prob": 20 },
{ "item": "cable", "prob": 60 },
{ "item": "sm_extinguisher", "prob": 10 },
{ "item": "grapnel", "prob": 1 },
{ "item": "misc_repairkit", "prob": 5 },
{ "item": "knitting_needles", "prob": 1 }
]
}
]
Expand Down

0 comments on commit fc27b73

Please sign in to comment.