From 21d4cbcaae9f54ba9b2133bd881caba0d31de8be Mon Sep 17 00:00:00 2001 From: Quapsel Date: Sun, 7 Jul 2024 04:03:38 -0500 Subject: [PATCH] =?UTF-8?q?=E2=80=9EAdventures=20in=20Lestoria/assets/conf?= =?UTF-8?q?ig/items/ItemDatabase.txt=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Items for Stage loot added in Item Database. --- .../assets/config/items/ItemDatabase.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 + } }