From 26d36bd84dcb0e0249a664809d618ca9b523d5a7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 6 May 2021 22:10:53 -0700 Subject: Updating body part names, prices, some flags for BN --- .../Items/Armor_Set/Normal/v_bloodset.json | 26 +++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'vamp_stuff/Modification_Files/Items/Armor_Set/Normal') 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 47b59e7..bb5cafe 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 @@ -7,13 +7,13 @@ "description": "A lightweight, blood red suit made completely of flexible compacted blood sheets and designed to be worn under your clothes. Protects vital extremeties.", "weight": "685 g", "volume": "750 ml", - "price": 0, + "price": "0 cent", "to_hit": -1, "bashing": 3, "material": [ "compactblood" ], "symbol": "[", "color": "red", - "covers": [ "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], + "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ], "coverage": 100, "encumbrance": 5, "warmth": 10, @@ -29,19 +29,19 @@ "description": "Hood made from compacted blood and leather, this is tough and provides decent protection from damage.", "weight": "745 g", "volume": "1250 ml", - "price": 0, + "price": "0 cent", "to_hit": -1, "bashing": 9, "material": [ "compactblood", "leather" ], "symbol": "[", "color": "red", - "covers": [ "HEAD" ], + "covers": [ "head" ], "coverage": 100, "encumbrance": 15, "warmth": 20, "material_thickness": 1, "environmental_protection": 1, - "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HELMET_COMPAT" ] + "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HOOD" ] }, { "id": "blood_duster", @@ -51,12 +51,12 @@ "description": "Consists of compacted blood sheets and leather. This duster provides good storage and warmth.", "weight": "1997 g", "volume": "8500 ml", - "price": 0, + "price": "0 cent", "to_hit": -1, "material": [ "compactblood", "leather" ], "symbol": "[", "color": "red", - "covers": [ "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], + "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ], "coverage": 85, "encumbrance": 10, "storage": "8 L", @@ -73,12 +73,12 @@ "description": "A combination of compacted blood sheets and leather. This pair of gloves offer great protection against environment.", "weight": "230 g", "volume": "500 ml", - "price": 0, + "price": "0 cent", "to_hit": 2, "material": [ "compactblood", "leather" ], "symbol": "[", "color": "red", - "covers": [ "HAND_L", "HAND_R" ], + "covers": [ "hand_l", "hand_r" ], "coverage": 100, "encumbrance": 10, "warmth": 15, @@ -94,11 +94,11 @@ "description": "A pair of pants created from leather and compacted blood sheets. Offers decent protection.", "weight": "1920 g", "volume": "2250 ml", - "price": 0, + "price": "0 cent", "material": [ "compactblood", "leather" ], "symbol": "[", "color": "red", - "covers": [ "LEG_L", "LEG_R" ], + "covers": [ "leg_l", "leg_r" ], "coverage": 100, "encumbrance": 10, "warmth": 15, @@ -114,13 +114,13 @@ "description": "Pair of boots made from tough leather and compacted blood sheets. It's a great choice for rough journeys.", "weight": "1030 g", "volume": "2500 ml", - "price": 0, + "price": "0 cent", "to_hit": -1, "bashing": 2, "material": [ "compactblood", "leather" ], "symbol": "[", "color": "red", - "covers": [ "FOOT_L", "FOOT_R" ], + "covers": [ "foot_l", "foot_r" ], "coverage": 100, "encumbrance": 15, "warmth": 20, -- cgit v1.2.1