Skip to content

Commit

Permalink
remove fictional weapons from professions
Browse files Browse the repository at this point in the history
  • Loading branch information
ymber committed Jun 22, 2019
1 parent f728eab commit 2f1c3b9
Showing 1 changed file with 17 additions and 26 deletions.
43 changes: 17 additions & 26 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,12 @@
{
"type": "item_group",
"subtype": "collection",
"id": "army_mags_rm51",
"id": "army_mags_m2010",
"entries": [
{ "item": "8x40_50_mag", "ammo-item": "8mm_fmj", "charges": 50 },
{ "item": "8x40_50_mag", "ammo-item": "8mm_fmj", "charges": 50 }
]
},
{
"type": "item_group",
"subtype": "collection",
"id": "army_mags_rm25",
"entries": [
{ "item": "8x40_25_mag", "ammo-item": "8mm_fmj", "charges": 25 },
{ "item": "8x40_25_mag", "ammo-item": "8mm_fmj", "charges": 25 },
{ "item": "8x40_25_mag", "ammo-item": "8mm_fmj", "charges": 25 },
{ "item": "8x40_25_mag", "ammo-item": "8mm_fmj", "charges": 25 }
{ "item": "m2010mag", "ammo-item": "300_winmag", "charges": 5 },
{ "item": "m2010mag", "ammo-item": "300_winmag", "charges": 5 },
{ "item": "m2010mag", "ammo-item": "300_winmag", "charges": 5 },
{ "item": "m2010mag", "ammo-item": "300_winmag", "charges": 5 }
]
},
{
Expand Down Expand Up @@ -69,10 +60,10 @@
{
"type": "item_group",
"subtype": "collection",
"id": "army_mags_lw21",
"id": "army_mags_glock17",
"entries": [
{ "item": "lw21mag", "ammo-item": "9mmfmj", "charges": 21 },
{ "item": "lw21mag", "ammo-item": "9mmfmj", "charges": 21 }
{ "item": "glock17_22", "ammo-item": "9mmfmj", "charges": 21 },
{ "item": "glock17_22", "ammo-item": "9mmfmj", "charges": 21 }
]
},
{
Expand Down Expand Up @@ -1030,8 +1021,8 @@
],
"entries": [
{ "group": "charged_cell_phone" },
{ "item": "l_enforcer_45", "ammo-item": "460_rowland", "charges": 6, "container-item": "sholster" },
{ "item": "460_rowland", "charges": 24 }
{ "item": "sw_619", "ammo-item": "357mag_fmj", "charges": 6, "container-item": "sholster" },
{ "item": "357mag_fmj", "charges": 24 }
]
},
"male": [ "briefs" ],
Expand Down Expand Up @@ -1692,8 +1683,8 @@
"two_way_radio"
],
"entries": [
{ "item": "l_mp_9mm", "ammo-item": "9mmP", "container-item": "holster" },
{ "item": "chestrig", "container-group": "army_mags_lw21" }
{ "item": "glock_18c", "ammo-item": "9mmP", "container-item": "holster" },
{ "item": "chestrig", "container-group": "army_mags_glock17" }
]
},
"male": [ "boxer_shorts" ],
Expand Down Expand Up @@ -1789,11 +1780,11 @@
{ "item": "ear_plugs", "custom-flags": [ "no_auto_equip" ] },
{ "item": "sheath", "contents-item": "knife_combat" },
{
"item": "rm51_assault_rifle",
"ammo-item": "8mm_fmj",
"item": "h&k416a5",
"ammo-item": "556",
"contents-item": [ "shoulder_strap", "acog_scope" ]
},
{ "item": "modularvestceramic", "contents-group": "army_mags_rm51" }
{ "item": "modularvestceramic", "contents-group": "army_mags_m4" }
]
},
"male": [ "boxer_shorts" ],
Expand Down Expand Up @@ -1851,11 +1842,11 @@
"entries": [
{ "item": "ear_plugs", "custom-flags": [ "no_auto_equip" ] },
{ "item": "hat_boonie", "custom-flags": [ "no_auto_equip" ] },
{ "item": "rm11b_sniper_rifle", "ammo-item": "8mm_fmj", "contents-item": [ "shoulder_strap" ] },
{ "item": "m2010", "ammo-item": "300_winmag", "contents-item": [ "shoulder_strap", "rifle_scope", "bipod" ] },
{ "item": "usp_45", "ammo-item": "45_acp", "charges": 12, "container-item": "holster" },
{ "item": "usp45mag", "ammo-item": "45_acp", "charges": 12 },
{ "item": "usp45mag", "ammo-item": "45_acp", "charges": 12 },
{ "item": "chestrig", "contents-group": [ "army_mags_rm25" ] }
{ "item": "chestrig", "contents-group": [ "army_mags_m2010" ] }
]
},
"male": [ "boxer_shorts" ],
Expand Down

0 comments on commit 2f1c3b9

Please sign in to comment.