summaryrefslogtreecommitdiff
path: root/json/items/armor/sheath.json
blob: 1ea98f31d4bac9aca36160687e26690bd48f4aa4 (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
[
  {
    "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": "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": true,
    "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": "500 ml",
      "draw_cost": 80,
      "flags": [ "SHEATH_KNIFE" ]
    },
    "coverage": 2,
    "encumbrance": 4,
    "max_encumbrance": 5,
    "flags": [ "BELTED", "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
  }
]