From b22174485034d7a0718c58fc0b5c8e7a45100c0a Mon Sep 17 00:00:00 2001 From: Quapsel Date: Mon, 17 Jun 2024 19:45:03 -0500 Subject: [PATCH 1/3] =?UTF-8?q?=E2=80=9EAdventures=20in=20Lestoria/assets/?= =?UTF-8?q?config/items/Accessories.txt=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Chapter 2 Boss Accessoires added. --- .../assets/config/items/Accessories.txt | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/Adventures in Lestoria/assets/config/items/Accessories.txt b/Adventures in Lestoria/assets/config/items/Accessories.txt index 7e4daa53..526812e9 100644 --- a/Adventures in Lestoria/assets/config/items/Accessories.txt +++ b/Adventures in Lestoria/assets/config/items/Accessories.txt @@ -24,6 +24,32 @@ Equipment MaxStats = 10,4,3 SellValue = 75 + Equip Sound = Equip Accessory + } + Stone Ring + { + Slot = Ring1,Ring2 + ItemCategory = Accessories + + # See ItemStats.txt for valid stat names + StatValues = Defense,Health,Health % + MinStats = 5,10,1 + MaxStats = 15,25,3 + SellValue = 130 + + Equip Sound = Equip Accessory + } + Bird's Treasure + { + Slot = Ring1,Ring2 + ItemCategory = Accessories + + # See ItemStats.txt for valid stat names + StatValues = Move Spd %,Crit Rate,Mana + MinStats = 1,1,2 + MaxStats = 5,3,5 + SellValue = 110 + Equip Sound = Equip Accessory } } \ No newline at end of file From 86bbd378cab23d1268e9bd723dd4e99f936606be Mon Sep 17 00:00:00 2001 From: Quapsel Date: Mon, 17 Jun 2024 20:02:55 -0500 Subject: [PATCH 2/3] =?UTF-8?q?=E2=80=9EAdventures=20in=20Lestoria/assets/?= =?UTF-8?q?config/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 + } } From 2e10ad85fed9d40c57228db6ede665a2e547f3d6 Mon Sep 17 00:00:00 2001 From: Quapsel Date: Mon, 17 Jun 2024 20:07:22 -0500 Subject: [PATCH 3/3] =?UTF-8?q?=E2=80=9EAdventures=20in=20Lestoria/assets/?= =?UTF-8?q?config/items/ItemDatabase.txt=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Descriptions added. --- Adventures in Lestoria/assets/config/items/ItemDatabase.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt index 7600c791..e725ee38 100644 --- a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt +++ b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt @@ -210,26 +210,31 @@ ItemDatabase } Broken Dagger { + Description = A broken weapon, wielded by a goblin. ItemCategory = Materials SellValue = 12 } Broken Bow { + Description = A broken weapon, wielded by a goblin. ItemCategory = Materials SellValue = 13 } Blackpowder { + Description = Just some powder found in the pockets of a goblin. ItemCategory = Materials SellValue = 18 } Hawk Feather { + Desciption = A Feather of a Hawk. Sadly no longer in perfect condition. ItemCategory = Materials SellValue = 7 } Stone Heart { + Description = A stone, shaped in the form of an heart. ItemCategory = Materials SellValue = 28 }