summaryrefslogtreecommitdiff
path: root/data/items.yml
blob: ae1db0fbae71f25de978c18289ed20ea11627f47 (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
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_short_sword:
  name: "Iron short sword"
  description: "A short sword made of iron."
  whatnot:
    equip_slots:
      - "mainhand"
iron_longsword:
  name: "Iron longsword"
  description: "A longsword made of iron."
  whatnot:
    equip_slots:
      - "mainhand"
    equip_requirements:
      skills:
        beastslay: 3
mending_salve:
  name: "Mending salve"
  description: "A healing mixture capable of closing wounds."
  usable: true
wood:
  name: "wood"
  description: "A bit of wood."