Skip to content

Commit

Permalink
Add vests to security guards (CleverRaven#56793)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarewill authored Apr 14, 2022
1 parent d5d886a commit db0e2b0
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions data/json/professions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1319,21 +1319,11 @@
"points": 1,
"items": {
"both": {
"items": [
"pants",
"socks",
"boots_combat",
"longshirt",
"jacket_light",
"knife_folding",
"hat_ball",
"kevlar",
"wristwatch",
"leather_belt"
],
"items": [ "pants", "socks", "boots_combat", "longshirt", "knife_folding", "hat_ball", "wristwatch", "leather_belt" ],
"entries": [
{ "group": "charged_smart_phone" },
{ "group": "charged_flashlight" },
{ "item": "soft_3a_vest", "variant": "security_armor_vest" },
{ "item": "baton", "custom-flags": [ "auto_wield" ] },
{ "item": "m9", "ammo-item": "9mm", "charges": 15, "container-item": "holster" },
{ "item": "m9mag", "ammo-item": "9mm", "charges": 15 },
Expand Down Expand Up @@ -3285,11 +3275,12 @@
"points": 0,
"items": {
"both": {
"items": [ "pants", "socks", "boots", "longshirt", "jacket_light", "holster", "pockknife", "wristwatch", "leather_belt" ],
"items": [ "pants", "socks", "boots", "longshirt", "holster", "pockknife", "wristwatch", "leather_belt" ],
"entries": [
{ "group": "charged_smart_phone" },
{ "group": "charged_flashlight" },
{ "group": "charged_tazer" },
{ "item": "stab_vest", "variant": "security_stab_vest" },
{ "item": "baton", "custom-flags": [ "auto_wield" ] }
]
},
Expand Down

0 comments on commit db0e2b0

Please sign in to comment.