summaryrefslogtreecommitdiff
path: root/data/items.yml
blob: b388047c1b01b4a85c82a66daa7c67f83a6e5c0b (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
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
stone:
  name: "stone"
  description: "A chunk of gray stone."
crude_iron_ore:
  name: "crude iron ore"
  description: "A chunk of very impure iron ore."
iron_ore:
  name: "iron ore"
  description: "A chunk of unrefined iron ore."
pure_iron_ore:
  name: "pure iron ore"
  description: "A chunk of naturally rich and pure iron ore."
gaian_ore:
  name: "gaian ore"
  description: "A chunk of verdant, emerald-green ore."
paraiba_tourmaline:
  name: "paraiba tourmaline"
  description: "A rare and beautiful turquoise gem."
red_beryl:
  name: "red beryl"
  description: "A simple red gem."
tourmaline:
  name: "tourmaline"
  description: "A crude pink-blue gem."
yellow_beryl:
  name: "yellow beryl"
  description: "A rare and beautiful yellow gem."
pig_iron_ingot:
  name: "pig iron ingot"
  description: "Low quality iron ingot meant to be remelted for further use."
iron_ingot:
  name: "iron ingot"
  description: "A simple bar of iron."
pure_iron_ingot:
  name: "pure iron ingot"
  description: "A bar of highly-pure iron."
arcanite_ingot:
  name: "arcanite ingot"
  description: "A bar of arcanite."
iron_dagger:
  name: "iron dagger"
  description: "A dagger made of iron."
  whatnot:
    equip_slots:
      - "mainhand"
    equip_effects:
      - type: "stat_change"
        gid: "accuracy"
        modifier: 2
      - type: "stat_change"
        gid: "power"
        modifier: 2
iron_short_sword:
  name: "iron short sword"
  description: "A short sword made of iron."
  whatnot:
    equip_slots:
      - "mainhand"
    equip_requirements:
      skills:
        - gid: "beastslay"
          level: 2
    equip_effects:
      - type: "stat_change"
        gid: "accuracy"
        modifier: 3
      - type: "stat_change"
        gid: "power"
        modifier: 3
iron_longsword:
  name: "iron longsword"
  description: "A longsword made of iron."
  whatnot:
    equip_slots:
      - "mainhand"
    equip_requirements:
      skills:
        - gid: "beastslay"
          level: 5
    equip_effects:
      - type: "stat_change"
        gid: "accuracy"
        modifier: 4
      - type: "stat_change"
        gid: "power"
        modifier: 4
iron_buckler:
  name: "iron buckler"
  description: "A buckler made of iron."
  whatnot:
    equip_slots:
      - "offhand"
    equip_effects:
      - type: "stat_change"
        gid: "block"
        modifier: 1
      - type: "stat_change"
        gid: "block_value"
        modifier: 1
iron_shield:
  name: "iron shield"
  description: "A shield made of iron."
  whatnot:
    equip_slots:
      - "offhand"
    equip_requirements:
      skills:
        - gid: "beastslay"
          level: 3
    equip_effects:
      - type: "stat_change"
        gid: "block"
        modifier: 2
      - type: "stat_change"
        gid: "block_value"
        modifier: 2
arcanite_dagger:
  name: "arcanite dagger"
  description: "A dagger made of arcanite."
  whatnot:
    equip_slots:
      - "mainhand"
    equip_requirements:
      skills:
        - gid: "beastslay"
          level: 10
    equip_effects:
      - type: "stat_change"
        gid: "accuracy"
        modifier: 6
      - type: "stat_change"
        gid: "power"
        modifier: 6
arcanite_short_sword:
  name: "iron short sword"
  description: "A short sword made of iron."
  whatnot:
    equip_slots:
      - "mainhand"
    equip_requirements:
      skills:
        - gid: "beastslay"
          level: 12
    equip_effects:
      - type: "stat_change"
        gid: "accuracy"
        modifier: 7
      - type: "stat_change"
        gid: "power"
        modifier: 7
arcanite_longsword:
  name: "arcanite longsword"
  description: "A longsword made of arcanite."
  whatnot:
    equip_slots:
      - "mainhand"
    equip_requirements:
      skills:
        - gid: "beastslay"
          level: 15
    equip_effects:
      - type: "stat_change"
        gid: "accuracy"
        modifier: 8
      - type: "stat_change"
        gid: "power"
        modifier: 8
arcanite_buckler:
  name: "arcanite buckler"
  description: "A buckler made of arcanite."
  whatnot:
    equip_requirements:
      skills:
        - gid: "beastslay"
          level: 10
    equip_slots:
      - "offhand"
    equip_effects:
      - type: "stat_change"
        gid: "block"
        modifier: 4
      - type: "stat_change"
        gid: "block_value"
        modifier: 4
arcanite_shield:
  name: "arcanite shield"
  description: "A shield made of arcanite."
  whatnot:
    equip_slots:
      - "offhand"
    equip_requirements:
      skills:
        - gid: "beastslay"
          level: 13
    equip_effects:
      - type: "stat_change"
        gid: "block"
        modifier: 5
      - type: "stat_change"
        gid: "block_value"
        modifier: 5
mending_salve:
  name: "mending salve"
  description: "A healing mixture capable of closing wounds."
  whatnot:
    use_effects:
      - type: "change_wounds"
        value: -1
        message: "You apply the salve to your skin."
wood:
  name: "wood"
  description: "A bit of wood."
vestige:
  name: "vestige"
  description: "Faintly glimmering remnants of magical events. Used as currency."
arcane_dust:
  name: "arcane dust"
  description: "Little specs of magic, taken physical form."
burstshroom:
  name: "burstshroom"
  description: >-
    These mushrooms come in all sizes and are recognizable from the bright fluorescent colors and spherical cap. This
    mushroom is loved by few and hated by most, as should the unwary wanderer disturb it, the cap will burst, shooting
    highly irritating spores into the air. These spores cause extremely uncomfortable itching, but are not deadly
    unless an individual is allergic... or foolish enough to put one in their mouth.
discord_pome:
  name: "discord pome"
  description: >-
    This mushroom looks at first like an ordinary apple growing from a tree and grows in the same range of sizes as any
    other apple. Upon closer inspection one will notice that the skin of the "apple" is indigo and that the tree that
    it is growing on is not an apple tree. This mushroom grows on the branches of various non-apple trees and
    parasitically draws nutrients from its host tree, too many of these mushrooms will kill a tree if they are not
    removed. These mushrooms are very sweet tasting and are not poisonous, but give a nasty surprise as biting into the
    core will cause spores to burst out (similar to burstshrooms).
disturbing_doodad:
  name: "disturbing doodad"
  description: "..."
last_breath:
  name: "last breath"
  description: >-
    This is a small grey mushroom that is very common in forests and grasslands. Its unassuming looks are belied by its
    deadly nature; if consumed this mushroom triggers an allergic reaction that results in the victim's throat swelling
    shut and them choking to death, hence the name.
woodrun_bloom:
  name: "woodrun bloom"
  description: >-
    A yellow and red flowering clover.
claritas_flower:
  name: "claritas flower"
  description: "A pure white flower with a crystaline center."
silver_iris:
  name: "silver iris"
  description: "A beautiful plant flower with silvery flowers running up the length of its stem."
#nasca_beetle:
#  name: "nasca beetle"
#  description: "A firey orange insect with a huge shell."
aseas_leaf:
  name: "aseas leaf"
  description: >-
    A feather-light collection of green, clover-like leaves. Has healing properties, in the right hands.
shimmering_essence:
  name: "shimmering essence"
  description: "A luminescent tendril of energy."
shrine_hassock:
  name: "shrine hassock"
  description: >-
    This is a small white and black mushroom commonly found on old battlefields, feeding on the residual death left
    behind by such conflicts. Despite this grim association with death this mushroom can be a great medicine with
    skillful processing... or a powerful laxative with unskilled processing.
wisp_of_the_current:
  name: "wisp of the current"
  description: "A glowing ball of energy. It fills the hazy air around it with visions of a river."
manadross_tincture:
  name: "manadross tincture"
  description: "A clear, blue-tinted liquid containing a swirling, silver cloud."
waning_light:
  name: "waning light"
  description: "A fading, yellow light taken from the eye socket of a trodgeathomp."
rusted_lockbox:
  name: "rusted lockbox"
  description: "A small, rusty, metal box with a lock on it."
  whatnot:
    use_effects:
      - type: "activity"
        gid: "synthsever_rusted_lockbox"
unlocked_rusted_lockbox:
  name: "unlocked rusted lockbox"
  description: "A small, rusty, metal box that has been unlocked."
  whatnot:
    use_effects:
      - type: "activity"
        gid: "open_unlocked_rusted_lockbox"
warm_diadem:
  name: "warm diadem"
  description: "A thin, blood-colored circlet giving off a faint warmth."
  whatnot:
    equip_slots:
      - "head"
    equip_effects:
      - type: "stat_change"
        gid: "max_hp"
        modifier: 2
warped_eyestalk:
  name: "warped eyestalk"
  description: "An anomalous stalk from a stalk beast."
pit_leech_trophy:
  name: "pit leech trophy"
  description: "A trophy from a pit leech."
  whatnot:
    equip_slots:
      - "curio"
stalk_beast_trophy:
  name: "stalk beast trophy"
  description: "A trophy from a stalk beast."
  whatnot:
    equip_slots:
      - "curio"
grinpad_trophy:
  name: "grinpad trophy"
  description: "A trophy from a grinpad."
  whatnot:
    equip_slots:
      - "curio"
lesser_trodgeathomp_trophy:
  name: "lesser trodgeathomp trophy"
  description: "A trophy from a lesser trodgeathomp."
  whatnot:
    equip_slots:
      - "curio"
slate_ring:
  name: "slate ring"
  description: "A brittle ring made of slate. It's flat, inside and out."
  whatnot:
    equip_slots:
      - "left_ring"
      - "right_ring"
    equip_effects:
      - type: "stat_change"
        gid: "accuracy"
        modifier: 1
iron_ring:
  name: "iron ring"
  description: "A strong, iron ring."
  whatnot:
    equip_slots:
      - "left_ring"
      - "right_ring"
    equip_effects:
      - type: "stat_change"
        gid: "power"
        modifier: 1
quartz_ring:
  name: "quartz ring"
  description: "A small ring, strangely made entirely of quartz."
  whatnot:
    equip_slots:
      - "left_ring"
      - "right_ring"
    equip_effects:
      - type: "stat_change"
        gid: "evasion"
        modifier: 1
granite_ring:
  name: "granite ring"
  description: "A heavy ring made of granite."
  whatnot:
    equip_slots:
      - "left_ring"
      - "right_ring"
    equip_effects:
      - type: "stat_change"
        gid: "block"
        modifier: 1
enzon_seed:
  name: "enzon seed"
  description: "The seed of an enzon plant."
iron_lockpicks:
  name: "iron lockpicks"
  description: "Tools for getting into places other people -- or things -- don't want you to be."
  whatnot:
    equip_slots:
      - "mainhand"
stone_pickaxe:
  name: "stone pickaxe"
  description: "An old pickaxe found in some ruins."
  whatnot:
    equip_slots:
      - "mainhand"
    equip_effects:
      - type: "stat_change"
        gid: "planequarry_speed"
        modifier: 60
      - type: "stat_change"
        gid: "accuracy"
        modifier: 0
      - type: "stat_change"
        gid: "power"
        modifier: 1
stone_axe:
  name: "stone axe"
  description: "An old axe found in some ruins."
  whatnot:
    equip_slots:
      - "mainhand"
    equip_effects:
      - type: "stat_change"
        gid: "wealdreap_speed"
        modifier: 60
      - type: "stat_change"
        gid: "accuracy"
        modifier: 0
      - type: "stat_change"
        gid: "power"
        modifier: 1
iron_pickaxe:
  name: "iron pickaxe"
  description: "A pickaxe made of iron."
  whatnot:
    equip_slots:
      - "mainhand"
    equip_effects:
      - type: "stat_change"
        gid: "planequarry_speed"
        modifier: 80
      - type: "stat_change"
        gid: "accuracy"
        modifier: 1
      - type: "stat_change"
        gid: "power"
        modifier: 2
iron_axe:
  name: "iron axe"
  description: "An axe made of iron."
  whatnot:
    equip_slots:
      - "mainhand"
    equip_effects:
      - type: "stat_change"
        gid: "wealdreap_speed"
        modifier: 80
      - type: "stat_change"
        gid: "accuracy"
        modifier: 1
      - type: "stat_change"
        gid: "power"
        modifier: 2
aethermesh:
  name: "aethermesh"
  description: "A tool for manatrawl."
  whatnot:
    equip_slots:
      - "mainhand"
quarrying_draught:
  name: "quarrying draught"
  description: "Increases the speed of planequarry for an hour."
  whatnot:
    use_effects:
      - type: "condition"
        gid: "quarrying_draught"
        duration: 3600 # 1 Hour
        message: "The draught increases your planequarry speed."
reaping_draught:
  name: "reaping draught"
  description: "Increases the speed of wealdreap for an hour."
  whatnot:
    use_effects:
      - type: "condition"
        gid: "reaping_draught"
        duration: 3600 # 1 Hour
        message: "The draught increases your wealdreap speed."
gem_dust:
  name: "gem dust"
  description: "Dust resulting from the crushing of a gem."
salt:
  name: "salt"
  description: "It's salt."
seas_tear:
  name: "sea's tear"
  description: "A dense crystal, similar in appearance to salt."