Skip to content

Commit

Permalink
more variety in shelter_supplies (#36282)
Browse files Browse the repository at this point in the history
* shelter_supplies

* Update generic.json

* Update data/json/itemgroups/item_groups.json

Co-Authored-By: I-am-Erk <[email protected]>

* Update shelter.json

* Update shelter.json

* Update data/json/mapgen/shelter.json

Co-Authored-By: I-am-Erk <[email protected]>

Co-authored-by: I-am-Erk <[email protected]>
  • Loading branch information
Jerimee and I-am-Erk committed Dec 28, 2019
1 parent f8ba267 commit 7159683
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions data/json/itemgroups/item_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -1842,6 +1842,7 @@
[ "scorecard", 10 ],
[ "talking_doll", 60 ],
[ "marble", 65 ],
[ "handflare_dead", 3 ],
[ "creepy_doll", 1 ],
[ "straw_doll", 1 ],
[ "striped_shirt", 1 ],
Expand Down
19 changes: 16 additions & 3 deletions data/json/mapgen/shelter.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,29 @@
"subtype": "collection",
"//": "now used for shelters that have been looted by kids, see SUS groups for general shelter supplies",
"items": [
[ "jacket_evac", 10 ],
[ "emer_blanket", 40 ],
[ "wrapper", 90 ],
[ "evac_pamphlet", 80 ],
[ "glass_shard", 80 ],
[ "emer_blanket", 40 ],
[ "bottle_plastic", 30 ],
[ "plastic_knife", 20 ],
[ "plastic_spoon", 20 ],
[ "plastic_fork", 20 ],
[ "bowl_plastic", 10 ],
[ "evac_pamphlet", 80 ],
[ "jacket_evac", 15 ],
[ "folding_poncho", 10 ],
[ "sponge", 10 ],
[ "mask_dust", 9 ],
[ "handflare_dead", 9 ],
[ "whistle", 7 ],
[ "teddy_bear", 7 ],
{ "item": "vinegar", "prob": 6, "charges-min": 1 },
[ "candle", 5 ],
[ "pliers", 4 ],
[ "mirror", 4 ],
[ "wearable_light", 2 ],
[ "calcium_tablet", 1 ],
[ "vitamins", 1 ],
{ "item": "protein_bar_evac", "count": [ 0, 3 ] }
]
},
Expand Down

0 comments on commit 7159683

Please sign in to comment.