aboutsummaryrefslogtreecommitdiff
path: root/melee.json
blob: 5123ae6b19aee98851b296e83dc967e5b03b9e13 (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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
[
  {
    "id": "vorpal_kitchen_knife",
    "type": "TOOL",
    "category" : "weapons",
    "symbol": "/",
    "color": "light_gray",
    "name": "maid's kitchen knife",
    "description": "It is a kitchen knife suitable for combat. It slices through victims just as easily as it would food. When activated, it can drain strength from enemies.",
    "price": 9000,
    "material": ["steel","wood"],
    "techniques": ["RAPID", "WBLOCK_1"],
    "flags" : ["SLICE", "DURABLE_MELEE","SHEATH_KNIFE","VORPAL"],
    "weight": 450,
    "volume": 1,
    "bashing": 4,
    "cutting": 28,
    "to_hit": 1,
    "qualities": [["CUT", 1], ["BUTCHER", 30],["CUT_FINE", 3]],
    "max_charges": 100,
    "initial_charges": 100,
    "charges_per_use": 80,
    "ammo": "maid_point",
    "use_action": {
            "type": "transform",
            "msg": "The maid's kitchen knife is looking for blood. Let's cook!.",
            "target": "vorpal_kitchen_knife_on",
            "active": true,
            "need_charges": 80,
            "need_charges_msg": "Not enough maid energy!"
        }
  },
    {
    "id": "vorpal_kitchen_knife_on",
    "type": "TOOL",
    "category" : "weapons",
    "symbol": "/",
    "color": "light_gray",
    "name": "maid's kitchen knife (powered)",
    "description": "It is a kitchen knife suitable for combat. It slices through enemies of your master just as easily as it would food. When activated, it can drain strength from enemies.",
    "price": 9000,
    "material": ["steel","wood"],
    "techniques": ["RAPID", "WBLOCK_1"],
    "flags" : ["SLICE", "DURABLE_MELEE", "VORPAL", "NO_RELOAD"],
    "weight": 450,
    "volume": 1,
    "bashing": 4,
    "cutting": 28,
    "to_hit": 1,
    "qualities": [["CUT", 1], ["BUTCHER", 30],["CUT_FINE", 3]],
    "max_charges": 20,
    "initial_charges": 20,
    "turns_per_charge": 1,
    "ammo": "maid_point",
    "revert_to": "vorpal_kitchen_knife",
    "use_action": {
            "type": "transform",
            "msg": "You clean the blade and resheath it.",
            "target": "vorpal_kitchen_knife",
            "need_charges": 0
        },
    "artifact_data" : {
    "effects_wielded": ["AEP_SAP_LIFE"]
    }
  },
        {
        "type":"TOOL",
        "category" : "weapons",
        "id": "slaying_pan",
        "symbol": ")",
        "color": "dark_gray",
        "name": "maid's frying pan",
        "description": "It is a frying pan suitable for combat. It slices through the enemies of your master just as easily as it would food. When activated, it will be wreathed in flame.",
        "price": 9000,
        "material": ["steel", "wood"],
        "techniques": ["RAPID", "BRUTAL", "WBLOCK_2"],
        "flags" : ["STAB", "DURABLE_MELEE"],
        "weight": 1000,
        "volume": 7,
        "bashing": 18,
        "cutting": 18,
        "to_hit": 2,
        "qualities": [["COOK", 2], ["BOIL", 2], ["CONTAIN", 1]],
        "max_charges": 100,
        "initial_charges": 100,
        "charges_per_use": 1,
        "ammo": "maid_point",
        "use_action": {
                "type": "transform",
                "msg": "When you hold your hand over the slay pan, a burning flame has arisen!",
                "target": "slaying_pan_on",
                "active": true,
                "need_charges": 1,
                "need_charges_msg": "Not enough maid energy!"
        }
    },
    {
        "type":"TOOL",
        "category" : "weapons",
        "id": "slaying_pan_on",
        "symbol": ")",
        "color": "dark_gray",
        "name": "maid's pan (ignited)",
        "description": "It is a frying pan suitable for combat. It can make short work of threats to your master just as easily as it does food. When activated, it will be wreathed in flame.",
        "price": 9000,
        "material": ["steel","wood"],
        "techniques": ["RAPID","BRUTAL","WBLOCK_2"],
        "flags" : ["STAB", "DURABLE_MELEE", "FIRE", "LIGHT_240", "FLAMING"],
        "weight": 1000,
        "volume": 7,
        "bashing": 18,
        "cutting": 18,
        "to_hit": 2,
        "qualities": [["COOK", 2], ["BOIL", 2], ["CONTAIN", 1]],
        "max_charges": 100,
        "initial_charges": 100,
        "turns_per_charge": 10,
        "ammo": "maid_point",
        "revert_to": "slaying_pan",
        "use_action": {
            "type": "transform",
            "msg": "The flame fizzles out.",
            "target": "slaying_pan",
            "need_charges": 0
        },
    "artifact_data" : {
    "effects_worn": ["AEP_GLOW"]
    }
    },
    {
        "type":"GENERIC",
        "category" : "weapons",
        "id" : "brutal_broom",
        "name" : "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 master.",
        "weight" : 1200,
        "to_hit" : 2,
        "color" : "light_gray",
        "symbol" : "/",
        "material" : ["steel","wood"],
        "techniques" : ["BRUTAL", "WBLOCK_1"],
        "volume" : 6,
        "bashing" : 4,
        "cutting" : 20,
        "flags" : ["STAB", "REACH_ATTACK"],
        "price" : 9000
    },
    {
        "type":"GENERIC",
        "category" : "weapons",
        "id" : "spiked_whip",
        "name" : "maid's whip",
        "description" : "It is a leather whip weighted with countless spikes. It can used to disarm opponents, or discipline your master when disobedient.",
        "weight" : 1300,
        "to_hit" : 2,
        "color" : "light_gray",
        "symbol" : ")",
        "material" : ["steel","leather"],
        "techniques" : ["WHIP_DISARM"],
        "volume" : 7,
        "bashing" : 20,
        "cutting" : 8,
        "flags" : ["DURABLE_MELEE", "REACH_ATTACK"],
        "price" : 9000
    },
    {
        "type":"GENERIC",
        "category" : "weapons",
        "id" : "shikomi_kasa",
        "name" : "maid's umbrella",
        "description" : "The kind of fancy umbrella you imagine sharing with your master on rainy days. It conceals a hidden blade for self-defence.",
        "weight" : 1000,
        "to_hit" : 1,
        "color" : "dark_gray",
        "symbol" : "/",
        "material" : ["aluminum","plastic","steel"],
        "techniques" : ["WBLOCK_1"],
        "flags" : ["STAB","DURABLE_MELEE","RAIN_PROTECT","IAIJUTSU"],
            "use_action": {
            "type": "transform",
            "target": "shikomi_kasa_draw",
            "msg": "You trigger the umbrella's spring-loaded blade."
        },
        "volume" : 6,
        "bashing" : 6,
        "cutting" : 4,
        "price" : 17800
    },
    {
        "type":"GENERIC",
        "category" : "weapons",
        "id" : "shikomi_kasa_draw",
        "name" : "maid's umbrella (unsheathed)",
        "description" : "The kind of fancy umbrella you imagine sharing with your master on rainy days. It conceals a hidden blade for self-defence.",
        "weight" : 835,
        "to_hit" : 1,
        "color" : "dark_gray",
        "symbol" : "/",
        "material" : ["aluminum","plastic","steel"],
        "techniques" : ["RAPID", "WBLOCK_1"],
        "flags" : ["SLICE","DURABLE_MELEE","IAIJUTSU"],
        "use_action": {
            "type": "transform",
            "target": "shikomi_kasa",
            "msg": "You retract the umbrella's blade back into its hiding spot."
        },
        "volume" : 3,
        "bashing" : 3,
        "cutting" : 24,
        "price" : 17800
    },
    {
        "type":"GENERIC",
        "category" : "weapons",
        "id" : "shikomi_stick",
        "name" : "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 master fit together.", 
        "weight" : 1000,
        "to_hit" : 1,
        "color" : "dark_gray",
        "symbol" : "/",
        "material" : ["wood","steel"],
        "techniques" : ["WBLOCK_1"],
        "flags" : ["STAB","DURABLE_MELEE","RAIN_PROTECT","IAIJUTSU"],
            "use_action": {
            "type": "transform",
            "target": "shikomi_stick_draw",
            "msg": "You unsheath the shirasaya."
        },
        "volume" : 4,
        "bashing" : 8,
        "cutting" : 4,
        "price" : 17800
    },
    {
        "type":"GENERIC",
        "category" : "weapons",
        "id" : "shikomi_stick_draw",
        "name" : "maid's shirasaya (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 master fit together.",
        "weight" : 835,
        "to_hit" : 1,
        "color" : "dark_gray",
        "symbol" : "/",
        "material" : ["wood","steel"],
        "techniques" : ["RAPID", "WBLOCK_1"],
        "flags" : ["SLICE","DURABLE_MELEE","IAIJUTSU"],
        "use_action": {
            "type": "transform",
            "target": "shikomi_stick",
            "msg": "You resheath the shirasaya."
        },
        "volume" : 3,
        "bashing" : 3,
        "cutting" : 24,
        "price" : 17800
    },
    {
    "id": "maid_claw",
    "type": "GUN",
    "category" : "weapons",
    "symbol": "/",
    "color": "dark_gray",
    "name": "maid's claws",
    "description": "It is a sharp claw for fighting combat. Fit tightly to your arms, allows you to fight with unarmed techniques. When activated, it can launch fiery projectiles that burn as hot as your yearning for your master.",
    "price": 50000,
    "material": ["steel","leather"],
    "skill": "unarmed",
    "ammo": "maid_point",
    "flags" : ["STAB", "FIRE_20", "NEVER_JAMS", "DURABLE_MELEE", "PRIMITIVE_RANGED_WEAPON", "UNARMED_WEAPON", "NO_SALVAGE"],
    "weight": 1000,
    "volume": 1,
    "bashing": 4,
    "cutting": 14,
    "to_hit": 1,
    "ranged_damage": 20,
    "pierce": 30,
    "range": 10,
    "dispersion": 0,
    "sight_dispersion": 90,
    "aim_speed" : 0,
    "recoil": 300,
    "durability": 10,
    "clip_size": 40,
    "loudness" : 100,
    "reload": 1,
    "ammo_effects": ["FLAME", "STREAM", "INCENDIARY", "NEVER_MISFIRES", "SHOT"],
    "modes": [ [ "DEFAULT", "auto", 2 ] ]
},
  {
    "id": "battle_mop",
    "type": "TOOL",
    "category" : "weapons",
    "symbol": "/",
    "color": "light_gray",
    "name": "maid's mop",
    "description": "A mop with a wooden handle that actually conseals a steel core, making it a formidable weapon for taking out whatever trash may pose a threat to your master.",
    "price": 1000,
    "material": ["wood","iron"],
    "flags" : ["DURABLE_MELEE","REACH_ATTACK"],
    "techniques": "WBLOCK_1",
    "weight": 1100,
    "volume": 7,
    "bashing": 22,
    "to_hit": 2,
    "use_action": "MOP"
  }
]