Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove secret science/military stuff from bank/industry/mall vaults #77155

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions data/json/itemgroups/Locations_MapExtras/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2358,7 +2358,6 @@
"type": "item_group",
"id": "vault",
"items": [
{ "group": "schematics", "prob": 5 },
{ "item": "money_strap_ten", "prob": 50, "count": [ 1, 9 ] },
{ "item": "money_strap_twenty", "prob": 50, "count": [ 1, 9 ] },
{ "item": "money_strap_fifty", "prob": 50, "count": [ 1, 9 ] },
Expand All @@ -2371,8 +2370,6 @@
{ "item": "money_bundle_fifty", "prob": 50, "count": [ 1, 5 ] },
{ "item": "money_bundle_hundred", "prob": 10, "count": [ 1, 2 ] },
{ "group": "coins", "prob": 2, "count": [ 1, 10 ] },
[ "recipe_caseless", 5 ],
[ "recipe_labchem", 5 ],
[ "file", 20 ],
[ "platinum_small", 10 ],
[ "gold_small", 10 ],
Expand All @@ -2381,7 +2378,6 @@
[ "gold_watch", 12 ],
[ "sf_watch", 10 ],
[ "platinum_watch", 1 ],
[ "survnote", 3 ],
[ "gold_ring", 10 ],
[ "diamond_ring", 10 ],
[ "gold_bracelet", 12 ],
Expand All @@ -2400,8 +2396,6 @@
[ "crown_golden", 5 ],
[ "diamond_dental_grill", 5 ],
[ "gold_dental_grill", 5 ],
[ "standard_template_construct", 4 ],
[ "standard_template_construct_combat_exoskeleton", 4 ],
[ "briefcase", 4 ],
[ "small_relic", 3 ],
[ "holy_symbol", 3 ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": [ "BEM_TEMPLATE_SELLER_1", "BEM_TEMPLATE_SELLER_ASK" ],
"type": "talk_topic",
"dynamic_line": {
"gendered_line": "&The mercenary seems uncharacteristically upbeat, or perhaps just drunk. \"Found this neat gizmo in a bank run a few days ago.\" <mypronoun> blurts while procuring a small cube of etched glass from <mypossesivepronoun> pocket. \"Now, I have no use for such a thing, but perhaps you do. What do you say? It's yours for 3 coins.\"",
"gendered_line": "&The mercenary seems uncharacteristically upbeat, or perhaps just drunk. \"Found this neat gizmo in a lab run a few days ago.\" <mypronoun> blurts while procuring a small cube of etched glass from <mypossesivepronoun> pocket. \"Now, I have no use for such a thing, but perhaps you do. What do you say? It's yours for 3 coins.\"",
"relevant_genders": [ "npc" ]
},
"responses": [
Expand Down
Loading