diff options
-rw-r--r-- | vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_carry.json | 9 |
1 files 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", |