From 0f19bc2ae45fa9ca940c25c89770868157275fa2 Mon Sep 17 00:00:00 2001
From: jc_gargma <jc_gargma@iserlohn-fortress.net>
Date: Fri, 9 Apr 2021 21:43:36 -0700
Subject: Many changes to bring the mod more up to date with 0.E.3 Rebalance
 blood backpacks

---
 vamp_stuff/Modification_Files/Items/Tools/v_qualities.json |  8 ++++----
 vamp_stuff/Modification_Files/Items/Tools/v_tools.json     | 12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)

(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
index 27bc7d9..347a867 100644
--- a/vamp_stuff/Modification_Files/Items/Tools/v_qualities.json
+++ b/vamp_stuff/Modification_Files/Items/Tools/v_qualities.json
@@ -2,21 +2,21 @@
   {
     "type": "tool_quality",
     "id": "BINFUSING",
-    "name": "blood infusing"
+    "name": { "str": "blood infusing" }
   },
   {
     "type": "tool_quality",
     "id": "BREFINING",
-    "name": "blood refining"
+    "name": { "str": "blood refining" }
   },
   {
     "type": "tool_quality",
     "id": "BCOMPRESSING",
-    "name": "blood compressing"
+    "name": { "str": "blood compressing" }
   },
   {
     "type": "tool_quality",
     "id": "BCHEMISTRY",
-    "name": "blood chemistry"
+    "name": { "str": "blood chemistry" }
   }
 ]
diff --git a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
index e838b46..13143c4 100644
--- a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
+++ b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
@@ -8,14 +8,14 @@
     "id": "blood_forge_infuse",
     "looks_like": "forge",
     "material": [ "steel", "glass" ],
-    "name": "blood infusion forge",
+    "name": { "str": "blood infusion forge" },
     "price": 0,
     "price_postapoc": 150000,
     "qualities": [ [ "BINFUSING", 1 ], [ "HAMMER", 3 ], [ "CHISEL", 3 ] ],
     "symbol": "Q",
     "to_hit": -2,
     "type": "TOOL",
-    "volume": 15,
+    "volume": "3750 ml",
     "weight": "14500 g",
     "magazines": [
       [
@@ -33,14 +33,14 @@
     "id": "bloodcompressor",
     "looks_like": "tailors_kit",
     "material": [ "steel", "glass" ],
-    "name": "blood compactor",
+    "name": { "str": "blood compactor" },
     "price": 0,
     "price_postapoc": 150000,
     "qualities": [ [ "BCOMPRESSING", 1 ], [ "CUT", 3 ] ],
     "symbol": "H",
     "to_hit": -1,
     "type": "TOOL",
-    "volume": 13,
+    "volume": "3250 ml",
     "weight": "5350 g",
     "magazines": [
       [
@@ -58,14 +58,14 @@
     "id": "bloodchem",
     "looks_like": "chemistry_set",
     "material": [ "steel", "glass" ],
-    "name": "blood chemistry set",
+    "name": { "str": "blood chemistry set" },
     "price": 0,
     "price_postapoc": 150000,
     "qualities": [ [ "BCHEMISTRY", 1 ], [ "DISTILL", 1 ], [ "CHEM", 3 ], [ "BOIL", 1 ] ],
     "symbol": "&",
     "to_hit": -1,
     "type": "TOOL",
-    "volume": 13,
+    "volume": "3250 ml",
     "weight": "4850 g",
     "magazines": [
       [
-- 
cgit v1.2.1