From 873bd00487a751cf396481b3187def998eb1c3e8 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Mon, 21 Sep 2020 17:12:43 -0700 Subject: Fix folder layout --- .../NPC/npc_gears/npc_gears_carry.json | 47 ---------------------- 1 file changed, 47 deletions(-) delete mode 100644 vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_carry.json (limited to 'vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_carry.json') 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 deleted file mode 100644 index 6adacad..0000000 --- a/vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_carry.json +++ /dev/null @@ -1,47 +0,0 @@ -[{ - "//": "Common carried items.", - "id": "VAMP_carry", - "type": "item_group", - "subtype": "collection", - "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] - } - ] - }, { - "id": "VAMP_GUNSHOP_carry", - "type": "item_group", - "subtype": "collection", - "entries": [{ - "item": "blood", - "container-item": "waterskin" - }, { - "distribution": - [{ - "item": "bloodypressure", - "prob": 70, - "container-item": "jug_plastic", - "charges": [5, 15] - }, { - "item": "bloodyinfect", - "prob": 30, - "container-item": "jug_plastic", - "charges": [5, 15] - } - ] - } - ] - } -] -- cgit v1.2.1