Skip to content

Commit

Permalink
Add a gun-less variant of mansion safe item group and use it in the r…
Browse files Browse the repository at this point in the history
…esort.
  • Loading branch information
kevingranade committed Mar 25, 2024
1 parent 3461f3e commit 703ea1c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions data/json/itemgroups/Locations_MapExtras/mansion.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,22 @@
{ "group": "mansion_guns", "prob": 80 }
]
},
{
"id": "mansion_safe_nogun",
"type": "item_group",
"subtype": "collection",
"items": [
[ "diamond", 20 ],
{ "item": "money_bundle_twenty", "prob": 50, "count": [ 1, 5 ] },
{ "item": "money_bundle_fifty", "prob": 50, "count": [ 1, 5 ] },
{ "item": "money_bundle_hundred", "prob": 20, "count": [ 1, 2 ] },
{ "group": "stash_drugs", "prob": 5 },
[ "file", 70 ],
{ "group": "jewelry_front", "prob": 40 },
{ "group": "costume_jewelry_vampire", "prob": 5 },
{ "group": "costume_jewelry_dark", "prob": 5 }
]
},
{
"id": "mansion_gunsafe",
"type": "item_group",
Expand Down
2 changes: 1 addition & 1 deletion data/json/mapgen_palettes/private_resort.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"toilets": { "$": { } },
"items": {
"$": { "item": "stash_drugs", "chance": 75 },
"Y": { "item": "mansion_safe", "chance": 100, "repeat": [ 3, 8 ] },
"Y": { "item": "mansion_safe_nogun", "chance": 100, "repeat": [ 3, 8 ] },
"l": { "item": "trash", "chance": 66, "repeat": [ 1, 3 ] },
"e": { "item": "SUS_office_desk", "chance": 50 },
"K": { "item": "unisex_coat_rack", "chance": 33, "repeat": [ 1, 3 ] },
Expand Down

0 comments on commit 703ea1c

Please sign in to comment.