From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- .../Items/Armor_Set/Normal/v_bloodset.json | 138 +++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json (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 new file mode 100644 index 0000000..0d9bfc4 --- /dev/null +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json @@ -0,0 +1,138 @@ +[ + { + "id": "blood_suit", + "type": "ARMOR", + "category": "armor", + "name": { "str": "blood 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", + "price": 0, + "to_hit": -1, + "bashing": 3, + "material": [ "compactblood" ], + "symbol": "[", + "color": "red", + "covers": [ "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], + "coverage": 100, + "encumbrance": 5, + "warmth": 10, + "material_thickness": 1, + "environmental_protection": 1, + "flags": [ "WATERPROOF", "STURDY", "SKINTIGHT" ] + }, + { + "id": "blood_hood", + "type": "ARMOR", + "category": "armor", + "name": { "str": "blood leather hood" }, + "description": "Hood made from compact blood and leather, this is tough and provides decent protection from damage.", + "weight": "745 g", + "volume": "1250 ml", + "price": 0, + "to_hit": -1, + "bashing": 9, + "material": [ "compactblood", "leather", "cotton" ], + "symbol": "[", + "color": "red", + "covers": [ "HEAD" ], + "coverage": 100, + "encumbrance": 15, + "warmth": 20, + "material_thickness": 1, + "environmental_protection": 1, + "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HOOD" ] + }, + { + "id": "blood_duster", + "type": "ARMOR", + "category": "armor", + "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, + "price": 0, + "to_hit": -1, + "material": [ "compactblood", "leather", "cotton" ], + "symbol": "[", + "color": "red", + "covers": [ "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ], + "coverage": 85, + "encumbrance": 10, + "pocket_data": [ + { "pocket_type": "CONTAINER", "max_contains_volume": "2500 ml", "max_contains_weight": "5 kg", "moves": 75 }, + { "pocket_type": "CONTAINER", "max_contains_volume": "2500 ml", "max_contains_weight": "5 kg", "moves": 75 }, + { "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "2 kg", "moves": 75 }, + { "pocket_type": "CONTAINER", "max_contains_volume": "1 L", "max_contains_weight": "2 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 } + ], + "warmth": 20, + "material_thickness": 1, + "environmental_protection": 1, + "flags": [ "VARSIZE", "POCKETS", "HOOD", "COLLAR", "STURDY", "WATERPROOF", "RAINPROOF", "OUTER" ] + }, + { + "id": "blood_gloves", + "type": "ARMOR", + "category": "armor", + "name": { "str": "pair of blood leather gloves" }, + "description": "A combination of blood compact sheets and leather. This pair of velvet gloves offer great protection against environment.", + "weight": "230 g", + "volume": "500 ml", + "price": 0, + "to_hit": 2, + "material": [ "compactblood", "leather" ], + "symbol": "[", + "color": "red", + "covers": [ "HAND_L", "HAND_R" ], + "coverage": 100, + "encumbrance": 10, + "warmth": 15, + "material_thickness": 1, + "environmental_protection": 1, + "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] + }, + { + "id": "blood_pants", + "type": "ARMOR", + "category": "armor", + "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, + "price": 0, + "material": [ "compactblood", "leather" ], + "symbol": "[", + "color": "red", + "covers": [ "LEG_L", "LEG_R" ], + "coverage": 100, + "encumbrance": 10, + "warmth": 15, + "material_thickness": 1, + "environmental_protection": 1, + "flags": [ "VARSIZE", "STURDY", "WATERPROOF" ] + }, + { + "id": "blood_boots", + "type": "ARMOR", + "category": "armor", + "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, + "price": 0, + "to_hit": -1, + "bashing": 2, + "material": [ "compactblood", "leather" ], + "symbol": "[", + "color": "red", + "covers": [ "FOOT_L", "FOOT_R" ], + "coverage": 100, + "encumbrance": 15, + "warmth": 20, + "material_thickness": 1, + "environmental_protection": 1, + "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] + } +] -- cgit v1.2.1