summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Tools
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 17:37:07 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-03-15 17:37:07 -0700
commit183ee9fef51743bcf39b94822a23585fdd7cc698 (patch)
tree1476814f3dbcc8de822b773199b17c34b8ae2edc /vamp_stuff/Modification_Files/Items/Tools
parentTypo. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-183ee9fef51743bcf39b94822a23585fdd7cc698.tar.xz
Port to DDA.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Tools')
-rw-r--r--vamp_stuff/Modification_Files/Items/Tools/v_tools.json14
-rw-r--r--vamp_stuff/Modification_Files/Items/Tools/z_obsolete.json78
2 files changed, 6 insertions, 86 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
index 5d8bbe2..d4080d4 100644
--- a/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
+++ b/vamp_stuff/Modification_Files/Items/Tools/v_tools.json
@@ -1,14 +1,14 @@
[
{
"id": "bloodcompressor",
- "looks_like": "tailors_kit",
+ "looks_like": "sewing_kit",
"type": "TOOL",
"name": { "str": "blood compactor" },
"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.",
"weight": "5350 g",
"volume": "3250 ml",
- "price": "0 cent",
- "price_postapoc": "1500 USD",
+ "price": 0,
+ "price_postapoc": 150000,
"to_hit": -1,
"bashing": 3,
"material": [ "steel", "glass" ],
@@ -17,11 +17,9 @@
"ammo": [ "battery" ],
"charges_per_use": 150,
"qualities": [ [ "BCOMPRESSING", 1 ], [ "CUT", 3 ] ],
- "magazines": [
- [
- "battery",
- [ "heavy_battery_cell", "heavy_plus_battery_cell", "heavy_atomic_battery_cell", "heavy_disposable_cell" ]
- ]
+ "flags": [ "WATER_BREAK_ACTIVE", "ELECTRONIC" ],
+ "pocket_data": [
+ { "pocket_type": "MAGAZINE_WELL", "flag_restriction": [ "BATTERY_HEAVY" ], "default_magazine": "heavy_battery_cell" }
]
}
]
diff --git a/vamp_stuff/Modification_Files/Items/Tools/z_obsolete.json b/vamp_stuff/Modification_Files/Items/Tools/z_obsolete.json
deleted file mode 100644
index eb1e48a..0000000
--- a/vamp_stuff/Modification_Files/Items/Tools/z_obsolete.json
+++ /dev/null
@@ -1,78 +0,0 @@
-[
- {
- "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": "dark_gray",
- "symbol": ";",
- "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": "bloodextractor",
- "looks_like": "dehydrator",
- "type": "TOOL",
- "name": { "str": "blood dehydrator" },
- "description": "A small, heating container used in extracting water components from blood, turning it into a powder speckles. It uses common batteries.",
- "weight": "1150 g",
- "volume": "1250 ml",
- "price": "0 cent",
- "price_postapoc": "1000 USD",
- "to_hit": -1,
- "bashing": 3,
- "material": [ "steel", "glass" ],
- "color": "blue",
- "symbol": ";",
- "ammo": [ "battery" ],
- "charges_per_use": 25,
- "max_charges": 250,
- "qualities": [ [ "BREFINING", 1 ] ],
- "magazines": [
- [
- "battery",
- [ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_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": "light_gray",
- "symbol": ";",
- "ammo": [ "battery" ],
- "charges_per_use": 10,
- "qualities": [ [ "BCHEMISTRY", 1 ], [ "DISTILL", 1 ], [ "CHEM", 3 ], [ "BOIL", 1 ] ],
- "magazines": [
- [
- "battery",
- [ "medium_battery_cell", "medium_plus_battery_cell", "medium_atomic_battery_cell", "medium_disposable_cell" ]
- ]
- ]
- }
-]