summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Tools
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-09 00:53:46 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-03-09 00:53:46 -0800
commit6257fd46cdd23262557ccbb154a1039ab0148bae (patch)
tree8478ccf29f5793e74edce46c190ee2facc5a0cca /vamp_stuff/Modification_Files/Items/Tools
parentFix folder layout (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-6257fd46cdd23262557ccbb154a1039ab0148bae.tar.xz
Many updates to get this mod working properly. See the readme.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Tools')
-rw-r--r--vamp_stuff/Modification_Files/Items/Tools/v_tools.json52
1 files changed, 36 insertions, 16 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
index 0e099f4..146fc3d 100644
--- a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
+++ b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
@@ -4,11 +4,10 @@
"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.",
+ "description": "A primitive tool used in vampiric crafts. This is much like a normal battery-operated forge, but with additional components that allow working with blood.",
"id": "blood_forge_infuse",
"material": [ "steel", "glass" ],
- "max_charges": 500,
- "name": "blood infusing forge",
+ "name": "blood infusion forge",
"price": 0,
"price_postapoc": 150000,
"qualities": [ [ "BINFUSING", 1 ], [ "HAMMER", 3 ], [ "CHISEL", 3 ] ],
@@ -16,18 +15,23 @@
"to_hit": -2,
"type": "TOOL",
"volume": 15,
- "weight": "14500 g"
+ "weight": "14500 g",
+ "magazines": [
+ [
+ "battery",
+ [ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ]
+ ]
+ ]
},
{
"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.",
+ "description": "A small heating container used in dehydrating blood, turning it into a powder. Uses common light size batteries.",
"id": "bloodextractor",
"material": [ "steel", "glass" ],
- "max_charges": 250,
- "name": "blood extractor",
+ "name": "blood dehydrator",
"price": 0,
"price_postapoc": 100000,
"qualities": [ [ "BREFINING", 1 ] ],
@@ -35,18 +39,23 @@
"to_hit": -1,
"type": "TOOL",
"volume": "1250 ml",
- "weight": "1150 g"
+ "weight": "1150 g",
+ "magazines": [
+ [
+ "battery",
+ [ "light_battery_cell", "light_plus_battery_cell", "light_atomic_battery_cell", "light_disposable_cell" ]
+ ]
+ ]
},
{
"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.",
+ "description": "A large compaction tool essential to make blood compacts from powders. The tiny tissue filaments of human cells will be reinforced into strong and tough leathery sheets, which can then be tailored into clothing.",
"id": "bloodcompressor",
"material": [ "steel", "glass" ],
- "max_charges": 500,
- "name": "blood compressor",
+ "name": "blood compactor",
"price": 0,
"price_postapoc": 150000,
"qualities": [ [ "BCOMPRESSING", 1 ], [ "CUT", 3 ] ],
@@ -54,18 +63,23 @@
"to_hit": -1,
"type": "TOOL",
"volume": 13,
- "weight": "5350 g"
+ "weight": "5350 g",
+ "magazines": [
+ [
+ "battery",
+ [ "heavy_battery_cell", "heavy_plus_battery_cell", "heavy_atomic_battery_cell", "heavy_disposable_cell" ]
+ ]
+ ]
},
{
"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.",
+ "description": "A simple blood chemistry set. It has the complete tools in making chemicals and adhesives for essential projects.",
"id": "bloodchem",
"material": [ "steel", "glass" ],
- "max_charges": 100,
- "name": "blood chemistry",
+ "name": "blood chemistry set",
"price": 0,
"price_postapoc": 150000,
"qualities": [ [ "BCHEMISTRY", 1 ], [ "DISTILL", 1 ], [ "CHEM", 3 ], [ "BOIL", 1 ] ],
@@ -73,6 +87,12 @@
"to_hit": -1,
"type": "TOOL",
"volume": 13,
- "weight": "4850 g"
+ "weight": "4850 g",
+ "magazines": [
+ [
+ "battery",
+ [ "light_minus_battery_cell", "light_minus_atomic_battery_cell", "light_minus_disposable_cell" ]
+ ]
+ ]
}
]