summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Armor_Set/Normal/v_bloodset.json
blob: f8e58daf42667f9b8eba29e299556c02869dffa8 (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
[
  {
    "id": "blood_suit",
    "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": "610 g",
    "volume": "750 ml",
    "price": "0 cent",
    "to_hit": -1,
    "bashing": 3,
    "material": [ "compactblood", "leather" ],
    "symbol": "[",
    "color": "red",
    "covers": [ "torso", "arms", "legs" ],
    "coverage": 100,
    "encumbrance": 6,
    "warmth": 10,
    "material_thickness": 1,
    "environmental_protection": 1,
    "flags": [ "VARSIZE", "WATERPROOF", "STURDY", "SKINTIGHT" ]
  },
  {
    "id": "blood_hood",
    "type": "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",
    "to_hit": -1,
    "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", "HELMET_COMPAT" ]
  },
  {
    "id": "blood_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": "7 L",
    "price": "0 cent",
    "to_hit": -1,
    "material": [ "compactblood", "leather" ],
    "symbol": "[",
    "color": "red",
    "armor_portion_data": [
      { "covers": [ "torso" ], "coverage": 100, "encumbrance": [ 8, 15 ] },
      { "covers": [ "legs" ], "coverage": 85, "encumbrance": [ 5, 6 ] },
      { "covers": [ "arms" ], "coverage": 100, "encumbrance": [ 8, 8 ] }
    ],
    "storage": "8 L",
    "warmth": 20,
    "material_thickness": 1,
    "environmental_protection": 1,
    "flags": [ "VARSIZE", "POCKETS", "OUTER", "WATERPROOF", "RAINPROOF", "HOOD", "COLLAR", "STURDY" ]
  },
  {
    "id": "blood_gloves",
    "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": "160 g",
    "volume": "250 ml",
    "price": "0 cent",
    "to_hit": 2,
    "material": [ "compactblood", "leather" ],
    "symbol": "[",
    "color": "red",
    "covers": [ "hands" ],
    "coverage": 100,
    "encumbrance": 10,
    "warmth": 15,
    "material_thickness": 1,
    "environmental_protection": 1,
    "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
  },
  {
    "id": "blood_pants",
    "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": "980 g",
    "volume": "2500 ml",
    "price": "0 cent",
    "material": [ "compactblood", "leather" ],
    "symbol": "[",
    "color": "red",
    "covers": [ "legs" ],
    "coverage": 100,
    "encumbrance": 10,
    "warmth": 15,
    "material_thickness": 1,
    "environmental_protection": 1,
    "flags": [ "VARSIZE", "STURDY", "WATERPROOF" ]
  },
  {
    "id": "blood_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.",
    "weight": "1030 g",
    "volume": "2500 ml",
    "price": "0 cent",
    "to_hit": -1,
    "bashing": 2,
    "material": [ "compactblood", "leather" ],
    "symbol": "[",
    "color": "red",
    "covers": [ "feet" ],
    "coverage": 100,
    "encumbrance": 15,
    "warmth": 20,
    "material_thickness": 1,
    "environmental_protection": 1,
    "flags": [ "VARSIZE", "WATERPROOF", "STURDY" ]
  }
]