Skip to content

Commit

Permalink
Zoo revamp (#71975)
Browse files Browse the repository at this point in the history
* Add spawn to map & entrance + parking

* ground for only ground

* Updatesss

* itemgroup

* foxies

* moar bigger

* Most of above ground terrain

* playground + pet + office + llama

* Roof :D

* Basement

* First few itemgroups

* Final bits
  • Loading branch information
Milopetilo authored Mar 4, 2024
1 parent 2ba772a commit 0fa4b09
Show file tree
Hide file tree
Showing 5 changed files with 630 additions and 1,146 deletions.
24 changes: 24 additions & 0 deletions data/json/itemgroups/zoo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[
{
"id": "gift_shop_zoo",
"type": "item_group",
"subtype": "collection",
"entries": [
{ "item": "novel_pulp", "prob": 30, "count": [ 1, 5 ] },
{ "item": "toy_figurine", "prob": 75, "count": [ 1, 10 ] },
{ "item": "deck_of_cards", "prob": 60, "count": [ 1, 5 ] },
{ "item": "monopoly", "prob": 5, "count": [ 1, 2 ] },
{ "item": "teddy_bear", "prob": 25, "count": [ 1, 2 ] }
]
},
{
"id": "shelves_zoo",
"type": "item_group",
"subtype": "distribution",
"entries": [
{ "group": "SUS_janitors_closet", "prob": 15 },
{ "group": "gift_shop_zoo", "prob": 25 },
{ "group": "tools_general", "prob": 10 }
]
}
]
Loading

0 comments on commit 0fa4b09

Please sign in to comment.