From 469d29df06ad289c205e42924c4c879959b7e4d3 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 10 Jun 2021 13:40:29 -0700 Subject: Clean up npc gear carried by default --- vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_carry.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_carry.json b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_carry.json index 1dc2f5e..60ff923 100644 --- a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_carry.json +++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_carry.json @@ -4,13 +4,18 @@ "id": "VAMP_carry", "type": "item_group", "subtype": "collection", - "entries": [ { "item": "blood", "container-item": "waterskin" } ] + "entries": [ + { "item": "blood", "container-item": "waterskin" } + ] }, { "id": "VAMP_UNDERCOMMANDO_carry", "type": "item_group", "subtype": "collection", - "entries": [ { "item": "blood", "container-item": "waterskin" }, { "item": "bloodshot_00", "count": [ 20, 30 ] } ] + "entries": [ + { "item": "blood", "container-item": "waterskin" }, + { "item": "bloodshot_00", "count": [ 20, 30 ] } + ] }, { "id": "VAMP_GUNSHOP_carry", -- cgit v1.2.1