summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
blob: 8fdf73b21f5ecb4e98df5677bf3072c80ee1789b (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
[
  {
    "id": "bloodbootsheath",
    "//": "Rebased on ankle sheath.",
    "looks_like": "bootsheath",
    "type": "ARMOR",
    "category": "clothing",
    "name": { "str": "blood leather ankle sheath" },
    "description": "A small concealed knife sheath worn on the ankle.  It is awkward to use without practice.  Activate to sheathe/draw a weapon.",
    "weight": "180 g",
    "volume": "500 ml",
    "price": "0 cent",
    "to_hit": -1,
    "material": [ "compactblood" ],
    "symbol": "[",
    "color": "red",
    "covers": [ "foot_either" ],
    "coverage": 5,
    "encumbrance": 2,
    "material_thickness": 1,
    "use_action": {
      "type": "holster",
      "holster_prompt": "Sheath knife",
      "holster_msg": "You sheath your %s",
      "min_volume": "15 ml",
      "max_volume": "500 ml",
      "draw_cost": 30,
      "flags": [ "SHEATH_KNIFE" ]
    },
    "flags": [ "BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ]
  },
  {
    "id": "bloodwristsheath",
    "//": "Rebased on ankle sheath, but for hands.",
    "looks_like": "bandolier_wrist",
    "type": "ARMOR",
    "category": "clothing",
    "name": { "str": "blood leather wrist sheath" },
    "description": "A small concealed knife sheath worn on the wrist.  It is awkward to use without practice.  Activate to sheathe/draw a weapon.",
    "weight": "180 g",
    "volume": "500 ml",
    "price": "0 cent",
    "to_hit": -1,
    "material": [ "compactblood" ],
    "symbol": "[",
    "color": "red",
    "covers": [ "hand_either" ],
    "coverage": 5,
    "encumbrance": 2,
    "material_thickness": 1,
    "use_action": {
      "type": "holster",
      "holster_prompt": "Sheath knife",
      "holster_msg": "You sheath your %s",
      "min_volume": "15 ml",
      "max_volume": "250 ml",
      "draw_cost": 20,
      "flags": [ "SHEATH_KNIFE" ]
    },
    "flags": [ "BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ]
  },
  {
    "id": "bloodpack",
    "//": "Rebased on a leather backpack.",
    "looks_like": "backpack_leather",
    "type": "ARMOR",
    "category": "clothing",
    "name": { "str": "blood leather backpack" },
    "description": "A small backpack handmade from blood leather. Good durable storage for a little encumbrance.",
    "weight": "950 g",
    "volume": "2 L",
    "price": "0 cent",
    "rigid": false,
    "material": [ "compactblood" ],
    "symbol": "[",
    "color": "red",
    "covers": [ "torso" ],
    "coverage": 30,
    "encumbrance": 3,
    "max_encumbrance": 15,
    "storage": "15 L",
    "warmth": 0,
    "material_thickness": 1,
    "flags": [ "BELTED", "WATER_FRIENDLY", "STURDY" ]
  },
  {
    "id": "bigbloodpack",
    "//": "Rebased on a military rucksack.",
    "looks_like": "rucksack",
    "type": "ARMOR",
    "category": "clothing",
    "name": { "str": "blood leather rucksack" },
    "description": "A large blood leather rucksack, provides a lot of storage and is quite durable.",
    "weight": "1250 g",
    "volume": "4 L",
    "price": "0 cent",
    "rigid": false,
    "material": [ "compactblood" ],
    "symbol": "[",
    "color": "red",
    "covers": [ "torso" ],
    "coverage": 40,
    "encumbrance": 2,
    "max_encumbrance": 17,
    "storage": "22 L",
    "warmth": 0,
    "material_thickness": 1,
    "flags": [ "BELTED", "WATER_FRIENDLY", "STURDY" ]
  }
]