Skip to content

Commit

Permalink
added teargas to several spawn pools
Browse files Browse the repository at this point in the history
  • Loading branch information
Daved27hundred authored and captainego committed Oct 9, 2022
1 parent d1d145a commit 42c8a2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/json/itemgroups/Locations_MapExtras/locations.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
{ "group": "guns_cop", "prob": 100 },
{ "group": "mags_cop", "prob": 40 },
{ "group": "ammo_swat", "prob": 20 },
{ "item": "gasbomb", "prob": 1 },
{ "group": "guns_swat", "prob": 20 },
{ "group": "mags_swat", "prob": 20 },
{ "group": "eod_armor", "prob": 20 },
Expand Down Expand Up @@ -1520,6 +1521,7 @@
{ "item": "rm120c", "prob": 2, "charges": [ 0, 5 ] },
{ "item": "rm20", "prob": 1, "charges": [ 0, 20 ] },
{ "item": "20x66_beanbag", "prob": 10, "charges": [ 1, 10 ] },
{ "item": "gasbomb", "count": [ 1, 6 ], "prob": 20 },
{ "item": "m79", "prob": 8, "charges-max": 0 },
{ "item": "40x46mm_m651", "prob": 20, "charges": [ 1, 6 ] },
{ "item": "40x46mm_m1006", "prob": 10, "charges": [ 1, 6 ] }
Expand Down

0 comments on commit 42c8a2f

Please sign in to comment.