diff --git a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt index 35d44319..aa7c5e25 100644 --- a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt +++ b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt @@ -303,4 +303,22 @@ ItemDatabase ItemCategory = Materials SellValue = 28 } + Yellow Gemstone + { + Description = Radiating with energy from the Mountain, it is used to refine stronger equipment. + ItemCategory = Materials + SellValue = 270 + } + Stone + { + Description = A slightly above average sized Stone. + ItemCategory = Materials + SellValue = 6 + } + Iron Ore + { + Description = A rock or mineral from which iron can be profitably extracted. + ItemCategory = Materials + SellValue = 10 + } }