From 6257fd46cdd23262557ccbb154a1039ab0148bae Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Tue, 9 Mar 2021 00:53:46 -0800 Subject: Many updates to get this mod working properly. See the readme. --- .../Items/Armor_Set/v_bloodgear.json | 36 ++++++++-------------- 1 file changed, 12 insertions(+), 24 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 dc2ce79..a9802a4 100644 --- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json @@ -19,7 +19,7 @@ "type": "holster", "holster_prompt": "Sheath knife", "holster_msg": "You have sheath your %s", - "max_volume": 2, + "max_volume": "500 ml", "draw_cost": 30, "flags": [ "SHEATH_KNIFE" ] }, @@ -46,7 +46,7 @@ "type": "holster", "holster_prompt": "Sheath knife", "holster_msg": "You have sheath your %s", - "max_volume": 1, + "max_volume": "250 ml", "draw_cost": 5, "flags": [ "SHEATH_KNIFE" ] }, @@ -57,7 +57,7 @@ "id": "bloodpack", "type": "ARMOR", "name": { "str": "bloodpack" }, - "description": "Handcrafted backpack made of tough blood compact sheets customized to occupy large amount of storage at a cost of encumbrance.", + "description": "Handcrafted backpack made of tough blood compact sheets.", "weight": "950 g", "volume": 11, "price": 0, @@ -65,16 +65,10 @@ "symbol": "[", "color": "red", "covers": [ "TORSO" ], - "coverage": 5, - "encumbrance": 10, - "pocket_data": [ - { "pocket_type": "CONTAINER", "max_contains_volume": "3 L", "max_contains_weight": "6 kg", "moves": 75 }, - { "pocket_type": "CONTAINER", "max_contains_volume": "3 L", "max_contains_weight": "6 kg", "moves": 75 }, - { "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 75 }, - { "pocket_type": "CONTAINER", "max_contains_volume": "1500 ml", "max_contains_weight": "3 kg", "moves": 75 }, - { "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "moves": 80 }, - { "pocket_type": "CONTAINER", "max_contains_volume": "500 ml", "max_contains_weight": "1 kg", "moves": 80 } - ], + "coverage": 30, + "encumbrance": 2, + "max_encumbrance": 15, + "storage": "15 L", "material_thickness": 1, "looks_like": "backpack", "flags": [ "WATER_FRIENDLY", "STURDY", "BELTED" ] @@ -83,7 +77,7 @@ "id": "bigbloodpack", "type": "ARMOR", "name": { "str": "large bloodpack" }, - "description": "Improved bloodpack with additional pocket arrangements around it for even larger storage occupation. Encumbrance and weight has increased, tho.", + "description": "Improved bloodpack with additional pockets for even more storage.", "weight": "1250 g", "volume": 12, "price": 0, @@ -91,16 +85,10 @@ "symbol": "[", "color": "red", "covers": [ "TORSO" ], - "coverage": 10, - "encumbrance": 20, - "pocket_data": [ - { "pocket_type": "CONTAINER", "max_contains_volume": "5 L", "max_contains_weight": "10 kg", "moves": 75 }, - { "pocket_type": "CONTAINER", "max_contains_volume": "5 L", "max_contains_weight": "10 kg", "moves": 75 }, - { "pocket_type": "CONTAINER", "max_contains_volume": "3 L", "max_contains_weight": "6 kg", "moves": 75 }, - { "pocket_type": "CONTAINER", "max_contains_volume": "3 L", "max_contains_weight": "6 kg", "moves": 75 }, - { "pocket_type": "CONTAINER", "max_contains_volume": "1375 ml", "max_contains_weight": "2 kg", "moves": 80 }, - { "pocket_type": "CONTAINER", "max_contains_volume": "1375 ml", "max_contains_weight": "2 kg", "moves": 80 } - ], + "coverage": 40, + "encumbrance": 2, + "max_encumbrance": 20, + "storage": "22 L", "material_thickness": 1, "looks_like": "backpack", "flags": [ "WATER_FRIENDLY", "STURDY", "BELTED" ] -- cgit v1.2.1