summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items
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
parentLowercase f (diff)
downloadcataclysm-bn-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')
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json8
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/v_armor_recipes.json36
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json38
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_recipe.json32
-rw-r--r--vamp_stuff/Modification_Files/Items/Tools/v_qualities.json8
-rw-r--r--vamp_stuff/Modification_Files/Items/Tools/v_tools.json12
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/ammo.json10
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json24
-rw-r--r--vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json2
9 files changed, 88 insertions, 82 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json b/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json
index d42849f..e4119e9 100644
--- a/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json
@@ -3,7 +3,7 @@
"id": "blood_suit",
"type": "ARMOR",
"category": "armor",
- "name": { "str": "blood suit" },
+ "name": { "str": "blood leather suit" },
"description": "A lightweight, blood red suit made completely of flexible blood compact sheets and designed to be worn under your clothes. Protects vital extremeties.",
"weight": "685 g",
"volume": "750 ml",
@@ -50,7 +50,7 @@
"name": { "str": "blood leather duster" },
"description": "Consists of blood compact sheets and leather. This fleshy duster provides good storage and cotton lining for warmth.",
"weight": "1997 g",
- "volume": 34,
+ "volume": "8500 ml",
"price": 0,
"to_hit": -1,
"material": [ "compactblood", "leather", "cotton" ],
@@ -93,7 +93,7 @@
"name": { "str": "blood leather pants" },
"description": "A pair of pants created from leather and blood compact sheets. Offers decent protection.",
"weight": "1920 g",
- "volume": 9,
+ "volume": "2250 ml",
"price": 0,
"material": [ "compactblood", "leather" ],
"symbol": "[",
@@ -113,7 +113,7 @@
"name": { "str": "pair of blood leather boots" },
"description": "Pair of boots made from tough leather and blood compact sheets. It's a great choice for rough journeys.",
"weight": "1030 g",
- "volume": 10,
+ "volume": "2500 ml",
"price": 0,
"to_hit": -1,
"bashing": 2,
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/v_armor_recipes.json b/vamp_stuff/Modification_Files/Items/Armor_Set/v_armor_recipes.json
index 0427e09..853788a 100644
--- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_armor_recipes.json
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_armor_recipes.json
@@ -7,7 +7,7 @@
"skill_used": "fabrication",
"difficulty": 6,
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
- "time": 49500,
+ "time": "495 s",
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ],
"components": [ [ [ "duster_survivor", 1 ] ], [ [ "compactsheet", 5 ] ], [ [ "stickyblood", 2 ] ] ]
},
@@ -19,7 +19,7 @@
"skill_used": "fabrication",
"difficulty": 6,
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
- "time": 45200,
+ "time": "452 s",
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ],
"components": [ [ [ "pants_survivor", 1 ] ], [ [ "compactsheet", 4 ] ], [ [ "stickyblood", 2 ] ] ]
},
@@ -31,7 +31,7 @@
"skill_used": "fabrication",
"difficulty": 6,
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
- "time": 34200,
+ "time": "342 s",
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ],
"components": [ [ [ "gloves_survivor", 1 ] ], [ [ "compactsheet", 2 ] ], [ [ "stickyblood", 1 ] ] ]
},
@@ -43,7 +43,7 @@
"skill_used": "fabrication",
"difficulty": 6,
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
- "time": 43200,
+ "time": "432 s",
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ],
"components": [ [ [ "trenchcoat_survivor", 1 ] ], [ [ "compactsheet", 5 ] ], [ [ "stickyblood", 2 ] ] ]
},
@@ -55,7 +55,7 @@
"skill_used": "fabrication",
"difficulty": 6,
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
- "time": 36200,
+ "time": "362 s",
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ],
"components": [ [ [ "boots_survivor", 1 ] ], [ [ "compactsheet", 3 ] ], [ [ "stickyblood", 1 ] ] ]
},
@@ -67,7 +67,7 @@
"skill_used": "fabrication",
"difficulty": 6,
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
- "time": 42200,
+ "time": "422 s",
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ],
"components": [ [ [ "hood_survivor", 1 ] ], [ [ "compactsheet", 4 ] ], [ [ "stickyblood", 2 ] ] ]
},
@@ -80,7 +80,7 @@
"difficulty": 6,
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
"using": [ [ "filament", 10 ] ],
- "time": 14200,
+ "time": "142 s",
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ],
"components": [ [ [ "string_6", 2 ] ], [ [ "compactsheet", 1 ] ] ]
},
@@ -92,7 +92,7 @@
"skill_used": "tailor",
"difficulty": 6,
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
- "time": 14200,
+ "time": "142 s",
"using": [ [ "filament", 15 ] ],
"qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ],
"components": [ [ [ "string_6", 3 ] ], [ [ "compactsheet", 1 ] ] ]
@@ -104,11 +104,11 @@
"subcategory": "CSC_ARMOR_STORAGE",
"skill_used": "tailor",
"difficulty": 4,
- "time": 76000,
+ "time": "50 m",
"autolearn": true,
"using": [ [ "filament", 35 ] ],
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
- "components": [ [ [ "compactsheet", 9 ] ], [ [ "string_6", 4 ] ] ]
+ "components": [ [ [ "compactsheet", 3 ] ], [ [ "scrap", 6 ] ] ]
},
{
"result": "bigbloodpack",
@@ -117,11 +117,11 @@
"subcategory": "CSC_ARMOR_STORAGE",
"skill_used": "tailor",
"difficulty": 4,
- "time": 36000,
+ "time": "240 m",
"autolearn": true,
"using": [ [ "filament", 35 ] ],
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
- "components": [ [ [ "compactsheet", 3 ] ], [ [ "string_6", 1 ] ] ]
+ "components": [ [ [ "compactsheet", 7 ] ], [ [ "scrap", 12 ] ] ]
},
{
"result": "blood_suit",
@@ -131,7 +131,7 @@
"skill_used": "tailor",
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
"difficulty": 5,
- "time": 53450,
+ "time": "534 s",
"using": [ [ "filament", 45 ] ],
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
"components": [ [ [ "compactsheet", 5 ] ] ]
@@ -144,7 +144,7 @@
"skill_used": "tailor",
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
"difficulty": 5,
- "time": 41000,
+ "time": "410 s",
"using": [ [ "filament", 55 ] ],
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
"components": [ [ [ "compactsheet", 3 ] ], [ [ "leather", 3 ] ] ]
@@ -157,7 +157,7 @@
"skill_used": "tailor",
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
"difficulty": 5,
- "time": 47500,
+ "time": "475 s",
"using": [ [ "filament", 65 ] ],
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
"components": [ [ [ "compactsheet", 5 ] ], [ [ "leather", 6 ] ] ]
@@ -170,7 +170,7 @@
"skill_used": "tailor",
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
"difficulty": 5,
- "time": 34500,
+ "time": "345 s",
"using": [ [ "filament", 20 ] ],
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
"components": [ [ [ "compactsheet", 2 ] ], [ [ "leather", 2 ] ] ]
@@ -183,7 +183,7 @@
"skill_used": "tailor",
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
"difficulty": 5,
- "time": 43300,
+ "time": "433 s",
"using": [ [ "filament", 60 ] ],
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
"components": [ [ [ "compactsheet", 4 ] ], [ [ "leather", 4 ] ] ]
@@ -196,7 +196,7 @@
"skill_used": "tailor",
"book_learn": [ [ "vamp_darkfashion1", 10 ] ],
"difficulty": 5,
- "time": 32550,
+ "time": "325 s",
"using": [ [ "filament", 30 ] ],
"qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
"components": [ [ [ "compactsheet", 3 ] ], [ [ "leather", 3 ] ] ]
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
index f6eadfa..a7d7ddc 100644
--- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
@@ -2,7 +2,7 @@
{
"id": "bloodbootsheath",
"type": "ARMOR",
- "name": { "str": "blood sheet ankle sheath" },
+ "name": { "str": "blood leather ankle sheath" },
"description": "A blood red, improvised ankle sheath, its material makes it tough and easier to wear. Activate to sheathe/draw a knife.",
"weight": "180 g",
"volume": "500 ml",
@@ -29,7 +29,7 @@
{
"id": "bloodwristsheath",
"type": "ARMOR",
- "name": { "str": "blood sheet wrist sheath" },
+ "name": { "str": "blood leather wrist sheath" },
"description": "A blood red wrist sheath. Small weapons are quickly drawn under your hands, just like what assassins do, but untrained people can hurt themselves. Activate to fast sheath/draw a knife.",
"weight": "180 g",
"volume": "500 ml",
@@ -56,41 +56,47 @@
{
"id": "bloodpack",
"type": "ARMOR",
- "name": { "str": "bloodpack" },
- "description": "Handcrafted backpack made of tough blood compact sheets.",
+ "name": { "str": "blood leather backpack" },
+ "description": "A small backpack handmade from blood leather. Good durable storage for a little encumbrance.",
+ "//": "Rebased on a leather backpack.",
"weight": "950 g",
- "volume": 11,
+ "volume": "2000 ml",
"price": 0,
- "material": [ "compactblood", "cotton" ],
+ "rigid": false,
+ "material": [ "compactblood" ],
"symbol": "[",
+ "looks_like": "backpack",
"color": "red",
"covers": [ "TORSO" ],
"coverage": 30,
- "encumbrance": 2,
- "max_encumbrance": 15,
+ "encumbrance": 4,
+ "max_encumbrance": 17,
"storage": "15 L",
+ "warmth": 0,
"material_thickness": 1,
- "looks_like": "backpack",
- "flags": [ "WATER_FRIENDLY", "STURDY", "BELTED" ]
+ "flags": [ "BELTED", "WATER_FRIENDLY", "STURDY" ]
},
{
"id": "bigbloodpack",
"type": "ARMOR",
- "name": { "str": "large bloodpack" },
- "description": "Improved bloodpack with additional pockets for even more storage.",
+ "name": { "str": "blood leather rucksack" },
+ "description": "A large blood leather rucksack, provides a lot of storage and is quite durable.",
+ "//": "Rebased on a military rucksack.",
"weight": "1250 g",
- "volume": 12,
+ "volume": "4 L",
"price": 0,
- "material": [ "compactblood", "cotton" ],
+ "rigid": false,
+ "material": [ "compactblood" ],
"symbol": "[",
+ "looks_like": "rucksack",
"color": "red",
"covers": [ "TORSO" ],
"coverage": 40,
"encumbrance": 2,
"max_encumbrance": 20,
"storage": "22 L",
+ "warmth": 0,
"material_thickness": 1,
- "looks_like": "backpack",
- "flags": [ "WATER_FRIENDLY", "STURDY", "BELTED" ]
+ "flags": [ "BELTED", "WATER_FRIENDLY", "STURDY" ]
}
]
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
index 9a17d2c..ac5c286 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_recipe.json
@@ -6,7 +6,7 @@
"subcategory": "CSC_WEAPON_CUTTING",
"skill_used": "fabrication",
"difficulty": 8,
- "time": 420000,
+ "time": "240 m",
"book_learn": [ [ "vamp_book1", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
@@ -26,7 +26,7 @@
"subcategory": "CSC_WEAPON_CUTTING",
"skill_used": "fabrication",
"difficulty": 8,
- "time": 85000,
+ "time": "15 m",
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"qualities": [ { "id": "BINFUSING", "level": 1 } ],
"components": [ [ [ "sword_sip", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ]
@@ -38,7 +38,7 @@
"subcategory": "CSC_WEAPON_RANGED",
"skill_used": "archery",
"difficulty": 8,
- "time": 380000,
+ "time": "240 m",
"book_learn": [ [ "vamp_book2", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
@@ -58,7 +58,7 @@
"subcategory": "CSC_WEAPON_PIERCING",
"skill_used": "fabrication",
"difficulty": 8,
- "time": 320000,
+ "time": "240 m",
"book_learn": [ [ "vamp_book3", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
@@ -71,7 +71,7 @@
"subcategory": "CSC_WEAPON_PIERCING",
"skill_used": "fabrication",
"difficulty": 8,
- "time": 85000,
+ "time": "15 m",
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"qualities": [ { "id": "BINFUSING", "level": 1 } ],
"components": [ [ [ "sword_dive", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ]
@@ -83,7 +83,7 @@
"subcategory": "CSC_WEAPON_BASHING",
"skill_used": "fabrication",
"difficulty": 8,
- "time": 420000,
+ "time": "240 m",
"book_learn": [ [ "vamp_book4", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
@@ -96,7 +96,7 @@
"subcategory": "CSC_WEAPON_BASHING",
"skill_used": "fabrication",
"difficulty": 8,
- "time": 85000,
+ "time": "15 m",
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"qualities": [ { "id": "BINFUSING", "level": 1 } ],
"components": [ [ [ "hammerius", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ]
@@ -108,7 +108,7 @@
"subcategory": "CSC_WEAPON_BASHING",
"skill_used": "fabrication",
"difficulty": 8,
- "time": 297000,
+ "time": "240 m",
"book_learn": [ [ "vamp_book5", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
@@ -121,7 +121,7 @@
"subcategory": "CSC_WEAPON_BASHING",
"skill_used": "fabrication",
"difficulty": 8,
- "time": 85000,
+ "time": "15 m",
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"qualities": [ { "id": "BINFUSING", "level": 1 } ],
"components": [ [ [ "punchie_bitie", 1 ] ], [ [ "melted_bloodrune", 2 ] ] ]
@@ -133,7 +133,7 @@
"subcategory": "CSC_WEAPON_CUTTING",
"skill_used": "fabrication",
"difficulty": 8,
- "time": 320000,
+ "time": "240 m",
"book_learn": [ [ "vamp_book6", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 } ],
"tools": [ [ [ "tongs", -1 ] ], [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
@@ -146,7 +146,7 @@
"subcategory": "CSC_WEAPON_CUTTING",
"skill_used": "fabrication",
"difficulty": 8,
- "time": 85000,
+ "time": "15 m",
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"qualities": [ { "id": "BINFUSING", "level": 1 } ],
"components": [ [ [ "falc_crimsword", 1 ] ], [ [ "melted_bloodrune", 1 ] ] ]
@@ -179,7 +179,7 @@
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"difficulty": 0,
- "time": 19000,
+ "time": "10 m",
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "BOIL", "level": 1 } ],
"tools": [ [ [ "surface_heat", 3, "LIST" ] ] ],
@@ -192,7 +192,7 @@
"subcategory": "CSC_ELECTRONIC_TOOLS",
"skill_used": "electronics",
"difficulty": 8,
- "time": 100000,
+ "time": "180 m",
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"qualities": [ { "id": "HAMMER", "level": 3 }, { "id": "CHISEL", "level": 3 }, { "id": "SCREW", "level": 1 } ],
"tools": [ [ [ "anvil", -1 ] ], [ [ "crucible", -1 ], [ "crucible_clay", -1 ] ] ],
@@ -233,7 +233,7 @@
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"difficulty": 4,
- "time": 1250,
+ "time": "5 m",
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"qualities": [ { "id": "BCOMPRESSING", "level": 1 } ],
"components": [ [ [ "bloodpowder", 125 ] ] ]
@@ -245,7 +245,7 @@
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"difficulty": 4,
- "time": 5000,
+ "time": "10 m",
"book_learn": [ [ "vamp_upgradebook1", 10 ] ],
"qualities": [ { "id": "BCHEMISTRY", "level": 1 } ],
"components": [ [ [ "bloodextract", 30 ] ] ]
@@ -257,7 +257,7 @@
"subcategory": "CSC_OTHER_MATERIALS",
"skill_used": "fabrication",
"difficulty": 0,
- "time": 250,
+ "time": "5 m",
"qualities": [ { "id": "HAMMER", "level": 3 } ],
"components": [ [ [ "bigbloodrune", 1 ] ] ]
},
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": [
[
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ammo.json b/vamp_stuff/Modification_Files/Items/Weapons/ammo.json
index ac573a8..d394685 100644
--- a/vamp_stuff/Modification_Files/Items/Weapons/ammo.json
+++ b/vamp_stuff/Modification_Files/Items/Weapons/ammo.json
@@ -2,7 +2,7 @@
{
"id": "bloodyshaky",
"type": "AMMO",
- "name": "shaken blood",
+ "name": { "str": "shaken blood" },
"description": "Blood which has slightly thickened from intense shaking. Almost compatible with vampiric guns if you're desperately need to feed them.",
"weight": "5 g",
"volume": "250 ml",
@@ -24,7 +24,7 @@
{
"id": "bloodypressure",
"type": "AMMO",
- "name": "pressurized blood",
+ "name": { "str": "pressurized blood" },
"description": "Cheap and renewable. This heavily compressed blood ammunition is used specifically with certain vampiric guns.",
"weight": "5 g",
"volume": "250 ml",
@@ -46,7 +46,7 @@
{
"id": "bloodyinfect",
"type": "AMMO",
- "name": "traversed blood",
+ "name": { "str": "traversed blood" },
"description": "Cheap and easy to collect. A combination of pure and infected blood and much more viscous than others.",
"weight": "5 g",
"volume": "250 ml",
@@ -68,7 +68,7 @@
{
"id": "bloodshot_00",
"type": "AMMO",
- "name": "00 bloodshot",
+ "name": { "str": "00 bloodshot" },
"description": "Blood pellet-filled shot. Maximizes damage at very short range and will cause spread pellets to explode into sharp bits, dealing additional damage on impact. This is the only shotgun ammuminition developed and overused by vampires due to its overall balancing power.",
"weight": "35 g",
"volume": "250 ml",
@@ -89,7 +89,7 @@
{
"id": "reloaded_bloodshot_00",
"type": "AMMO",
- "name": "reloaded 00 bloodshot",
+ "name": { "str": "reloaded 00 bloodshot" },
"description": "Blood pellet-filled shot. Maximizes damage at very short range and will cause spread pellets to explode into sharp bits, dealing additional damage on impact. This is the only shotgun ammuminition developed and overused by vampires due to its overall balancing power.",
"weight": "35 g",
"volume": "250 ml",
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json
index 0b2987f..7240e79 100644
--- a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json
+++ b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon.json
@@ -6,7 +6,7 @@
"price": 0,
"price_postapoc": 0,
"color": "red",
- "name": "Invynel's bow",
+ "name": { "str": "Invynel's bow" },
"description": "A heavy, steel bow. Its serrated, blade handle makes it available for melee, but unwieldy. Well trained archers find this useful for long to mid range combats greatly.",
"material": [ "steel" ],
"techniques": [ "BOW_VAMP_SWEEP", "BOW_VAMP_THRUST" ],
@@ -15,7 +15,7 @@
"min_strength": 10,
"weight": "1225 g",
"ammo": [ "arrow" ],
- "volume": 12,
+ "volume": "3000 ml",
"bashing": 4,
"cutting": 14,
"armor_data": { "covers": [ "TORSO" ], "coverage": 15, "material_thickness": 1, "encumbrance": 27 },
@@ -32,7 +32,7 @@
"type": "GUN",
"symbol": "(",
"color": "red",
- "name": "blood striker",
+ "name": { "str": "blood striker" },
"description": "A modified and beautifully designed striker shotgun created by vampires. Unlike human's, it has a bigger revolving wheel, which occupies additional bullets and a 3-shot burst mode for barraging shots with its improved accuracy.",
"price_postapoc": 1318500,
"price": 0,
@@ -41,7 +41,7 @@
"skill": "shotgun",
"weight": "3620 g",
"ammo": [ "bloodshot" ],
- "volume": 10,
+ "volume": "2500 ml",
"bashing": 8,
"to_hit": 0,
"dispersion": 205,
@@ -69,7 +69,7 @@
"type": "GUN",
"symbol": "(",
"color": "red",
- "name": "blood slinger",
+ "name": { "str": "blood slinger" },
"description": "A lightweight vampiric gun with special mounted blood-fed container. It uses thickened blood as the primary ammunition, and shoots at high velocity, regardless of its small size.",
"price_postapoc": 22500,
"price": 0,
@@ -78,7 +78,7 @@
"skill": "pistol",
"weight": "1428 g",
"ammo": [ "ammoblood" ],
- "volume": 6,
+ "volume": "1500 ml",
"bashing": 8,
"to_hit": 0,
"dispersion": 150,
@@ -105,7 +105,7 @@
"type": "GUN",
"symbol": "(",
"color": "red",
- "name": "blood stinger",
+ "name": { "str": "blood stinger" },
"description": "A unique vampiric gun with specially designed barrel and a built-in blood-feed container input method. It uses thickened blood as the primary ammunition, and shoots at extremely high velocity, dealing damage nearly the same to high caliber firearms.",
"price_postapoc": 730500,
"price": 0,
@@ -114,7 +114,7 @@
"skill": "rifle",
"weight": "3420 g",
"ammo": [ "ammoblood" ],
- "volume": 10,
+ "volume": "2500 ml",
"bashing": 8,
"to_hit": 0,
"dispersion": 170,
@@ -145,7 +145,7 @@
"type": "GUN",
"symbol": "(",
"color": "red",
- "name": "blood stream shooter",
+ "name": { "str": "blood stream shooter" },
"description": "A heavy vampiric gun with very large, built-in blood-feed container input method and a trio-rotational barrel chambers. It uses thickened blood as the primary ammunition, and shoots at maximum firing rate without generating disrupting sounds.",
"price_postapoc": 1182900,
"price": 0,
@@ -154,7 +154,7 @@
"skill": "smg",
"weight": "3855 g",
"ammo": [ "ammoblood" ],
- "volume": 10,
+ "volume": "2500 ml",
"bashing": 4,
"to_hit": 0,
"modes": [ [ "DEFAULT", "semi-auto", 3 ], [ "BURST", "5 rd.", 9 ], [ "AUTO", "auto", 60 ] ],
@@ -182,7 +182,7 @@
"type": "GUN",
"symbol": "(",
"color": "red",
- "name": "blood sprayer",
+ "name": { "str": "blood sprayer" },
"description": "A lightweight vampiric gun with large, built-in blood-feed container input method. It uses thickened blood as the primary ammunition, and shoots at high firing rate without generating disrupting sounds.",
"price_postapoc": 423500,
"price": 0,
@@ -191,7 +191,7 @@
"skill": "smg",
"weight": "1805 g",
"ammo": [ "ammoblood" ],
- "volume": 6,
+ "volume": "1500 ml",
"bashing": 4,
"to_hit": 0,
"modes": [ [ "DEFAULT", "semi-auto", 1 ], [ "BURST", "5 rd.", 5 ], [ "AUTO", "auto", 20 ] ],
diff --git a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
index b886b01..dc28df0 100644
--- a/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
+++ b/vamp_stuff/Modification_Files/Items/Weapons/ranged_weapon_mod.json
@@ -2,7 +2,7 @@
{
"id": "bloodstinger_barrel",
"type": "GUNMOD",
- "name": "bloodstinger barrel",
+ "name": { "str": "bloodstinger barrel" },
"description": "Odd barrel extension specialized for blood stinger rifles. It has a vented metal end point that pressurizes liquid before firing, increasing damage, accuracy and aiming time.",
"weight": "650 g",
"volume": "1 L",