Skip to content

Commit

Permalink
Remove secret science/military stuff from bank/industry/mall vaults (#…
Browse files Browse the repository at this point in the history
…77155)

* Remove secret science stuff from bank vaults

* Mention of bank run -> lab run
  • Loading branch information
harakka authored Oct 21, 2024
1 parent 1521feb commit 8dfcebb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
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 @@ -2359,7 +2359,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 @@ -2372,8 +2371,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 @@ -2382,7 +2379,6 @@
[ "gold_watch", 12 ],
[ "sf_watch", 10 ],
[ "platinum_watch", 1 ],
[ "survnote", 3 ],
[ "gold_ring", 10 ],
[ "diamond_ring", 10 ],
[ "gold_bracelet", 12 ],
Expand All @@ -2401,8 +2397,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

0 comments on commit 8dfcebb

Please sign in to comment.