summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Items/Armor Set/Infused/v_bloodinfusedset.json
blob: 2bbafe667ada395eace8bcd46d18f7c31888ee1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
[{
        "//": "Strenghtened survivor armors, combined with blood compact materials.",
        "id": "bloodinfused_survivorhood",
        "type": "ARMOR",
        "category": "armor",
        "name": "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,
        "volume": 8,
        "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": "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,
        "volume": 12,
        "price": 0,
        "material": ["compactblood", "kevlar", "cotton"],
        "symbol": "[",
        "color": "red",
        "covers": ["LEGS"],
        "coverage": 100,
        "encumbrance": 20,
        "storage": 14,
        "warmth": 10,
        "material_thickness": 1,
        "environmental_protection": 2,
        "flags": ["VARSIZE", "POCKETS", "STURDY", "WATERPROOF"]
    }, {
        "id": "bloodinfused_survivorduster",
        "type": "ARMOR",
        "category": "armor",
        "name": "blood infused survivor duster",
        "description": "Customize kevlar duster with sleeves improved with blood compact sheets for increased protection. The storage remains high.",
        "weight": 2692,
        "volume": 38,
        "price": 0,
        "to_hit": -1,
        "material": ["compactblood", "kevlar", "cotton"],
        "symbol": "[",
        "color": "red",
        "covers": ["TORSO", "ARMS", "LEGS"],
        "coverage": 85,
        "encumbrance": 15,
        "storage": 36,
        "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": "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,
        "volume": 2,
        "price": 0,
        "to_hit": 2,
        "material": ["compactblood", "kevlar", "leather"],
        "symbol": "[",
        "color": "red",
        "covers": ["HANDS"],
        "coverage": 100,
        "encumbrance": 20,
        "warmth": 20,
        "material_thickness": 1,
        "environmental_protection": 2,
        "flags": ["VARSIZE", "WATERPROOF", "STURDY"]
    }, {
        "id": "bloodinfused_survivorboots",
        "type": "ARMOR",
        "category": "armor",
        "name": "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,
        "volume": 10,
        "price": 0,
        "to_hit": -1,
        "bashing": 1,
        "material": ["compactblood", "kevlar", "leather"],
        "symbol": "[",
        "color": "red",
        "covers": ["FEET"],
        "coverage": 100,
        "encumbrance": 25,
        "warmth": 20,
        "material_thickness": 1,
        "environmental_protection": 2,
        "flags": ["VARSIZE", "WATERPROOF", "STURDY"]
    }, {
        "id": "bloodinfused_survivortrenchcoat",
        "type": "ARMOR",
        "category": "armor",
        "name": "blood infused survivor trenchcoat",
        "description": "A trenchcoat built for both protection and storage using kevlar and blood compact sheet. Comfortable to wear.",
        "weight": 2120,
        "volume": 29,
        "price": 0,
        "to_hit": -1,
        "material": ["compactblood", "kevlar", "cotton"],
        "symbol": "[",
        "color": "red",
        "covers": ["TORSO", "ARMS"],
        "coverage": 85,
        "encumbrance": 15,
        "storage": 36,
        "warmth": 15,
        "material_thickness": 1,
        "environmental_protection": 2,
        "flags": ["VARSIZE", "POCKETS", "HOOD", "COLLAR", "STURDY", "WATERPROOF", "RAINPROOF", "OUTER"]
    }
]