summaryrefslogtreecommitdiff
path: root/data/items.yml
blob: 15989f6db7b88845487331611ffa0c511b37b06b (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
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."
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."
iron_dagger:
  name: "Iron dagger"
  description: "A dagger made of iron."
  whatnot:
    equip_slots:
      - "mainhand"
    equip_effects:
      - type: "stat"
        gid: "accuracy"
        modifier: 2
      - type: "stat"
        gid: "power"
        modifier: 2
iron_short_sword:
  name: "Iron short sword"
  description: "A short sword made of iron."
  whatnot:
    equip_slots:
      - "mainhand"
    equip_effects:
      - type: "stat"
        gid: "accuracy"
        modifier: 3
      - type: "stat"
        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: 3
    equip_effects:
      - type: "stat"
        gid: "accuracy"
        modifier: 4
      - type: "stat"
        gid: "power"
        modifier: 4
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: "This twisted bit of wood and string is... um... wow."
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.
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."