Skip to content

Commit

Permalink
Reduce Mini 14/Judge Spawn (#74276)
Browse files Browse the repository at this point in the history
* Update guns_by_calibre.json

* Add judge to fix
  • Loading branch information
Holli-Git authored Jun 3, 2024
1 parent 26960ee commit be3593a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/itemgroups/Weapons_Mods_Ammo/guns_by_calibre.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
{
"type": "item_group",
"id": "guns_pistol_common_other",
"items": [ { "group": "nested_kp32", "prob": 5 }, { "group": "nested_taurus_judge", "prob": 9 } ]
"items": [ { "group": "nested_kp32", "prob": 5 }, { "group": "nested_taurus_judge", "prob": 3 } ]
},
{
"type": "item_group",
Expand Down Expand Up @@ -561,7 +561,7 @@
{ "item": "bren2_556", "prob": 10 },
{ "item": "ak556", "variant": "zpapm90", "prob": 10 },
{ "item": "modular_ar15", "prob": 45 },
{ "item": "ruger_mini", "prob": 45 },
{ "item": "ruger_mini", "prob": 9 },
{ "item": "mdrx", "prob": 10 },
{ "item": "cz600", "prob": 10 },
{ "group": "nested_ar15_with_kits", "prob": 15 },
Expand Down

0 comments on commit be3593a

Please sign in to comment.