diff --git a/data/mods/Fuji_Mil_Prof/npc/NC_ARMY.json b/data/mods/Fuji_Mil_Prof/npc/NC_ARMY.json index 13406c32036b8..80d30e3ef176b 100644 --- a/data/mods/Fuji_Mil_Prof/npc/NC_ARMY.json +++ b/data/mods/Fuji_Mil_Prof/npc/NC_ARMY.json @@ -48,8 +48,8 @@ "entries": [ { "item": "null", "prob": 60 }, { "item": "jacket_army", "prob": 40 }, - { "item": "modularveststeel", "prob": 10 }, - { "item": "modularvestceramic", "prob": 40 }, + { "item": "ballistic_vest_esapi", "prob": 10 }, + { "item": "tacvest", "prob": 40 }, { "item": "kevlar", "prob": 20 }, { "item": "chestrig", "prob": 30 } ] diff --git a/data/mods/Fuji_Mil_Prof/npc/NC_OPS.json b/data/mods/Fuji_Mil_Prof/npc/NC_OPS.json index 35075edc3b6b2..c9c06649ea893 100644 --- a/data/mods/Fuji_Mil_Prof/npc/NC_OPS.json +++ b/data/mods/Fuji_Mil_Prof/npc/NC_OPS.json @@ -47,8 +47,8 @@ [ "null", 60 ], [ "jacket_army", 40 ], [ "cloak", 20 ], - [ "modularveststeel", 10 ], - [ "modularvestceramic", 40 ], + [ "ballistic_vest_esapi", 10 ], + [ "tacvest", 40 ], [ "kevlar", 20 ], [ "chestrig", 30 ] ] diff --git a/data/mods/Fuji_Mil_Prof/prof/army.json b/data/mods/Fuji_Mil_Prof/prof/army.json index 42f5c76606b31..156768fd43dbe 100644 --- a/data/mods/Fuji_Mil_Prof/prof/army.json +++ b/data/mods/Fuji_Mil_Prof/prof/army.json @@ -81,7 +81,7 @@ "items": [ "pants_army", "tank_top", - "modularvestceramic", + "tacvest", "glasses_bal", "knee_pads", "elbow_pads", @@ -160,7 +160,7 @@ "tac_fullhelmet", "pants_army", "tshirt", - "modularveststeel", + "ballistic_vest_esapi", "armguard_hard", "legguard_hard", "grenadebandolier",