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

Civilian Magazine Spawn Adjustments #75925

Merged
merged 26 commits into from
Aug 26, 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
2 changes: 1 addition & 1 deletion data/json/itemgroups/Locations_MapExtras/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
{ "group": "guns_rifle_obscure", "prob": 18 },
{ "group": "guns_shotgun_obscure", "prob": 1 },
{ "group": "ammo_obscure", "prob": 40 },
{ "group": "mags_obscure", "prob": 40 }
{ "group": "mags_common", "prob": 40 }
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
[ "silver_nose_ring_stud", 2 ],
[ "gold_toe_ring", 1 ],
[ "silver_toe_ring", 2 ],
{ "group": "mags_pawnshop", "prob": 300 }
{ "group": "mags_common", "prob": 300 }
]
},
{
Expand Down Expand Up @@ -653,12 +653,6 @@
{ "group": "costume_all_clothing", "prob": 10 }
]
},
{
"type": "item_group",
"id": "mags_pawnshop",
"subtype": "distribution",
"entries": [ { "group": "mags_obscure", "prob": 10 } ]
},
{
"id": "my_precious",
"type": "item_group",
Expand Down
2 changes: 1 addition & 1 deletion data/json/itemgroups/Locations_MapExtras/mansion.json
Original file line number Diff line number Diff line change
Expand Up @@ -1619,7 +1619,7 @@
{ "group": "archery_ammo", "prob": 60 },
{ "group": "crossbow_bolts", "prob": 60 },
{ "group": "ammo_reloaded", "prob": 30 },
{ "group": "mags_obscure", "prob": 30 },
{ "group": "mags_common", "prob": 30 },
{ "group": "ammo_cannon", "prob": 10 }
]
},
Expand Down
23 changes: 5 additions & 18 deletions data/json/itemgroups/SUS/gunstore.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,13 @@
"id": "SUS_gunstore_safe_obscure",
"type": "item_group",
"//": "SUS item groups are collections that contain a reasonable realistic distribution of items that might spawn in a given storage furniture.",
"//2": "This group is for the contents of rare back of house safes, with guns paired with their corresponding magazines",
"//2": "This group is for the contents of rare back of house safes.",
"subtype": "collection",
"entries": [
{ "group": "guns_pistol_obscure_display", "prob": 15 },
{
"collection": [ { "group": "guns_rifle_obscure_display" }, { "group": "mags_rifle_rare", "count": [ 1, 6 ] } ],
"prob": 45
},
{
"collection": [ { "group": "guns_shotgun_obscure_display" }, { "group": "mags_shotgun_rare", "count": [ 1, 2 ] } ],
"prob": 1
},
{
"collection": [
{ "group": "guns_smg_display" },
{ "group": "mags_smg_common", "count": [ 1, 8 ] },
{ "group": "mags_smg_rare", "count": [ 1, 8 ] }
],
"prob": 2
}
{ "collection": [ { "group": "guns_rifle_obscure_display" } ], "prob": 45 },
{ "collection": [ { "group": "guns_shotgun_obscure_display" } ], "prob": 1 },
{ "collection": [ { "group": "guns_smg_display" } ], "prob": 2 }
]
},
{
Expand All @@ -46,7 +33,7 @@
"subtype": "distribution",
"entries": [
{ "group": "guns_common_display", "prob": 80 },
{ "group": "mags_common_gunstore", "prob": 80 },
{ "group": "mags_common", "prob": 80 },
{ "group": "gunmod_common", "prob": 15 },
{ "group": "conversion_kits", "prob": 15 },
{ "group": "book_gunmags", "prob": 60 },
Expand Down
Loading
Loading