From 183ee9fef51743bcf39b94822a23585fdd7cc698 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Wed, 15 Mar 2023 17:37:07 -0700 Subject: Port to DDA. --- .../Items/Armor_Set/Normal/v_bloodset.json | 211 +++++++++++++++------ 1 file changed, 155 insertions(+), 56 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 02a3b1c..5878ff7 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 @@ -1,126 +1,225 @@ [ { "id": "blood_suit", + "looks_like": "armor_nomad", "type": "ARMOR", - "name": { "str": "blood leather suit" }, - "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 cent", - "to_hit": -1, - "bashing": 3, - "material": [ "compactblood" ], + "name": { "str": "nomad jumpsuit" }, + "description": "A reinforced but airy jumpsuit designed to survive the long-term wear and tear of exploring the apocalyptic wasteland. Its clever construction adds additional core support, helping you to carry more equipment.", + "weight": "610 g", + "volume": "3500 ml", + "price": 0, + "to_hit": -3, + "material": [ "compactblood", "leather" ], "symbol": "[", "color": "red", - "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ], - "coverage": 100, - "encumbrance": 5, - "warmth": 10, - "material_thickness": 1, + "armor": [ + { + "material": [ + { "type": "compactblood", "covered_by_mat": 100, "thickness": 0.5 }, + { "type": "leather", "covered_by_mat": 90, "thickness": 1.5 } + ], + "covers": [ "leg_l", "leg_r", "arm_l", "arm_r", "torso" ], + "coverage": 100, + "encumbrance": [ 6, 6 ], + "breathability": "GOOD" + } + ], + "warmth": 20, + "material_thickness": 2, "environmental_protection": 1, - "flags": [ "WATERPROOF", "STURDY", "SKINTIGHT" ] + "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "SKINTIGHT" ] }, { "id": "blood_hood", + "looks_like": "hood_survivor", "type": "ARMOR", + "category": "armor", "name": { "str": "blood leather hood" }, "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 cent", + "volume": "2 L", + "price": 0, "to_hit": -1, - "bashing": 9, + "bashing": 10, "material": [ "compactblood", "leather" ], "symbol": "[", "color": "red", - "covers": [ "head" ], - "coverage": 100, - "encumbrance": 15, "warmth": 20, "material_thickness": 1, "environmental_protection": 1, - "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HOOD" ] + "techniques": [ "WBLOCK_1" ], + "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER" ], + "armor": [ { "encumbrance_modifiers": [ "NONE" ], "coverage": 100, "covers": [ "head" ] } ] }, { "id": "blood_duster", + "looks_like": "duster", "type": "ARMOR", "name": { "str": "blood leather duster" }, "description": "Consists of compacted blood sheets and leather. This duster provides good storage and warmth.", "weight": "1997 g", - "volume": "8500 ml", - "price": "0 cent", + "volume": "7 L", + "price": 0, "to_hit": -1, "material": [ "compactblood", "leather" ], "symbol": "[", "color": "red", - "covers": [ "torso", "arm_l", "arm_r", "leg_l", "leg_r" ], - "coverage": 85, - "encumbrance": 8, - "max_encumbrance": 15, - "storage": "8 L", + "armor": [ + { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 7, 13 ] }, + { + "covers": [ "leg_l", "leg_r" ], + "coverage": 86, + "encumbrance": [ 4, 5 ], + "specifically_covers": [ "leg_draped_l", "leg_draped_r" ], + "layers": [ "BELTED" ] + }, + { "covers": [ "arm_l", "arm_r" ], "coverage": 100, "encumbrance": [ 7, 7 ] } + ], + "pocket_data": [ + { + "pocket_type": "CONTAINER", + "max_contains_volume": "1500 ml", + "max_contains_weight": "4 kg", + "max_item_length": "24 cm", + "moves": 80 + }, + { + "pocket_type": "CONTAINER", + "max_contains_volume": "1500 ml", + "max_contains_weight": "4 kg", + "max_item_length": "24 cm", + "moves": 80 + }, + { + "pocket_type": "CONTAINER", + "max_contains_volume": "1 L", + "max_contains_weight": "2 kg", + "max_item_length": "21 cm", + "moves": 80 + }, + { + "pocket_type": "CONTAINER", + "max_contains_volume": "1 L", + "max_contains_weight": "2 kg", + "max_item_length": "21 cm", + "moves": 80 + }, + { + "pocket_type": "CONTAINER", + "max_contains_volume": "800 ml", + "max_contains_weight": "1 kg", + "max_item_length": "13 cm", + "moves": 120 + }, + { + "pocket_type": "CONTAINER", + "max_contains_volume": "800 ml", + "max_contains_weight": "1 kg", + "max_item_length": "13 cm", + "moves": 120 + } + ], "warmth": 20, - "material_thickness": 1, + "material_thickness": 1.5, "environmental_protection": 1, - "flags": [ "VARSIZE", "POCKETS", "HOOD", "COLLAR", "STURDY", "WATERPROOF", "RAINPROOF", "OUTER" ] + "flags": [ "VARSIZE", "POCKETS", "OUTER", "WATERPROOF", "RAINPROOF", "HOOD", "COLLAR", "STURDY" ] }, { "id": "blood_gloves", + "looks_like": "gloves_leather", "type": "ARMOR", "name": { "str": "pair of blood leather gloves", "str_pl": "pairs of blood leather gloves" }, "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 cent", + "weight": "160 g", + "volume": "250 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" ] + "valid_mods": [ "steel_padded" ], + "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ], + "armor": [ { "encumbrance": 10, "coverage": 95, "covers": [ "hand_l", "hand_r" ] } ] }, { "id": "blood_pants", + "looks_like": "pants_leather", "type": "ARMOR", "name": { "str": "blood leather pants", "str_pl": "blood leather pants" }, "description": "A pair of pants created from leather and compacted blood sheets. Offers decent protection.", - "weight": "1920 g", - "volume": "2250 ml", - "price": "0 cent", + "weight": "980 g", + "volume": "2500 ml", + "price": 0, + "to_hit": 1, "material": [ "compactblood", "leather" ], "symbol": "[", "color": "red", - "covers": [ "leg_l", "leg_r" ], - "coverage": 100, - "encumbrance": 10, + "pocket_data": [ + { + "pocket_type": "CONTAINER", + "max_contains_volume": "800 ml", + "max_contains_weight": "1 kg", + "max_item_length": "19 cm", + "moves": 80 + }, + { + "pocket_type": "CONTAINER", + "max_contains_volume": "800 ml", + "max_contains_weight": "1 kg", + "max_item_length": "19 cm", + "moves": 80 + } + ], "warmth": 15, "material_thickness": 1, "environmental_protection": 1, - "flags": [ "VARSIZE", "STURDY", "WATERPROOF" ] + "flags": [ "VARSIZE", "STURDY", "WATERPROOF" ], + "armor": [ { "encumbrance": [ 15, 17 ], "coverage": 95, "covers": [ "leg_l", "leg_r" ] } ] }, { "id": "blood_boots", + "looks_like": "boots", "type": "ARMOR", "name": { "str": "pair of blood leather boots", "str_pl": "pairs of blood leather boots" }, - "description": "Pair of boots made from tough leather and compacted blood sheets. It's a great choice for rough journeys.", + "description": "Pair of boots made from compacted blood sheets. It's a great choice for rough journeys.", "weight": "1030 g", "volume": "2500 ml", - "price": "0 cent", + "price": 0, "to_hit": -1, - "bashing": 2, - "material": [ "compactblood", "leather" ], - "symbol": "[", + "bashing": 1, "color": "red", - "covers": [ "foot_l", "foot_r" ], - "coverage": 100, - "encumbrance": 15, + "symbol": "[", "warmth": 20, - "material_thickness": 1, - "environmental_protection": 1, - "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ] + "environmental_protection": 2, + "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ], + "armor": [ + { + "covers": [ "foot_l", "foot_r" ], + "specifically_covers": [ + "foot_toes_r", + "foot_toes_l", + "foot_ankle_r", + "foot_ankle_l", + "foot_heel_r", + "foot_heel_l", + "foot_arch_r", + "foot_arch_l" + ], + "material": [ { "type": "compactblood", "covered_by_mat": 100, "thickness": 2.5 } ], + "encumbrance": 12, + "coverage": 100 + }, + { + "covers": [ "foot_l", "foot_r" ], + "specifically_covers": [ "foot_sole_r", "foot_sole_l" ], + "material": [ + { "type": "compactblood", "covered_by_mat": 100, "thickness": 0.1 }, + { "type": "rubber", "covered_by_mat": 100, "thickness": 6.0 } + ], + "coverage": 100 + } + ] } ] -- cgit v1.2.1