aboutsummaryrefslogtreecommitdiff
path: root/melee.json
blob: 8c88686bc40b8311c6501bc27b8de30c7c64dff5 (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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
[
  {
    "id": "vorpal_kitchen_knife",
    "//": "Loosely based on the combat knife, but with cutting damage.",
    "looks_like": "knife_chef",
    "type": "TOOL",
    "category": "weapons",
    "name": { "str": "maid's kitchen knife" },
    "description": "It is a kitchen knife suitable for combat. It slices through enemies of your Mistress just as easily as it would food.",
    "weight": "558 g",
    "volume": "500 ml",
    "price": 9000,
    "price_postapoc": 1000,
    "to_hit": 1,
    "bashing": 4,
    "cutting": 16,
    "material": [ "steel", "wood" ],
    "symbol": ";",
    "color": "light_gray",
    "qualities": [ [ "CUT", 1 ], [ "CUT_FINE", 1 ], [ "BUTCHER", 20 ] ],
    "techniques": [ "RAPID" ],
    "flags": [ "DURABLE_MELEE", "SHEATH_KNIFE" ]
  },
  {
    "id": "slaying_pan",
    "//": "Loosely based on the steel frying pan.",
    "looks_like": "steel_pan",
    "type":"TOOL",
    "category": "weapons",
    "name": { "str": "maid's frying pan" },
    "description": "It is a frying pan suitable for combat. It can make short work of threats to your Mistress just as easily as it does food.",
    "weight": "750 g",
    "volume": "1 L",
    "price": 5500,
    "price_postapoc": 20,
    "to_hit": -2,
    "bashing": 18,
    "material": [ "steel", "wood" ],
    "symbol": ")",
    "color": "dark_gray",
    "container_data": { "contains": "2 L", "watertight": true },
    "qualities": [ [ "COOK", 2 ], [ "BOIL", 2 ], [ "CONTAIN", 1 ], [ "CHEM", 1 ] ],
    "techniques": [ "BRUTAL", "WBLOCK_2" ],
    "flags": [ "DURABLE_MELEE" ]
  },
  {
    "id": "brutal_broom",
    "//": "Loosely based on the naginata.",
    "looks_like": "broom",
    "type":"GENERIC",
    "category": "weapons",
    "name": { "str": "maid's broom" },
    "description": "It is a broom suitable for combat. Inside the handle is a blade, hidden yet unyielding, just like the passion you have for your Mistress.",
    "weight": "1200 g",
    "volume": "1500 ml",
    "price": 9000,
    "price_postapoc": 1000,
    "to_hit": 2,
    "bashing": 4,
    "cutting": 20,
    "material": [ "steel", "wood" ],
    "symbol": "/",
    "color": "light_gray",
    "techniques": [ "WIDE", "WBLOCK_1" ],
    "flags": [ "STAB", "DURABLE_MELEE", "REACH_ATTACK", "NONCONDUCTIVE", "POLEARM", "SHEATH_SPEAR", "ALWAYS_TWOHAND" ]
  },
  {
    "id": "spiked_whip",
    "//": "Loosely based on the bullwhip. Has piercing spikes on the end, but is a single whip unlike the scourge. Think shinobi and not dominatrix.",
    "looks_like": "bullwhip",
    "type":"GENERIC",
    "category": "weapons",
    "name": { "str": "maid's whip" },
    "description": "It is a leather whip weighted with countless spikes. It can used to disarm opponents.",
    "weight": "1300 g",
    "volume": "1750 ml",
    "price": 9000,
    "price_postapoc": 1000,
    "to_hit": 2,
    "bashing": 9,
    "cutting": 4,
    "material": [ "steel", "leather" ],
    "symbol": "/",
    "color": "light_gray",
    "techniques": [ "WHIP_DISARM" ],
    "flags": [ "STAB", "DURABLE_MELEE", "REACH_ATTACK", "REACH3", "WHIP", "NONCONDUCTIVE" ]
  },
  {
    "id": "shikomi_kasa",
    "looks_like": "umbrella",
    "type":"GENERIC",
    "category": "weapons",
    "name": { "str": "maid's umbrella" },
    "description": "The kind of fancy umbrella you imagine sharing with your Mistress on rainy days. It conceals a hidden blade for self-defence.",
    "weight": "1000 g",
    "volume": "1500 ml",
    "price": 17800,
    "to_hit": 1,
    "bashing": 6,
    "cutting": 4,
    "material": [ "aluminum", "plastic", "steel" ],
    "symbol": "/",
    "color": "dark_gray",
    "techniques": [ "WBLOCK_1" ],
    "flags": [ "STAB", "DURABLE_MELEE", "RAIN_PROTECT" ],
    "use_action": {
      "type": "transform",
      "target": "shikomi_kasa_draw",
      "msg": "You trigger the umbrella's spring-loaded blade."
    }
  },
  {
    "id": "shikomi_kasa_draw",
    "looks_like": "wakizashi",
    "type":"GENERIC",
    "category": "weapons",
    "name": { "str": "maid's umbrella (unsheathed)", "str_pl": "maid's umbrellas (unsheathed)" },
    "description": "The kind of fancy umbrella you imagine sharing with your Mistress on rainy days. The hidden blade is currently drawn.",
    "weight": "1000 g",
    "volume": "1500 ml",
    "price": 17800,
    "to_hit": 3,
    "bashing": 3,
    "cutting": 24,
    "material": [ "aluminum", "plastic", "steel" ],
    "symbol": "/",
    "color": "dark_gray",
    "techniques": [ "RAPID", "WBLOCK_1" ],
    "flags": [ "DURABLE_MELEE" ],
    "use_action": {
      "type": "transform",
      "target": "shikomi_kasa",
      "msg": "You retract the umbrella's blade back into its hiding spot."
    }
  },
  {
    "id": "shikomi_stick",
    "looks_like": "bokken",
    "type":"GENERIC",
    "category": "weapons",
    "name": { "str": "maid's shirasaya" },
    "description": "A matching wooden handle and scabbard, consealing full length katana blade. It appears as a solid wooden stick to those unfamiliar with it, due to how well the handle and scabbard fit together. It reminds you of how well you and your Mistress fit together.", 
    "weight": "1350 g",
    "volume": "2 L",
    "price": 17800,
    "to_hit": 3,
    "bashing": 14,
    "cutting": 1,
    "material": [ "wood", "steel" ],
    "symbol": "/",
    "color": "dark_gray",
    "techniques": [ "RAPID", "WBLOCK_2", "SWEEP" ],
    "flags": [ "DURABLE_MELEE" ],
      "use_action": {
      "type": "transform",
      "target": "shikomi_stick_draw",
      "msg": "You unsheath the shirasaya."
    }
  },
  {
    "id": "shikomi_stick_draw",
    "looks_like": "katana",
    "type":"GENERIC",
    "category": "weapons",
    "name": { "str": "maid's shirasaya (unsheathed)", "str_pl": "maid's shirasayas (unsheathed)" },
    "description": "A matching wooden handle and scabbard, consealing full length katana blade. It appears as a solid wooden stick to those unfamiliar with it, due to how well the handle and scabbard fit together. It reminds you of how well you and your Mistress fit together.",
    "weight": "1350 g",
    "volume": "2 L",
    "price": 17800,
    "to_hit": 2,
    "bashing": 5,
    "cutting": 34,
    "material": [ "wood", "steel" ],
    "symbol": "/",
    "color": "dark_gray",
    "techniques": [ "RAPID", "WBLOCK_2" ],
    "qualities": [ [ "CUT", 1 ],  [ "BUTCHER", 9 ] ],
    "flags": [ "DURABLE_MELEE" ],
    "use_action": {
      "type": "transform",
      "target": "shikomi_stick",
      "msg": "You resheath the shirasaya."
    }
  },
  {
    "id": "maid_claw",
    "//": "Loosely based on the razorbar katar. But with martialarts of the bionic claws.",
    "looks_like": "knuckle_katar",
    "type": "GENERIC",
    "category": "weapons",
    "name": { "str_sp": "maid's claws" },
    "description": "A pair of sharp claws made from four steel blades and a leather bracer. They strap tightly to your wrist and forearm on both arms.",
    "weight": "1000 g",
    "volume": "500 ml",
    "price": 50000,
    "price_postapoc": 1000,
    "to_hit": 0,
    "bashing": 4,
    "cutting": 15,
    "material": [ "steel", "leather" ],
    "symbol": "!",
    "color": "dark_gray",
    "qualities": [ [ "CUT", 1 ], [ "BUTCHER", 8 ] ],
    "flags": [ "DURABLE_MELEE", "UNARMED_WEAPON" ],
    "techniques": [ "WBLOCK_1" ]
  },
  {
    "id": "battle_mop",
    "//": "Loosely based on the ironshod quarterstaff.",
    "looks_like": "mop",
    "type": "TOOL",
    "category": "weapons",
    "name": { "str": "maid's mop" },
    "description": "A mop with a wooden handle that actually conceals a steel core, making it a formidable weapon for taking out whatever trash may pose a threat to your Mistress.",
    "weight": "1800 g",
    "volume": "1750 ml",
    "price": 4000,
    "price_postapoc": 1000,
    "to_hit": -1,
    "bashing": 22,
    "material": [ "wood", "iron" ],
    "color": "light_gray",
    "symbol": "/",
    "techniques": [ "WBLOCK_2", "RAPID", "SWEEP" ],
    "flags": [ "DURABLE_MELEE", "NONCONDUCTIVE", "SHEATH_SPEAR", "ALWAYS_TWOHAND" ],
    "use_action": "MOP",
    "qualities": [ [ "HAMMER", 1 ] ]
  },
  {
    "id": "destruction_otama",
    "looks_like": "ladle",
    "type": "TOOL",
    "category": "weapons",
    "name": { "str": "maid's ladle" },
    "description": "A weapon used by a maid when she's seriously angry. Scary!",
    "weight": "2000 g",
    "volume": "1000 ml",
    "price": 9000,
    "to_hit": 0,
    "bashing": 24,
    "material": [ "steel", "wood" ],
    "color": "light_gray",
    "symbol": "/"
  }
]