From 77da8123195b1e87dd4b1999f356e4471b04ff8b Mon Sep 17 00:00:00 2001 From: Quapsel Date: Mon, 17 Jun 2024 19:45:03 -0500 Subject: [PATCH] =?UTF-8?q?=E2=80=9EAdventures=20in=20Lestoria/assets/conf?= =?UTF-8?q?ig/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