diff options
author | David Gay <david@davidgay.org> | 2021-05-02 18:26:14 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-02 18:26:14 -0400 |
commit | 7f4034c0b59c8be3ae66f564705933d4d06e31d7 (patch) | |
tree | 400fa106e6cc51ca7b2b0a774f0cfa736a1ccc99 /data | |
parent | d0106b850a6c26cfcf3ebfcc383a3190934949d4 (diff) |
Update items data
Diffstat (limited to 'data')
-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." |