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/v_npc_mission_items.json | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 vamp_stuff/Modification Files/NPC/v_npc_mission_items.json (limited to 'vamp_stuff/Modification Files/NPC/v_npc_mission_items.json') diff --git a/vamp_stuff/Modification Files/NPC/v_npc_mission_items.json b/vamp_stuff/Modification Files/NPC/v_npc_mission_items.json deleted file mode 100644 index 66157cc..0000000 --- a/vamp_stuff/Modification Files/NPC/v_npc_mission_items.json +++ /dev/null @@ -1,46 +0,0 @@ -[{ - "//": "Items that are useless, unless its been given as mission requirements.", - "id": "corruptbloodrune", - "type": "GENERIC", - "category": "spare_parts", - "name": "corrupted bloodrune stone", - "description": "A black, gooey bloodrune stone specifically owned by an infected vampire. It no longer pulsate and the markings are completely erased.", - "weight": 750, - "volume": 1, - "price": 100, - "price_postapoc": 0, - "count": 1, - "material": ["compactblood"], - "symbol": ".", - "color": "red" - }, { - "id": "smallleechteeth", - "type": "GENERIC", - "category": "spare_parts", - "name": "small leech tooth", - "name_plural": "small leech teeth", - "description": "A tooth size of the human fingernails. It is sharp, but too small to be used as a tool.", - "weight": 750, - "volume": 1, - "price": 100, - "price_postapoc": 0, - "count": 1, - "material": ["bone"], - "symbol": ".", - "color": "white" - }, { - "id": "bloodsac", - "type": "GENERIC", - "category": "spare_parts", - "name": "blood sac", - "description": "The large sac of the devourer leech.", - "weight": 1400, - "volume": 3, - "price": 100, - "price_postapoc": 0, - "count": 1, - "material": ["iflesh"], - "symbol": ".", - "color": "red" - } -] -- cgit v1.2.1