summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Armor_Set
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification_Files/Items/Armor_Set
downloadcataclysm-dda-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Armor_Set')
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json151
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json138
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json44
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/v_armor_recipes.json204
-rw-r--r--vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json108
5 files changed, 645 insertions, 0 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json b/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json
new file mode 100644
index 0000000..646e7c9
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/Infused/v_bloodinfusedset.json
@@ -0,0 +1,151 @@
+[
+ {
+ "//": "Strenghtened survivor armors, combined with blood compact materials.",
+ "id": "bloodinfused_survivorhood",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "blood infused survivor hood" },
+ "description": "An improved hood combined with leather, kevlar and blood compact sheet. The protection it used to provide has increased.",
+ "weight": "1020 g",
+ "volume": "2 L",
+ "price": 0,
+ "to_hit": -1,
+ "bashing": 9,
+ "material": [ "compactblood", "kevlar", "leather" ],
+ "symbol": "[",
+ "color": "red",
+ "covers": [ "HEAD" ],
+ "coverage": 100,
+ "encumbrance": 25,
+ "warmth": 20,
+ "material_thickness": 1,
+ "environmental_protection": 2,
+ "techniques": [ "WBLOCK_1" ],
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "OUTER", "HOOD" ]
+ },
+ {
+ "id": "bloodinfused_survivorpants",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "blood infused survivor cargo pants" },
+ "description": "A pair of pants consisting of leather, kevlar and blood compact sheet, pouches and pockets are covered with excess materials for better protection. It is comfortable and warm.",
+ "weight": "2200 g",
+ "volume": "3 L",
+ "price": 0,
+ "material": [ "compactblood", "kevlar", "cotton" ],
+ "symbol": "[",
+ "color": "red",
+ "covers": [ "LEG_L", "LEG_R" ],
+ "coverage": 100,
+ "encumbrance": 20,
+ "pocket_data": [
+ { "pocket_type": "CONTAINER", "max_contains_volume": "1750 ml", "max_contains_weight": "3500 g", "moves": 75 },
+ { "pocket_type": "CONTAINER", "max_contains_volume": "1750 ml", "max_contains_weight": "3500 g", "moves": 75 }
+ ],
+ "warmth": 10,
+ "material_thickness": 1,
+ "environmental_protection": 2,
+ "flags": [ "VARSIZE", "POCKETS", "STURDY", "WATERPROOF" ]
+ },
+ {
+ "id": "bloodinfused_survivorduster",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "blood infused survivor duster" },
+ "description": "Customize kevlar duster with sleeves improved with blood compact sheets for increased protection. The storage remains high.",
+ "weight": "2692 g",
+ "volume": "97 L",
+ "price": 0,
+ "to_hit": -1,
+ "material": [ "compactblood", "kevlar", "cotton" ],
+ "symbol": "[",
+ "color": "red",
+ "covers": [ "TORSO", "ARM_L", "ARM_R", "LEG_L", "LEG_R" ],
+ "coverage": 85,
+ "encumbrance": 15,
+ "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": "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": 15,
+ "material_thickness": 1,
+ "environmental_protection": 2,
+ "flags": [ "VARSIZE", "POCKETS", "HOOD", "COLLAR", "STURDY", "WATERPROOF", "RAINPROOF", "OUTER" ]
+ },
+ {
+ "id": "bloodinfused_survivorgloves",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "pair of blood infused survivor gloves" },
+ "description": "Customized pair of kevlar, leather and blood sheet compact gloves. It provides protection in extreme situations.",
+ "weight": "315 g",
+ "volume": "500 ml",
+ "price": 0,
+ "to_hit": 2,
+ "material": [ "compactblood", "kevlar", "leather" ],
+ "symbol": "[",
+ "color": "red",
+ "covers": [ "HAND_L", "HAND_R" ],
+ "coverage": 100,
+ "encumbrance": 20,
+ "warmth": 20,
+ "material_thickness": 1,
+ "environmental_protection": 2,
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
+ },
+ {
+ "id": "bloodinfused_survivorboots",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "pair of blood infused survivor boots" },
+ "description": "Kevlar, leather and blood compact sheets arranged into the boots, granting maximum damage protection against all odds.",
+ "weight": "1430 g",
+ "volume": "2500 ml",
+ "price": 0,
+ "to_hit": -1,
+ "bashing": 1,
+ "material": [ "compactblood", "kevlar", "leather" ],
+ "symbol": "[",
+ "color": "red",
+ "covers": [ "FOOT_L", "FOOT_R" ],
+ "coverage": 100,
+ "encumbrance": 25,
+ "warmth": 20,
+ "material_thickness": 1,
+ "environmental_protection": 2,
+ "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
+ },
+ {
+ "id": "bloodinfused_survivortrenchcoat",
+ "type": "ARMOR",
+ "category": "armor",
+ "name": { "str": "blood infused survivor trenchcoat" },
+ "description": "A trenchcoat built for both protection and storage using kevlar and blood compact sheet. Comfortable to wear.",
+ "weight": "2120 g",
+ "volume": "7250 ml",
+ "price": 0,
+ "to_hit": -1,
+ "material": [ "compactblood", "kevlar", "cotton" ],
+ "symbol": "[",
+ "color": "red",
+ "covers": [ "TORSO", "ARM_L", "ARM_R" ],
+ "coverage": 85,
+ "encumbrance": 15,
+ "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": "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": 15,
+ "material_thickness": 1,
+ "environmental_protection": 2,
+ "flags": [ "VARSIZE", "POCKETS", "HOOD", "COLLAR", "STURDY", "WATERPROOF", "RAINPROOF", "OUTER" ]
+ }
+]
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" ]
+ }
+]
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json b/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json
new file mode 100644
index 0000000..856d730
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json
@@ -0,0 +1,44 @@
+[
+ {
+ "id": "blood_necklace",
+ "type": "ARMOR",
+ "name": { "str": "bloodrune necklace" },
+ "description": "An odd necklace with rescaled beautiful bloodrune stone to fit and attach to the center. The thinned layer caused the core to pulsate faster.",
+ "weight": "250 g",
+ "volume": "250 ml",
+ "material": [ "stone", "silver" ],
+ "symbol": "[",
+ "color": "red",
+ "looks_like": "silver_necklace",
+ "flags": [ "FANCY" ]
+ },
+ {
+ "id": "blood_talisman",
+ "type": "ARMOR",
+ "name": { "str": "bloodrune talisman" },
+ "description": "An odd necklace with a beautifully etched bloodrune stone in eagle's talon shape. If you prick your fingertip in its sharp point, you feel your blood rushing towards it.",
+ "weight": "80 g",
+ "volume": "3 ml",
+ "price": 0,
+ "price_postapoc": 2500000,
+ "material": [ "stone" ],
+ "symbol": "(",
+ "color": "red",
+ "looks_like": "silver_necklace",
+ "flags": [ "FANCY", "ZERO_WEIGHT" ]
+ },
+ {
+ "id": "blood_cring",
+ "type": "ARMOR",
+ "name": { "str": "bloodrune ring" },
+ "description": "A shimmering bloodrune ring with a tiny etched symbol under it. A proof of loyalty to the commando.",
+ "weight": "55 g",
+ "volume": "3 ml",
+ "price": 0,
+ "material": [ "stone" ],
+ "symbol": "(",
+ "color": "red",
+ "looks_like": "silver_ring",
+ "flags": [ "FANCY", "ZERO_WEIGHT" ]
+ }
+]
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/v_armor_recipes.json b/vamp_stuff/Modification_Files/Items/Armor_Set/v_armor_recipes.json
new file mode 100644
index 0000000..0427e09
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_armor_recipes.json
@@ -0,0 +1,204 @@
+[
+ {
+ "result": "bloodinfused_survivorduster",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_TORSO",
+ "skill_used": "fabrication",
+ "difficulty": 6,
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "time": 49500,
+ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ],
+ "components": [ [ [ "duster_survivor", 1 ] ], [ [ "compactsheet", 5 ] ], [ [ "stickyblood", 2 ] ] ]
+ },
+ {
+ "result": "bloodinfused_survivorpants",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_LEGS",
+ "skill_used": "fabrication",
+ "difficulty": 6,
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "time": 45200,
+ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ],
+ "components": [ [ [ "pants_survivor", 1 ] ], [ [ "compactsheet", 4 ] ], [ [ "stickyblood", 2 ] ] ]
+ },
+ {
+ "result": "bloodinfused_survivorgloves",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HANDS",
+ "skill_used": "fabrication",
+ "difficulty": 6,
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "time": 34200,
+ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ],
+ "components": [ [ [ "gloves_survivor", 1 ] ], [ [ "compactsheet", 2 ] ], [ [ "stickyblood", 1 ] ] ]
+ },
+ {
+ "result": "bloodinfused_survivortrenchcoat",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_TORSO",
+ "skill_used": "fabrication",
+ "difficulty": 6,
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "time": 43200,
+ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ],
+ "components": [ [ [ "trenchcoat_survivor", 1 ] ], [ [ "compactsheet", 5 ] ], [ [ "stickyblood", 2 ] ] ]
+ },
+ {
+ "result": "bloodinfused_survivorboots",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_FEET",
+ "skill_used": "fabrication",
+ "difficulty": 6,
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "time": 36200,
+ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ],
+ "components": [ [ [ "boots_survivor", 1 ] ], [ [ "compactsheet", 3 ] ], [ [ "stickyblood", 1 ] ] ]
+ },
+ {
+ "result": "bloodinfused_survivorhood",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HEAD",
+ "skill_used": "fabrication",
+ "difficulty": 6,
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "time": 42200,
+ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 }, { "id": "BINFUSING", "level": 1 } ],
+ "components": [ [ [ "hood_survivor", 1 ] ], [ [ "compactsheet", 4 ] ], [ [ "stickyblood", 2 ] ] ]
+ },
+ {
+ "result": "bloodwristsheath",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HANDS",
+ "skill_used": "tailor",
+ "difficulty": 6,
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "using": [ [ "filament", 10 ] ],
+ "time": 14200,
+ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ],
+ "components": [ [ [ "string_6", 2 ] ], [ [ "compactsheet", 1 ] ] ]
+ },
+ {
+ "result": "bloodbootsheath",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_FEET",
+ "skill_used": "tailor",
+ "difficulty": 6,
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "time": 14200,
+ "using": [ [ "filament", 15 ] ],
+ "qualities": [ { "id": "CUT", "level": 1 }, { "id": "SEW", "level": 1 } ],
+ "components": [ [ [ "string_6", 3 ] ], [ [ "compactsheet", 1 ] ] ]
+ },
+ {
+ "result": "bloodpack",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_STORAGE",
+ "skill_used": "tailor",
+ "difficulty": 4,
+ "time": 76000,
+ "autolearn": true,
+ "using": [ [ "filament", 35 ] ],
+ "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
+ "components": [ [ [ "compactsheet", 9 ] ], [ [ "string_6", 4 ] ] ]
+ },
+ {
+ "result": "bigbloodpack",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_STORAGE",
+ "skill_used": "tailor",
+ "difficulty": 4,
+ "time": 36000,
+ "autolearn": true,
+ "using": [ [ "filament", 35 ] ],
+ "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
+ "components": [ [ [ "compactsheet", 3 ] ], [ [ "string_6", 1 ] ] ]
+ },
+ {
+ "result": "blood_suit",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_SUIT",
+ "skill_used": "tailor",
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "difficulty": 5,
+ "time": 53450,
+ "using": [ [ "filament", 45 ] ],
+ "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
+ "components": [ [ [ "compactsheet", 5 ] ] ]
+ },
+ {
+ "result": "blood_hood",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HEAD",
+ "skill_used": "tailor",
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "difficulty": 5,
+ "time": 41000,
+ "using": [ [ "filament", 55 ] ],
+ "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
+ "components": [ [ [ "compactsheet", 3 ] ], [ [ "leather", 3 ] ] ]
+ },
+ {
+ "result": "blood_duster",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_TORSO",
+ "skill_used": "tailor",
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "difficulty": 5,
+ "time": 47500,
+ "using": [ [ "filament", 65 ] ],
+ "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
+ "components": [ [ [ "compactsheet", 5 ] ], [ [ "leather", 6 ] ] ]
+ },
+ {
+ "result": "blood_gloves",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_HANDS",
+ "skill_used": "tailor",
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "difficulty": 5,
+ "time": 34500,
+ "using": [ [ "filament", 20 ] ],
+ "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
+ "components": [ [ [ "compactsheet", 2 ] ], [ [ "leather", 2 ] ] ]
+ },
+ {
+ "result": "blood_pants",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_LEGS",
+ "skill_used": "tailor",
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "difficulty": 5,
+ "time": 43300,
+ "using": [ [ "filament", 60 ] ],
+ "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
+ "components": [ [ [ "compactsheet", 4 ] ], [ [ "leather", 4 ] ] ]
+ },
+ {
+ "result": "blood_boots",
+ "type": "recipe",
+ "category": "CC_ARMOR",
+ "subcategory": "CSC_ARMOR_FEET",
+ "skill_used": "tailor",
+ "book_learn": [ [ "vamp_darkfashion1", 10 ] ],
+ "difficulty": 5,
+ "time": 32550,
+ "using": [ [ "filament", 30 ] ],
+ "qualities": [ { "id": "SEW", "level": 1 }, { "id": "CUT", "level": 1 } ],
+ "components": [ [ [ "compactsheet", 3 ] ], [ [ "leather", 3 ] ] ]
+ }
+]
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
new file mode 100644
index 0000000..dc2ce79
--- /dev/null
+++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
@@ -0,0 +1,108 @@
+[
+ {
+ "id": "bloodbootsheath",
+ "type": "ARMOR",
+ "name": { "str": "blood sheet 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",
+ "price": 0,
+ "to_hit": -1,
+ "material": [ "compactblood" ],
+ "symbol": "[",
+ "color": "red",
+ "covers": [ "FOOT_L", "FOOT_R" ],
+ "coverage": 10,
+ "encumbrance": 0,
+ "material_thickness": 1,
+ "use_action": {
+ "type": "holster",
+ "holster_prompt": "Sheath knife",
+ "holster_msg": "You have sheath your %s",
+ "max_volume": 2,
+ "draw_cost": 30,
+ "flags": [ "SHEATH_KNIFE" ]
+ },
+ "looks_like": "sheath",
+ "flags": [ "BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ]
+ },
+ {
+ "id": "bloodwristsheath",
+ "type": "ARMOR",
+ "name": { "str": "blood sheet 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",
+ "price": 0,
+ "to_hit": -1,
+ "material": [ "compactblood" ],
+ "symbol": "[",
+ "color": "red",
+ "covers": [ "HAND_L", "HAND_R" ],
+ "coverage": 5,
+ "encumbrance": 1,
+ "material_thickness": 1,
+ "use_action": {
+ "type": "holster",
+ "holster_prompt": "Sheath knife",
+ "holster_msg": "You have sheath your %s",
+ "max_volume": 1,
+ "draw_cost": 5,
+ "flags": [ "SHEATH_KNIFE" ]
+ },
+ "looks_like": "sheath",
+ "flags": [ "BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ]
+ },
+ {
+ "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.",
+ "weight": "950 g",
+ "volume": 11,
+ "price": 0,
+ "material": [ "compactblood", "cotton" ],
+ "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 }
+ ],
+ "material_thickness": 1,
+ "looks_like": "backpack",
+ "flags": [ "WATER_FRIENDLY", "STURDY", "BELTED" ]
+ },
+ {
+ "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.",
+ "weight": "1250 g",
+ "volume": 12,
+ "price": 0,
+ "material": [ "compactblood", "cotton" ],
+ "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 }
+ ],
+ "material_thickness": 1,
+ "looks_like": "backpack",
+ "flags": [ "WATER_FRIENDLY", "STURDY", "BELTED" ]
+ }
+]