aboutsummaryrefslogtreecommitdiff
path: root/tools.json
blob: 3b74812573f0a5ae66348ece1c32cab4ce4aee25 (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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
[
     {
       "type": "GENERIC",
       "id": "meat_shoggoth",
       "name": "shoggoth meat",
       "name_plural" : "shoggoth meats",
       "description": "A piece of meat left behind by a shoggoth. It sometimes twitches around, but it doesn't seem hostile.",
       "weight": 1000,
       "symbol": ")",
       "color": "dark_gray",
       "price": 5000,
       "material" : ["maid"],
       "volume": 1,
       "category": "tools"
     },
     {
       "type": "GENERIC",
       "category": "other",
       "id": "flask_shoggoth",
       "name": "flask (shoggoth)",
       "name_plural" : "flasks (shoggoth)",
       "description": "A glass flask containing a piece of meat that seems to be growing. Occasionally the piece of meat pulsates.",
       "weight": 1200,
       "symbol": "M",
       "color": "dark_gray",
       "price": 5000,
       "material" : ["glass", "maid"],
       "volume": 1,
       "use_action": {
           "type": "delayed_transform",
           "transform_age": 201600,
           "not_ready_msg": "The piece of meat pulsates.",
           "msg": "The flask is threatening to shatter as the meat keeps growing. Use it again to open it and relieve the pressure.",
           "moves": 0,
           "target": "shoggoth_maid"
       }
     },
     {
       "id": "shoggoth_maid",
       "type": "TOOL",
       "category": "other",
       "symbol": "M",
       "color": "dark_gray",
       "name": "growing shoggoth maid",
       "description": "The meat inside this flask glow with iridescent colors. It's lightly shivering.",
       "price": 60000,
       "material": ["glass", "maid"],
       "weight": 1200,
       "volume": 1,
       "use_action": {
           "type": "place_monster",
           "monster_id": "mon_shoggoth_maid",
           "friendly_msg": "The odd meat is released from its glass flask prison and begins to rapidly and violently expand, extending numerous disjointed tentacles in every direction. The tentacles intertwine with each other and transform into an organism, resembling a beautiful woman, not quite like the horrible nightmare creature it used to be. She suddenly speaks up: 'Finally, I am able to meet you like this! Thank you for helping me, master!'",
           "place_randomly": true
       }
     },
     {
       "type": "GENERIC",
       "category": "other",
       "id": "mini_shoggoth",
       "name": "small shoggoth maid",
       "name_plural" : "small shoggoth maids",
       "description": "'Ah... I think I went overboard and turned out like this. I need some time to return to my former shape. Please warm me up in master's pockets! Don't put me in a fridge! Absolutely not!'",
       "weight": 200,
       "symbol": "m",
       "color": "white",
       "price": 5000,
       "material" : ["maid"],
       "volume": 1,
       "use_action": {
           "type": "delayed_transform",
           "transform_age": 100800,
           "not_ready_msg": "'Fufufu~ Are you worried? I am fine, your maid is fine! ... I guess. So, please wait a bit longer... I'm sorry for making you concerned.'",
           "msg": "'I have made a complete recovery! I will serve you well, master! Now, please put me on the ground.'",
           "moves": 0,
           "target": "res_shoggoth"
      }
     },
     {
       "id": "res_shoggoth",
       "type": "TOOL",
       "category": "other",
       "symbol": "M",
       "color": "white",
       "name": "revitalized shoggoth maid",
       "description": "'What's up? Why haven't you put me on the ground yet? Ah, you want me to stay tiny for a little while longer? Ehh... I suppose it can't be helped.'",
       "price": 60000,
       "material": ["maid"],
       "weight": 1200,
       "volume": 1,
       "use_action": {
           "type": "place_monster",
           "monster_id": "mon_shoggoth_maid",
           "friendly_msg": "'Sorry I kept you waiting, master! I will do my best to serve you and support you to the best of my abilities!'",
           "place_randomly": true
       }
     },
     {
       "id": "maid_master_child",
       "type": "TOOL",
       "category": "other",
       "symbol": "m",
       "color": "brown",
       "name": "master",
       "description": "A child entrusted to you by the owner of the house you served at. There's a deep feeling of fear in your stomach as you embrace the cataclysm, but protecting this child gives you purpose and makes you feel less alone.",
       "price": 60000,
       "material": ["flesh"],
       "weight": 1200,
       "volume": 1,
       "use_action": {
           "type": "place_monster",
           "monster_id": "maid_master",
           "friendly_msg": "Master seemed worried about the state of the neighbors.",
           "place_randomly": true
       }
     },
     {
       "id": "master_doll",
       "type": "TOOL",
       "category": "other",
       "symbol": "m",
       "color": "brown",
       "name": "master doll",
       "description": "This is a doll in the shape of your beloved master. By keeping it in your inventory, it slowly gathers maid power.",
       "price": 5400,
       "material": ["cotton"],
       "weight": 300,
       "volume": 3,
       "flags": ["NO_UNLOAD", "NO_RELOAD"],
       "max_charges": 48,
       "artifact_data" : {
       "charge_type": "ARTC_TIME"
       }
     },
     {
       "type": "GENERIC",
       "category": "other",
       "id": "maid_bell",
       "name": "ceremony doll",
       "name_plural" : "ceremony dolls",
       "description": "This is a doll in the shape of your beloved master, but with an additional 'special attachment.' By using it in a certain (rather embarassing) type of private ritual, you can catalyze your powerful desires towards your beloved master into a usable type of energy.",
       "weight": 300,
       "symbol": "m",
       "color": "brown",
       "price": 5400,
       "material": ["cotton"],
       "volume": 3
     },
     {
       "id": "master_doll_vibe_off",
       "type": "TOOL",
       "category": "other",
       "symbol": "m",
       "color": "brown",
       "name": "master doll (vibrator) (off)",
       "description": "his is a doll in the shape of your beloved master, but with an additional 'special attachment.' By using it in a certain (rather embarassing) type of private ritual, you can release an explosion of desire towards your beloved master and transform it into a usable type of energy.",
       "price": 5400,
       "material": ["cotton", "plastic"],
       "weight": 400,
       "volume": 3,
       "flags": ["NO_UNLOAD", "NO_RELOAD"],
       "max_charges": 15,
       "use_action":[
	       {
           "type": "transform",
           "msg": "You can no longer suppress your feelings and began to intimately press against your master's doll...",
           "target": "master_doll_vibe_on",
           "active": true,
           "need_charges": 0
    	   }
	   ]
     },
     {
       "id": "master_doll_vibe_on",
       "type": "TOOL",
       "category": "other",
       "symbol": "m",
       "color": "brown",
       "name": "master doll (vibrator) (on)",
       "description": "his is a doll in the shape of your beloved master, but with an additional 'special attachment.' By using it in a certain (rather embarassing) type of private ritual, you can release an explosion of desire towards your beloved master and transform it into a usable type of energy.",
       "price": 5400,
       "material": ["cotton", "plastic"],
       "weight": 400,
       "volume": 3,
       "flags": ["NO_UNLOAD", "NO_RELOAD"],
       "max_charges": 16,
       "charges_per_use": 1,
       "revert_to": "master_doll_vibe_off",
       "use_action": {
           "type": "transform",
           "msg": "Finally, after your body tightens up and you reach your limit, you collapse on the doll with a delighted and exhausted smile...",
           "target": "master_doll_vibe_off",
           "need_charges": 0
    	   },
       "artifact_data" : {
       "charge_type": "ARTC_HP",
       "effects_activated": ["AEA_ADRENALINE","AEA_PARALYZE"]
       }
     },
     {
       "id": "summon_little_maid",
       "type": "TOOL",
       "category": "other",
       "symbol": "M",
       "color": "white",
       "name": "scroll (summon little maid)",
       "description": "A set of scrolls and sacrifices used to summon a different kind of maid. Pour the sacrificial sugar in the middle of the magic circle and cast the correct spell.",
       "price": 60000,
       "material": ["paper"],
       "weight": 1200,
       "volume": 1,
       "use_action": {
           "type": "place_monster",
           "monster_id": "mon_little_maid",
           "friendly_msg": "The sacrifical sugar melts at the apex of your casting and starts to spew out white smoke. As the sweet smell spreads around, you notice a shadowy figure about the size of a child standing in the magic circle. After the smoke completely dissipates, a small maid stands in the place of the shadowy figure, staring at you with curious eyes. 'Master?'",
           "place_randomly": true
       }
     },
     {
         "type": "GENERIC",
         "category": "other",
         "id": "mini_little_maid",
         "name": "little little maid",
         "name_plural" : "little little maids",
         "description": "An even smaller version of your little maid.",
         "weight": 150,
         "symbol": "m",
         "color": "white",
         "price": 5000,
         "material" : ["maid"],
         "volume": 1,
         "use_action": {
             "type": "delayed_transform",
             "transform_age": 7200,
             "not_ready_msg": "While standing still on the palm of your hand, she stares downwards and mutters 'Master...' in a barely audible voice.",
             "msg": "'Masteeer! Masteeeer!' The little maid taps your shoulder and points towards the ground, as if she wants to get off your shoulder. Put her on the ground when you're ready.",
             "moves": 0,
             "target": "res_little_maid"
       }
     },
     {
       "id": "res_little_maid",
       "type": "TOOL",
       "category": "other",
       "symbol": "m",
       "color": "white",
       "name": "revitalized little maid",
       "description": "Your little maid seems to have made a complete recovery.",
       "price": 60000,
       "material": ["maid"],
       "weight": 1200,
       "volume": 1,
       "use_action": {
           "type": "place_monster",
           "monster_id": "mon_little_maid",
           "friendly_msg": "The little maid jumps down to the ground and turns around, lightly lifting the hem of her skirt and giving you a bow. 'Master!' she says with a smile.",
           "place_randomly": true
       }
     },
     {
       "id": "recall_ration",
       "type": "GENERIC",
       "category": "other",
       "symbol": "!",
       "color": "white",
       "name": "scroll of recalling",
       "description": "A mysterious scroll used to summon some kind of mystery meat and drinking water. It can be used multiple times.",
       "price": 60000,
       "material": ["paper"],
       "weight": 1200,
       "volume": 1
     },
     {
       "id": "maid_mess_kit",
       "sub": "hotplate",
       "type": "TOOL",
       "symbol": ";",
       "color": "brown",
       "name": "maid's cookware kit",
       "description": "A set of secret maid cookware. By powering it with maid energy, you can create dishes filled with love.",
       "price": 2000,
       "material": ["steel"],
       "techniques": ["BRUTAL", "WBLOCK_1"],
       "flags" : ["CHOP", "DURABLE_MELEE"],
       "weight": 1000,
       "volume": 5,
       "cutting": 18,
       "bashing": 18,
       "to_hit": 1,
       "max_charges": 400,
       "initial_charges": 100,
       "charges_per_use": 1,
       "ammo": "maid_point",
       "qualities": [["COOK", 3], ["BOIL", 2], ["CONTAIN", 1], ["CHEM", 1], ["CUT", 1], ["BUTCHER", 20]],
       "use_action": "HOTPLATE"
     },
     {
       "id": "little_maid_R18",
       "type": "TOOL",
       "category": "other",
       "symbol": "m",
       "color": "white",
       "name": "little maid pet",
       "description": "A summoned little maid. She looks and wanders around while holding onto the hem of your clothes tightly. She's afraid of fighting.",
       "price": 60000,
       "material": ["maid"],
       "weight": 34000,
       "volume": 40
     },
     {
         "type": "GENERIC",
         "category": "other",
         "id": "little_maid_meat_smoked",
         "name": "little maid pet (smoking meat)",
         "name_plural" : "little maid pet (smoking meat)",
         "description": "Your little maid is in the process of smoking meat. She seems to be having fun.",
         "weight": 34000,
         "symbol": "m",
         "color": "white",
         "price": 60000,
         "material" : ["maid"],
         "volume": 40,
         "use_action": {
             "type": "delayed_transform",
             "transform_age": 1200,
             "not_ready_msg": "The little maid tastes the smoking meat and shakes her head a little.",
             "msg": "'Master! Master!' It seems like your little maid has finished smoking the meat. It smells quite nice. Disassemble to recover the finished product.",
             "moves": 0,
             "target": "little_maid_meat_smoked_fin"
       }
     },
     {
         "type": "GENERIC",
         "category": "other",
         "id": "little_maid_meat_smoked_fin",
         "name": "little maid pet (finished smoking meat)",
         "name_plural" : "little maid pet (finished smoking meat)",
         "description": "It seems like your little maid has finished smoking the meat. It smells quite nice. Disassemble to recover the finished product.",
         "weight": 34000,
         "symbol": "m",
         "color": "white",
         "price": 60000,
         "material" : ["maid"],
         "volume": 40
     },
     {
         "type": "GENERIC",
         "category": "other",
         "id": "little_maid_human_smoked",
         "name": "little maid pet (smoking human flesh)",
         "name_plural" : "little maid pet (smoking human flesh)",
         "description": "Your little maid is in the process of smoking meat. She seems to be having fun.",
         "weight": 34000,
         "symbol": "m",
         "color": "white",
         "price": 60000,
         "material" : ["maid"],
         "volume": 40,
         "use_action": {
             "type": "delayed_transform",
             "transform_age": 1200,
             "not_ready_msg": "The little maid tastes the smoking meat and shakes her head a little. Don't tell her what kind of meat it is.",
             "msg": "'Master! Master!' It seems like your little maid has finished smoking the meat. It smells quite nice. Disassemble to recover the finished product.",
             "moves": 0,
             "target": "little_maid_human_smoked_fin"
       }
     },
     {
         "type": "GENERIC",
         "category": "other",
         "id": "little_maid_human_smoked_fin",
         "name": "little maid pet (finished smoking human flesh)",
         "name_plural" : "little maid pet (finished smoking human flesh)",
         "description": "It seems like your little maid has finished smoking the meat. It smells quite nice. Disassemble to recover the finished product.",
         "weight": 34000,
         "symbol": "m",
         "color": "white",
         "price": 60000,
         "material" : ["maid"],
         "volume": 40
     },
     {
         "type": "GENERIC",
         "category": "other",
         "id": "little_maid_fish_smoked",
         "name": "little maid pet (smoking fish)",
         "name_plural" : "little maid pet (smoking fish)",
         "description": "Your little maid is in the process of smoking fish. She seems to be having fun.",
         "weight": 34000,
         "symbol": "m",
         "color": "white",
         "price": 60000,
         "material" : ["maid"],
         "volume": 40,
         "use_action": {
             "type": "delayed_transform",
             "transform_age": 1200,
             "not_ready_msg": "The little maid tastes the smoking fish and shakes her head a little.",
             "msg": "'Master! Master!' It seems like your little maid has finished smoking the fish. It smells quite nice. Disassemble to recover the finished product.",
             "moves": 0,
             "target": "little_maid_fish_smoked_fin"
       }
     },
     {
         "type": "GENERIC",
         "category": "other",
         "id": "little_maid_fish_smoked_fin",
         "name": "little maid pet (finished smoking fish)",
         "name_plural" : "little maid pet (finished smoking fish)",
         "description": "It seems like your little maid has finished smoking the fish. It smells quite nice. Disassemble to recover the finished product.",
         "weight": 34000,
         "symbol": "m",
         "color": "white",
         "price": 60000,
         "material" : ["maid"],
         "volume": 40
     },
     {
       "id": "summon_alchemic_golem",
       "type": "TOOL",
       "category": "other",
       "symbol": "g",
       "color": "red",
       "name": "alchemic flesh golem (cooked)",
       "description": "A large living mass of meat made alive by the means of alchemy. The twisted, distorted meat lump has a mouth-like organ like that of a human, where it constantly spews poisonous gas and acidic bodily fluids from, while making unpleasant sounds.",
       "price": 60000,
       "material": ["flesh"],
       "weight": 1000,
       "volume": 1,
       "use_action": {
           "type": "place_monster",
           "monster_id": "mon_alchemic_golem",
           "friendly_msg": "I have unleashed a disgusting monster...",
           "place_randomly": true
       }
     }	 
]