summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-08-25 14:42:19 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-08-25 14:42:19 -0700
commit6c0050a39c3bb414080b43727a8104e0f696f453 (patch)
tree65faa91799df18761b980ec4300e37fe64990020 /vamp_stuff/Modification_Files/Items/Tools/v_tools.json
parentObsolete thickened blood (aka blood extract) (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-6c0050a39c3bb414080b43727a8104e0f696f453.tar.xz
Obsolete Blood Extactor and Blood Forge. Update impacted recipes acordingly.
Fix powdered blood recipe to be based on powdered milk recipe. Clean up component listings for recipes. Remove duplicate Blood Forge Recipe. Update readme.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Tools/v_tools.json')
-rw-r--r--vamp_stuff/Modification_Files/Items/Tools/v_tools.json54
1 files changed, 2 insertions, 52 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
index dc921df..5d8bbe2 100644
--- a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
+++ b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
@@ -1,30 +1,5 @@
[
{
- "id": "blood_forge_infuse",
- "looks_like": "forge",
- "type": "TOOL",
- "name": { "str": "blood infusion forge" },
- "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.",
- "weight": "14500 g",
- "volume": "3750 ml",
- "price": "0 cent",
- "price_postapoc": "1500 USD",
- "to_hit": -2,
- "bashing": 4,
- "material": [ "steel", "glass" ],
- "color": "red",
- "symbol": "Q",
- "ammo": [ "battery" ],
- "charges_per_use": 100,
- "qualities": [ [ "BINFUSING", 1 ], [ "HAMMER", 3 ], [ "CHISEL", 3 ] ],
- "magazines": [
- [
- "battery",
- [ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ]
- ]
- ]
- },
- {
"id": "bloodcompressor",
"looks_like": "tailors_kit",
"type": "TOOL",
@@ -37,8 +12,8 @@
"to_hit": -1,
"bashing": 3,
"material": [ "steel", "glass" ],
- "color": "red",
- "symbol": "H",
+ "color": "yellow",
+ "symbol": ";",
"ammo": [ "battery" ],
"charges_per_use": 150,
"qualities": [ [ "BCOMPRESSING", 1 ], [ "CUT", 3 ] ],
@@ -48,30 +23,5 @@
[ "heavy_battery_cell", "heavy_plus_battery_cell", "heavy_atomic_battery_cell", "heavy_disposable_cell" ]
]
]
- },
- {
- "id": "bloodchem",
- "looks_like": "chemistry_set",
- "type": "TOOL",
- "name": { "str": "blood chemistry set" },
- "description": "A simple blood chemistry set. It has the complete tools in making chemicals and adhesives for essential projects.",
- "weight": "4850 g",
- "volume": "3250 ml",
- "price": "0 cent",
- "price_postapoc": "1500 USD",
- "to_hit": -1,
- "bashing": 3,
- "material": [ "steel", "glass" ],
- "color": "red",
- "symbol": "&",
- "ammo": [ "battery" ],
- "charges_per_use": 10,
- "qualities": [ [ "BCHEMISTRY", 1 ], [ "DISTILL", 1 ], [ "CHEM", 3 ], [ "BOIL", 1 ] ],
- "magazines": [
- [
- "battery",
- [ "light_minus_battery_cell", "light_minus_atomic_battery_cell", "light_minus_disposable_cell" ]
- ]
- ]
}
]