Skip to content

Commit

Permalink
guns_survival update
Browse files Browse the repository at this point in the history
  • Loading branch information
Holli-Git committed Sep 29, 2024
1 parent fc29dd1 commit 6f711ab
Showing 1 changed file with 19 additions and 36 deletions.
55 changes: 19 additions & 36 deletions data/json/itemgroups/Weapons_Mods_Ammo/guns.json
Original file line number Diff line number Diff line change
Expand Up @@ -1377,43 +1377,26 @@
{
"type": "item_group",
"id": "guns_survival",
"//": "Guns typically carried by survivors, either improvised or thematically appropriate.",
"magazine": 100,
"//": "Guns typically carried by survivors, more focused on common semi-auto guns with commonly available ammo.",
"items": [
{ "group": "guns_improvised", "prob": 50 },
{ "group": "modular_ar15", "prob": 13, "charges": [ 0, 30 ] },
{ "group": "ar_pistol", "prob": 7, "charges": [ 0, 30 ] },
{ "item": "mossberg_500", "prob": 2, "charges": [ 0, 6 ] },
{ "item": "remington_870", "prob": 2, "charges": [ 0, 5 ] },
{ "item": "benelli_sa", "variant": "m2", "prob": 2, "charges": [ 0, 4 ] },
{ "item": "benelli_sa", "variant": "sbe", "prob": 2, "charges": [ 0, 4 ] },
{
"item": "benelli_tsa",
"variant": "m2_tac",
"contents-item": [ "rail_mount" ],
"prob": 1,
"charges": [ 0, 6 ]
},
{ "item": "remington_870", "variant": "ithaca37", "prob": 1, "charges": [ 0, 5 ] },
{ "group": "cz600", "prob": 5, "charges": [ 0, 10 ] },
{ "item": "ruger_1022", "prob": 7, "charges": [ 0, 10 ] },
{ "item": "shotgun_410", "prob": 1, "charges": [ 0, 1 ] },
{ "item": "shotgun_s", "prob": 1 },
{ "item": "shotgun_d", "prob": 1, "charges": [ 0, 2 ] },
{ "item": "sks", "prob": 1, "charges": [ 0, 10 ] },
{ "item": "aksemi", "prob": 2, "charges": [ 0, 30 ] },
{ "item": "mosin44", "variant": "mosin44", "prob": 2, "charges": [ 0, 5 ] },
{ "item": "remington700_270", "prob": 1, "charges": [ 0, 4 ] },
{ "item": "ruger_m77", "prob": 1, "charges": [ 0, 4 ] },
{ "item": "ruger_arr", "prob": 1, "charges": [ 0, 3 ] },
{ "item": "remington_700", "prob": 4, "charges": [ 0, 4 ] },
{ "item": "bren2_762", "prob": 1, "charges": [ 0, 30 ] },
{ "item": "bren2_556", "prob": 2, "charges": [ 0, 30 ] },
{ "group": "mdrx", "prob": 2, "charges": [ 0, 30 ] },
{ "item": "garand", "prob": 1, "charges": [ 0, 8 ] },
{ "item": "mk47", "prob": 1, "charges": [ 0, 30 ] },
{ "item": "ak556", "prob": 2, "charges": [ 0, 30 ] },
{ "item": "ak556", "variant": "zpapm90", "prob": 1 },
{ "item": "colt_python", "prob": 1, "charges": [ 0, 6 ] }
{ "item": "glock_17", "prob": 10, "charges": [ 0, 17 ] },
{ "item": "glock_19", "prob": 45, "charges": [ 0, 17 ] },
{ "item": "m9", "variant": "m9", "prob": 20, "charges": [ 0, 15 ] },
{ "item": "cz75", "prob": 30, "charges": [ 0, 16 ] },
{ "item": "m18", "prob": 15, "charges": [ 0, 17 ] },
{ "item": "ruger_mini", "prob": 40, "charges": [ 0, 30 ] },
{ "item": "rdb_223", "prob": 30, "charges": [ 0, 30 ] },
{ "item": "ruger_1022", "prob": 20, "charges": [ 0, 25 ] },
{ "group": "ar15_223long", "prob": 110, "charges": [ 0, 30 ] },
{ "group": "modular_ar15", "prob": 155, "charges": [ 0, 30 ] },
{ "group": "guns_rifle_common_display_762", "prob": 50, "charges": [ 0, 30 ] },
{ "group": "guns_rifle_common_display_308", "prob": 80, "charges": [ 0, 20 ] },
{ "group": "guns_rifle_common_display_3006", "prob": 25, "charges": [ 0, 8 ] },
{ "group": "guns_pistol_common_display_223", "prob": 25, "charges": [ 0, 30 ] },
{ "group": "guns_pistol_common_display_44", "prob": 15, "charges": [ 0, 8 ] },
{ "group": "guns_pistol_common_display_357mag", "prob": 15, "charges": [ 0, 9 ] },
{ "group": "guns_pistol_common_display_40", "prob": 25, "charges": [ 0, 20 ] }
]
}
]

0 comments on commit 6f711ab

Please sign in to comment.