summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json
blob: dc2ce7977ee628feacd176b4862db0ee1c2b21e5 (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
[
  {
    "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" ]
  }
]