From a11240c372beebbc35b9a986ccd4fcc38440d2ec Mon Sep 17 00:00:00 2001 From: Quapsel Date: Mon, 17 Jun 2024 20:02:55 -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 2 Monster Drops added. --- .../assets/config/items/ItemDatabase.txt | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt index 8f92be28..7600c791 100644 --- a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt +++ b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt @@ -197,4 +197,40 @@ ItemDatabase Description = A medal provided to top athletes in Lestoria commemorating a huge victory. ItemCategory = Materials } + Boar Meat + { + ItemScript = Restore + Description = Recovers 120 health points over the next 120 seconds. + HP Restore = 1,1,120 + ItemCategory = Consumables + Cooldown Time = 5.0 + Cast Time = 0.0 + SellValue = 9 + UseSound = Consume Potion + } + Broken Dagger + { + ItemCategory = Materials + SellValue = 12 + } + Broken Bow + { + ItemCategory = Materials + SellValue = 13 + } + Blackpowder + { + ItemCategory = Materials + SellValue = 18 + } + Hawk Feather + { + ItemCategory = Materials + SellValue = 7 + } + Stone Heart + { + ItemCategory = Materials + SellValue = 28 + } }