From 873bd00487a751cf396481b3187def998eb1c3e8 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Mon, 21 Sep 2020 17:12:43 -0700
Subject: Fix folder layout

---
 .../Items/Tools/v_qualities.json                   | 18 ------
 .../Modification Files/Items/Tools/v_tools.json    | 74 ----------------------
 2 files changed, 92 deletions(-)
 delete mode 100644 vamp_stuff/Modification Files/Items/Tools/v_qualities.json
 delete mode 100644 vamp_stuff/Modification Files/Items/Tools/v_tools.json

(limited to 'vamp_stuff/Modification Files/Items/Tools')

diff --git a/vamp_stuff/Modification Files/Items/Tools/v_qualities.json b/vamp_stuff/Modification Files/Items/Tools/v_qualities.json
deleted file mode 100644
index 8520292..0000000
--- a/vamp_stuff/Modification Files/Items/Tools/v_qualities.json	
+++ /dev/null
@@ -1,18 +0,0 @@
-[{
-        "type": "tool_quality",
-        "id": "BINFUSING",
-        "name": "blood infusing"
-    }, {
-        "type": "tool_quality",
-        "id": "BREFINING",
-        "name": "blood refining"
-    }, {
-        "type": "tool_quality",
-        "id": "BCOMPRESSING",
-        "name": "blood compressing"
-    }, {
-        "type": "tool_quality",
-        "id": "BCHEMISTRY",
-        "name": "blood chemistry"
-    }
-]
diff --git a/vamp_stuff/Modification Files/Items/Tools/v_tools.json b/vamp_stuff/Modification Files/Items/Tools/v_tools.json
deleted file mode 100644
index d3d3c92..0000000
--- a/vamp_stuff/Modification Files/Items/Tools/v_tools.json	
+++ /dev/null
@@ -1,74 +0,0 @@
-[{
-        "ammo": "battery",
-        "bashing": 4,
-        "charges_per_use": 100,
-        "color": "red",
-        "description": "A primitive tool used in vampiric crafts. This is much like of a normal forge, but it requires the correct materials to work with it. Uses normal batteries whatsoever.",
-        "id": "blood_forge_infuse",
-        "material": ["steel", "glass"],
-        "max_charges": 500,
-        "name": "blood infusing forge",
-        "price": 0,
-        "price_postapoc": 150000,
-        "qualities": [["BINFUSING", 1], ["HAMMER", 3], ["CHISEL", 3]],
-        "symbol": "Q",
-        "to_hit": -2,
-        "type": "TOOL",
-        "volume": 15,
-        "weight": 14500
-    }, {
-        "ammo": "battery",
-        "bashing": 3,
-        "charges_per_use": 25,
-        "color": "red",
-        "description": "A small, heating container used in extracting water components from blood, turning it into a powder speckles. It uses common batteries.",
-        "id": "bloodextractor",
-        "material": ["steel", "glass"],
-        "max_charges": 250,
-        "name": "blood extractor",
-        "price": 0,
-        "price_postapoc": 100000,
-        "qualities": [["BREFINING", 1]],
-        "symbol": "g",
-        "to_hit": -1,
-        "type": "TOOL",
-        "volume": 5,
-        "weight": 1150
-    }, {
-        "ammo": "battery",
-        "bashing": 3,
-        "charges_per_use": 150,
-        "color": "red",
-        "description": "A large, essential compressing tool to make blood compacts from vast amounts of powders. The tiny tissue filaments of human cells will be reinforced into a strong and tough, leathery sheets, which is then be tailored into clothing. High battery consumption per use.",
-        "id": "bloodcompressor",
-        "material": ["steel", "glass"],
-        "max_charges": 500,
-        "name": "blood compressor",
-        "price": 0,
-        "price_postapoc": 150000,
-        "qualities": [["BCOMPRESSING", 1], ["CUT", 3]],
-        "symbol": "H",
-        "to_hit": -1,
-        "type": "TOOL",
-        "volume": 13,
-        "weight": 5350
-    }, {
-        "ammo": "battery",
-        "bashing": 3,
-        "charges_per_use": 10,
-        "color": "red",
-        "description": "A simple blood chemistry set, much look like a copied version of human's. It has the complete tools in making chemicals and adhesives for essential projects.",
-        "id": "bloodchem",
-        "material": ["steel", "glass"],
-        "max_charges": 100,
-        "name": "blood chemistry",
-        "price": 0,
-        "price_postapoc": 150000,
-        "qualities": [["BCHEMISTRY", 1], ["DISTILL", 1], ["CHEM", 3], ["BOIL", 1]],
-        "symbol": "&",
-        "to_hit": -1,
-        "type": "TOOL",
-        "volume": 13,
-        "weight": 4850
-    }
-]
-- 
cgit v1.2.1