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 diff --git a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt index 8f92be28..e725ee38 100644 --- a/Adventures in Lestoria/assets/config/items/ItemDatabase.txt +++ b/Adventures in Lestoria/assets/config/items/ItemDatabase.txt @@ -197,4 +197,45 @@ 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 + { + 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 + } }