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