From 98f30c0ad4b36e5880264b62b044cd4a4dbd211a Mon Sep 17 00:00:00 2001 From: Quapsel Date: Thu, 20 Jun 2024 20:50:03 -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 Consumables added. --- .../assets/config/items/ItemDatabase.txt | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt index 51f014a0..d4e99d11 100644 --- a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt +++ b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt @@ -110,6 +110,71 @@ ItemDatabase SellValue = 7 BuyValue = 10 UseSound = Consume Item + } + Health Potion + { + ItemScript = Restore + Description = Restores 75 health points. + HP Restore = 75 + ItemCategory = Consumables + Cooldown Time = 5.0 + Cast Time = 0.0 + SellValue = 24 + BuyValue = 35 + UseSound = Consume Potion + } + Mana Potion + { + ItemScript = Restore + Description = Restores 60 mana points over the next 15 seconds. + MP Restore = 4,1,15 + ItemCategory = Consumables + Cooldown Time = 5.0 + Cast Time = 0.0 + SellValue = 28 + BuyValue = 40 + UseSound = Consume Potion + } + Recovery Potion + { + ItemScript = Restore + Description = Recovers 90 health points over the next 15 seconds. + HP Restore = 18,3,15 + ItemCategory = Consumables + Cooldown Time = 5.0 + Cast Time = 0.0 + SellValue = 29 + UseSound = Consume Potion + Crafting + { + # When this crafting recipe is available. + AvailableChapter = 2 + + Item[0] = Yellow Slime Remains,1 + Item[1] = Stone Heart,1 + + Gold = 0 + } + } + Elixir of the Wind + { + ItemScript = Buff + Description = Increase your Movement Speed by 25% for 30 seconds. + Move Spd % = 25%,30 + ItemCategory = Consumables + Cooldown Time = 5.0 + Cast Time = 0.0 + SellValue = 30 + UseSound = Consume Potion + Crafting + { + # When this crafting recipe is available. + AvailableChapter = 2 + + Item[0] = Hawk Feather,3 + + Gold = 0 + } } Green Slime Remains {