diff options
author | David Gay <david@davidgay.org> | 2021-05-02 17:42:23 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-02 17:42:23 -0400 |
commit | d717f7db2279a35b1259030b9b31e966a341fe99 (patch) | |
tree | 085791f07eba5ff232909baddcb267aa9061adaa /data | |
parent | 7997e112fbc67eef309bb3969ad41f90a8bfbc89 (diff) |
Add items
Diffstat (limited to 'data')
-rw-r--r-- | data/items.yml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/data/items.yml b/data/items.yml new file mode 100644 index 0000000..19e3534 --- /dev/null +++ b/data/items.yml @@ -0,0 +1,57 @@ +crude_iron_ore: + name: "Crude iron ore" + description: "A chunk of very impure iron ore." + whatnot: + xp_value: + planequarry: 5 +pure_iron_ore: + name: "Pure iron ore" + description: "A chunk of naturally rich and pure iron ore." + whatnot: + xp_value: + planequarry: 10 +paraiba_tourmaline: + name: "Paraiba tourmaline" + description: "A rare and beautiful turquoise gem." + whatnot: + xp_value: + planequarry: 50 +red_beryl: + name: "Red beryl" + description: "A simple red gem." + whatnot: + xp_value: + planequarry: 30 +tourmaline: + name: "Tourmaline" + description: "A crude pink-blue gem." + whatnot: + xp_value: + planequarry: 30 +yellow_beryl: + name: "Yellow beryl" + description: "A rare and beautiful yellow gem." + whatnot: + xp_value: + planequarry: 50 +iron_short_sword: + name: "Iron short sword" + description: "A short sword made of iron." + whatnot: + xp_value: + otherforge: 15 + equip_slot: "mainhand" +iron_longsword: + name: "Iron longsword" + description: "A longsword made of iron." + equip_slot: "mainhand" + whatnot: + xp_value: + otherforge: 45 + equip_requirements: + skills: + beastslay: 3 +mending_salve: + name: "Mending salve" + description: "A healing mixture capable of closing wounds." + usable: true |