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 --- .../Modification Files/Items/v_item_group.json | 241 --------------------- 1 file changed, 241 deletions(-) delete mode 100644 vamp_stuff/Modification Files/Items/v_item_group.json (limited to 'vamp_stuff/Modification Files/Items/v_item_group.json') diff --git a/vamp_stuff/Modification Files/Items/v_item_group.json b/vamp_stuff/Modification Files/Items/v_item_group.json deleted file mode 100644 index 876931b..0000000 --- a/vamp_stuff/Modification Files/Items/v_item_group.json +++ /dev/null @@ -1,241 +0,0 @@ -[{ - "type": "item_group", - "id": "bloodrunedrop", - "items": [ - [ - "bloodrune", - 10 - ] - ] - }, { - "type": "item_group", - "id": "deadhole_lair", - "items": [ - [ - "bigbloodrune", - 10 - ] - ] - }, { - "id": "bloodammo", - "type": "item_group", - "subtype": "collection", - "entries": [{ - "item": "bloodypressure", - "count": [ - 50, - 100 - ] - } - ] - }, { - "type": "item_group", - "id": "vampmeleeweapon", - "items": [ - [ - "sword_sip", - 10 - ], - [ - "sword_dive", - 10 - ], - [ - "hammerius", - 10 - ], - [ - "punchie_bitie", - 10 - ], - [ - "falc_crimsword", - 10 - ] - ] - }, { - "type": "item_group", - "id": "bloodset", - "items": [ - [ - "blood_suit", - 3 - ], - [ - "blood_hood", - 3 - ], - [ - "blood_gloves", - 3 - ], - [ - "blood_boots", - 3 - ], - [ - "blood_duster", - 3 - ], - [ - "blood_pants", - 3 - ], - [ - "bloodpack", - 2 - ] - ] - }, { - "type": "item_group", - "id": "medical", - "items": [ - [ - "aspirin", - 35 - ], - [ - "bandages", - 35 - ], - [ - "disinfectant", - 25 - ], - [ - "flu_shot", - 15 - ], - [ - "1st_aid", - 15 - ], - [ - "scalpel", - 5 - ] - ] - }, { - "id": "elderbooks", - "type": "item_group", - "items": [ - [ - "child_book", - 30 - ], - [ - "holybook_bible1", - 30 - ], - [ - "holybook_bible2", - 30 - ], - [ - "holybook_bible3", - 30 - ], - [ - "holybook_sutras", - 30 - ], - [ - "holybook_talmud", - 30 - ], - [ - "holybook_tanakh", - 30 - ], - [ - "holybook_tripitaka", - 30 - ], - [ - "holybook_upanishads", - 30 - ], - [ - "holybook_vedas", - 30 - ], - [ - "philosophy_book", - 30 - ], - [ - "story_book", - 30 - ] - ] - }, { - "id": "coffin_bones", - "type": "item_group", - "subtype": "collection", - "//": "Corpse disintegrates from aging too much.", - "entries": [{ - "item": "bone_human", - "count": [ - 2, - 6 - ], - "prob": 60 - }, { - "group": "clothing_outdoor_set", - "damage": [ - 2, - 3 - ], - "prob": 10 - }, { - "group": "underwear", - "damage": [ - 2, - 3 - ], - "prob": 80 - } - ] - }, { - "id": "elder_blacksmithing", - "type": "item_group", - "subtype": "collection", - "entries": [{ - "item": "hammer", - "damage": [ - 2, - 3 - ], - "prob": 75 - }, { - "item": "tongs", - "damage": [ - 2, - 3 - ], - "prob": 40 - } - ] - }, { - "id": "elder_blacksmithing_spares", - "type": "item_group", - "subtype": "collection", - "entries": [{ - "item": "scrap", - "prob": 75 - }, { - "item": "coal_lump", - "prob": 40 - }, { - "item": "sheet_metal_small", - "prob": 25 - }, { - "item": "steel_chunk", - "prob": 10 - }, { - "item": "steel_lump", - "prob": 5 - } - ] - } -] -- cgit v1.2.1