diff options
Diffstat (limited to 'data/items.yml')
-rw-r--r-- | data/items.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/items.yml b/data/items.yml index 19e3534..82b9774 100644 --- a/data/items.yml +++ b/data/items.yml @@ -4,12 +4,18 @@ crude_iron_ore: whatnot: xp_value: planequarry: 5 +iron_ore: + name: "Iron ore" + description: "A chunk of unrefined iron ore." + whatnot: + xp_value: + planequarry: 10 pure_iron_ore: name: "Pure iron ore" description: "A chunk of naturally rich and pure iron ore." whatnot: xp_value: - planequarry: 10 + planequarry: 20 paraiba_tourmaline: name: "Paraiba tourmaline" description: "A rare and beautiful turquoise gem." |