From 888cea15816ed2cc779cb6dd0d79a0871f1bda97 Mon Sep 17 00:00:00 2001 From: Quapsel Date: Thu, 26 Sep 2024 10:50:56 -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 Chapter 3 Monster + Area Items added. (Consumables still missing) --- .../assets/config/items/ItemDatabase.txt | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt index 5e004bb8..aeb0963e 100644 --- a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt +++ b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt @@ -321,4 +321,58 @@ ItemDatabase ItemCategory = Materials SellValue = 10 } + Bandana + { + Description = A Red Bandana. Commonly worn by Pirates. + ItemCategory = Materials + SellValue = 22 + } + Empty Leather Pouche + { + Description = A Pouche to store coins in. This Pirate seems to be not to successful in his craft. + ItemCategory = Materials + SellValue = 26 + } + Rum Bottle + { + Description = Yo Ho Ho and a Bottle of Rum. + ItemCategory = Materials + SellValue = 34 + } + Giant Claw + { + Description = The Giant Claw of a crap that grown up to ist maximum potential. + ItemCategory = Materials + SellValue = 38 + } + Worm Skin + { + Description = The Skin feels kinda smooth. Maybe it could be used to craft clothing. + ItemCategory = Materials + SellValue = 24 + } + White Feather + { + Description = The Feather is mainly White. But ist tip is actually black. + ItemCategory = Materials + SellValue = 17 + } + Blue Gemstone + { + Description = Radiating with energy from the sea, it is used to refine stronger equipment. + ItemCategory = Materials + SellValue = 330 + } + Shell + { + Description = a beautiful Shell, found at a beach. + ItemCategory = Materials + SellValue = 9 + } + Large Shell + { + Description = a big beautiful Shell, found at a beach. + ItemCategory = Materials + SellValue = 14 + } }