From 0f19bc2ae45fa9ca940c25c89770868157275fa2 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 9 Apr 2021 21:43:36 -0700 Subject: Many changes to bring the mod more up to date with 0.E.3 Rebalance blood backpacks --- .../Items/Armor_Set/v_bloodgear.json | 38 +++++++++++++--------- 1 file changed, 22 insertions(+), 16 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json') 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" ] } ] -- cgit v1.2.1