summaryrefslogtreecommitdiff
path: root/json/items/armor/sheath.json
blob: 4143cc264d7948b5bf419acb5bc9223befb23181 (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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
[
  {
    "id": "axe_ring",
    "copy-from": "axe_ring",
    "type": "ARMOR",
    "name": { "str": "axe ring holster" },
    "rigid": false,
    "encumbrance": 2,
    "max_encumbrance": 4
  },
  {
    "id": "baldric",
    "copy-from": "baldric",
    "type": "ARMOR",
    "name": { "str": "baldric" },
    "rigid": true,
    "encumbrance": 3,
    "max_encumbrance": 5
  },
  {
    "id": "leg_sheath6",
    "type": "ARMOR",
    "name": { "str": "throwing knives leg sheath" },
    "description": "A nylon strap knife sheath worn on the thigh, made to hold 6 very small knives, such as throwing knives, close at hand.  Activate to sheathe/draw a weapon.",
    "weight": "250 g",
    "volume": "1000 ml",
    "rigid": false,
    "price": "52 USD",
    "price_postapoc": "250 cent",
    "material": [ "nylon" ],
    "symbol": "[",
    "looks_like": "sheath",
    "color": "dark_gray",
    "covers": [ "leg_either" ],
    "material_thickness": 1,
    "use_action": {
      "type": "holster",
      "holster_prompt": "Sheath knife",
      "holster_msg": "You sheath your %s",
      "max_volume": "500 ml",
      "draw_cost": 90,
      "multi": 6,
      "flags": [ "SHEATH_KNIFE" ]
    },
    "coverage": 8,
    "encumbrance": 4,
    "max_encumbrance": 10,
    "flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ]
  },
  {
    "id": "gartersheath1",
    "type": "ARMOR",
    "name": { "str": "garter sheath" },
    "description": "A small concealed garter knife sheath worn on the thigh.  Commonly used by assassins under a skirt or dress.  Activate to sheathe/draw a weapon.",
    "weight": "160 g",
    "volume": "500 ml",
    "rigid": false,
    "price": "52 USD",
    "price_postapoc": "250 cent",
    "material": [ "nylon", "plastic" ],
    "symbol": "[",
    "looks_like": "sheath",
    "color": "dark_gray",
    "covers": [ "leg_either" ],
    "material_thickness": 1,
    "use_action": {
      "type": "holster",
      "holster_prompt": "Sheath knife",
      "holster_msg": "You sheath your %s",
      "max_volume": "750 ml",
      "draw_cost": 90,
      "flags": [ "SHEATH_KNIFE" ]
    },
    "coverage": 2,
    "encumbrance": 1,
    "max_encumbrance": 2,
    "flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ]
  },
  {
    "id": "gartersheath2",
    "type": "ARMOR",
    "name": { "str": "garter double sheath" },
    "description": "A small concealed garter double knife sheath worn on the thigh.  Commonly used by overly cautious assassins under a skirt or dress.  Activate to sheathe/draw a weapon.",
    "weight": "320 g",
    "volume": "1000 ml",
    "rigid": false,
    "price": "52 USD",
    "price_postapoc": "250 cent",
    "material": [ "nylon", "plastic" ],
    "symbol": "[",
    "looks_like": "sheath",
    "color": "dark_gray",
    "covers": [ "leg_either" ],
    "material_thickness": 1,
    "use_action": {
      "type": "holster",
      "holster_prompt": "Sheath knife",
      "holster_msg": "You sheath your %s",
      "max_volume": "750 ml",
      "draw_cost": 90,
      "multi": 1,
      "flags": [ "SHEATH_KNIFE" ]
    },
    "coverage": 4,
    "encumbrance": 2,
    "max_encumbrance": 4,
    "flags": [ "SKINTIGHT", "VARSIZE", "OVERSIZE", "WATER_FRIENDLY", "COMPACT" ]
  },
  {
    "id": "bootsheath",
    "copy-from": "bootsheath",
    "type": "ARMOR",
    "name": { "str": "ankle sheath" },
    "rigid": true,
    "encumbrance": 2,
    "max_encumbrance": 3
  },
  {
    "id": "wristsheath",
    "copy-from": "wristsheath",
    "type": "ARMOR",
    "name": { "str": "wrist sheath" },
    "rigid": true,
    "encumbrance": 2,
    "max_encumbrance": 3
  },
  {
    "id": "bscabbard",
    "copy-from": "bscabbard",
    "type": "ARMOR",
    "name": { "str": "back scabbard" },
    "rigid": true,
    "encumbrance": 6,
    "max_encumbrance": 10
  },
  {
    "id": "scabbard",
    "copy-from": "scabbard",
    "type": "ARMOR",
    "name": { "str": "scabbard" },
    "rigid": true,
    "encumbrance": 3,
    "max_encumbrance": 4
  },
  {
    "id": "sheath",
    "copy-from": "sheath",
    "type": "ARMOR",
    "name": { "str": "sheath" },
    "rigid": true,
    "encumbrance": 0,
    "max_encumbrance": 1
  },
  {
    "id": "spearsling",
    "copy-from": "spearsling",
    "type": "ARMOR",
    "name": { "str": "spear strap" },
    "rigid": false,
    "encumbrance": 2,
    "max_encumbrance": 5
  }
]