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_worn.json | 113 --------------------- 1 file changed, 113 deletions(-) delete mode 100644 vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_worn.json (limited to 'vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_worn.json') diff --git a/vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_worn.json b/vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_worn.json deleted file mode 100644 index 2d18b8f..0000000 --- a/vamp_stuff/Modification Files/NPC/npc_gears/npc_gears_worn.json +++ /dev/null @@ -1,113 +0,0 @@ -[{ - "id": "VAMP_bags_worn", - "type": "item_group", - "subtype": "collection", - "entries": [{ - "distribution": [{ - "item": "bloodpack", - "prob": 80 - }, { - "item": "bigbloodpack", - "prob": 20 - } - ] - } - ] - }, { - "id": "VAMP_sheath_worn", - "type": "item_group", - "subtype": "collection", - "entries": [{ - "distribution": [{ - "item": "bloodwristsheath", - "prob": 80 - }, { - "item": "bloodbootsheath", - "prob": 20 - } - ] - } - ] - }, { - "id": "VAMP_knife_worn", - "type": "item_group", - "subtype": "collection", - "entries": [{ - "distribution": [{ - "item": "sword_dive", - "prob": 10 - }, { - "item": "knife_combat", - "prob": 90 - } - ] - } - ] - }, { - "id": "VAMP_worn", - "type": "item_group", - "subtype": "collection", - "entries": [{ - "item": "blood_gloves" - }, { - "item": "blood_hood" - }, { - "item": "blood_pants" - }, { - "item": "blood_duster" - }, { - "item": "socks" - }, { - "item": "blood_boots" - }, { - "group": "VAMP_bags_worn" - }, { - "group": "VAMP_sheath_worn", - "contents-group": "VAMP_knife_worn" - } - ] - }, { - "id": "VAMP_UNDERGUARD_worn", - "type": "item_group", - "subtype": "collection", - "entries": [{ - "item": "bloodinfused_survivorgloves" - }, { - "item": "bloodinfused_survivorhood" - }, { - "item": "bloodinfused_survivortrenchcoat" - }, { - "item": "socks" - }, { - "item": "bloodinfused_survivorpants" - }, { - "item": "bloodinfused_survivorboots" - }, { - "group": "VAMP_bags_worn" - }, { - "group": "VAMP_sheath_worn", - "contents-group": "VAMP_knife_worn" - } - ] - }, { - "type": "item_group", - "id": "HUMAN_JUNKSHOP_worn", - "subtype": "collection", - "items": [{ - "item": "pants_cargo" - }, { - "item": "armor_nomad" - }, { - "item": "helmet_nomad" - }, { - "item": "rucksack" - }, { - "item": "socks" - }, { - "item": "boots_larmor" - }, { - "item": "gloves_fingerless" - } - ] - } -] -- cgit v1.2.1