From debe498570afadc066cb1882cc6ccc6a868a4a27 Mon Sep 17 00:00:00 2001 From: Quapsel Date: Fri, 6 Dec 2024 10:12:20 -0600 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 3 Rings added. --- .../assets/config/items/Accessories.txt | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/Adventures in Lestoria/assets/config/items/Accessories.txt b/Adventures in Lestoria/assets/config/items/Accessories.txt index af10b9fd..3f420cb4 100644 --- a/Adventures in Lestoria/assets/config/items/Accessories.txt +++ b/Adventures in Lestoria/assets/config/items/Accessories.txt @@ -71,6 +71,36 @@ Equipment MaxStats = 5,3,5 SellValue = 110 + Equip Sound = Equip Accessory + } + Octopus Ring + { + Slot = Ring1,Ring2 + ItemCategory = Accessories + + Fragment Name = Bird's Treasure Fragment + + # See ItemStats.txt for valid stat names + StatValues = CDR,Move Spd%,Attack,Mana + MinStats = 1,1,4,4 + MaxStats = 2,2,11,12 + SellValue = 145 + + Equip Sound = Equip Accessory + } + Captain's Diamond Ring + { + Slot = Ring1,Ring2 + ItemCategory = Accessories + + Fragment Name = Captain's Diamond Ring Fragment + + # See ItemStats.txt for valid stat names + StatValues = CDR,Move Spd%,Mana + MinStats = 4,1,8 + MaxStats = 7,3,16 + SellValue = 160 + Equip Sound = Equip Accessory } } \ No newline at end of file