Skip to content

Commit

Permalink
Remove CCP from .22 groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Holli-Git committed May 30, 2024
1 parent 261b61c commit 37e1886
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/json/itemgroups/Weapons_Mods_Ammo/guns_by_calibre.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
{ "group": "nested_walther_ppq_9mm", "prob": 4 },
{ "group": "nested_cz75", "prob": 1 },
{ "group": "nested_kpf9", "prob": 13 },
{ "group": "nested_hptc9", "prob": 2 }
{ "group": "nested_hptc9", "prob": 2 },
{ "group": "nested_walther_ccp", "prob": 7 }
]
},
{
"type": "item_group",
"id": "guns_pistol_common_22",
"items": [
{ "group": "nested_walther_ccp", "prob": 7 },
{ "group": "nested_walther_p22", "prob": 30 },
{ "group": "nested_ruger_lcr_22", "prob": 30 },
{ "group": "nested_sig_mosquito", "prob": 15 },
Expand Down Expand Up @@ -100,14 +100,14 @@
{ "item": "walther_ppq_9mm", "prob": 4, "charges": [ 0, -1 ] },
{ "item": "kpf9", "prob": 24, "charges": [ 0, -1 ] },
{ "item": "hptc9", "prob": 2, "charges": [ 0, -1 ] },
{ "item": "cz75", "prob": 7, "charges": [ 0, -1 ] }
{ "item": "cz75", "prob": 7, "charges": [ 0, -1 ] },
{ "item": "walther_ccp", "prob": 5, "charges": [ 0, -1 ] }
]
},
{
"type": "item_group",
"id": "guns_pistol_common_everyday_carry_22",
"items": [
{ "item": "walther_ccp", "prob": 6, "charges": [ 0, -1 ] },
{ "item": "sig_mosquito", "prob": 15, "charges": [ 0, -1 ] },
{ "item": "sw_22", "prob": 40, "charges": [ 0, -1 ] },
{ "item": "walther_p22", "prob": 30, "charges": [ 0, -1 ] },
Expand Down

0 comments on commit 37e1886

Please sign in to comment.