Skip to content

Commit

Permalink
fix: ammo_pouch & tactical_shotshell_pouch spawns (#65661)
Browse files Browse the repository at this point in the history
for the tactical pouch use nexus suggestion and drop it right in the
`molle_accessories` itemgroup

for the ammo pouch I had the genius idea of coping a similar item spawn
data to make this an easy fix; thanks wgrep rg

Co-authored-by: casswedson <[email protected]>
  • Loading branch information
casswedson and casswedson authored May 16, 2023
1 parent 7e737fa commit cb9c2ba
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/json/itemgroups/Clothing_Gear/clothing.json
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@
"subtype": "distribution",
"entries": [
{ "item": "ammo_satchel", "prob": 40 },
{ "item": "ammo_pouch", "prob": 40 },
{ "item": "backpack", "prob": 20 },
{ "item": "camelbak", "prob": 40 },
{ "item": "chestpouch", "prob": 40 },
Expand Down Expand Up @@ -2892,6 +2893,7 @@
[ "legpouch_large", 6 ],
[ "chestpouch", 9 ],
[ "ammo_satchel", 4 ],
[ "ammo_pouch", 4 ],
{ "item": "UPS_off", "prob": 8, "charges": [ 0, 1000 ] },
[ "tacvest", 10 ],
[ "molle_pack", 8 ],
Expand Down Expand Up @@ -3937,6 +3939,7 @@
{ "item": "quiver_large", "prob": 15 },
{ "item": "solarpack", "prob": 5 },
{ "item": "ammo_satchel", "prob": 10 },
{ "item": "ammo_pouch", "prob": 10 },
{ "item": "chestrig", "prob": 20 },
{ "item": "dive_bag", "prob": 50 },
{ "item": "petpack", "prob": 50 }
Expand Down
1 change: 1 addition & 0 deletions data/json/itemgroups/Clothing_Gear/gear.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[ "40x46mm_m433", 5 ],
[ "40x46mm_m651", 10 ],
[ "ammo_satchel", 5 ],
[ "ammo_pouch", 5 ],
[ "bootstrap", 5 ],
[ "chestpouch", 5 ],
[ "flashbang", 30 ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@
[ "legpouch_large", 2 ],
[ "chestpouch", 3 ],
[ "ammo_satchel", 1 ],
[ "ammo_pouch", 1 ],
[ "remington_870", 9 ],
[ "browning_blr", 8 ],
[ "remington_700", 14 ],
Expand Down
1 change: 1 addition & 0 deletions data/json/itemgroups/custom_lbvs.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
{ "item": "tactical_holster", "prob": 20 },
{ "item": "gas_mask_pouch", "prob": 10 },
{ "item": "tactical_grenade_pouch", "prob": 40 },
{ "item": "tactical_shotshell_pouch", "prob": 40 },
{ "item": "grenade_pouch", "prob": 10 },
{ "item": "triple_stacker_pouch", "prob": 10 },
{ "item": "dump_pouch", "prob": 20 },
Expand Down
1 change: 1 addition & 0 deletions data/json/itemgroups/military.json
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,7 @@
{ "item": "legpouch_large", "prob": 4 },
{ "item": "chestpouch", "prob": 6 },
{ "item": "ammo_satchel", "prob": 3 },
{ "item": "ammo_pouch", "prob": 3 },
{ "item": "gobag", "prob": 1 },
{ "item": "mess_kit", "prob": 9 },
{ "item": "tent_kit", "prob": 10 },
Expand Down

0 comments on commit cb9c2ba

Please sign in to comment.