summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Tools
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-09 21:43:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-09 21:43:36 -0700
commit0f19bc2ae45fa9ca940c25c89770868157275fa2 (patch)
treee7c4b3fbe1b7b6fa8ccc5b4ec394f7361d2d575e /vamp_stuff/Modification_Files/Items/Tools
parentLowercase f (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-0f19bc2ae45fa9ca940c25c89770868157275fa2.tar.xz
Many changes to bring the mod more up to date with 0.E.3
Rebalance blood backpacks
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Tools')
-rw-r--r--vamp_stuff/Modification_Files/Items/Tools/v_qualities.json8
-rw-r--r--vamp_stuff/Modification_Files/Items/Tools/v_tools.json12
2 files changed, 10 insertions, 10 deletions
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": [
[