Quapsel 1b2831bbb2 „Adventures in Lestoria/assets/config/items/Accessories.txt“ ändern
Ring of the Slime King: Attack stat removed.
Ring of the Bear: Attack nerfed from 4-10 to 1-4
2024-03-01 09:28:20 -06:00

29 lines
527 B
Plaintext

Equipment
{
Ring of the Slime King
{
Slot = Ring1,Ring2
ItemCategory = Accessories
# See ItemStats.txt for valid stat names
StatValues = Health,Mana,Move Spd %
MinStats = 5,1,1
MaxStats = 20,4,3
SellValue = 90
Equip Sound = Equip Accessory
}
Ring of the Bear
{
Slot = Ring1,Ring2
ItemCategory = Accessories
# See ItemStats.txt for valid stat names
StatValues = Health,Attack,Mana
MinStats = 4,1,1
MaxStats = 10,4,3
SellValue = 75
Equip Sound = Equip Accessory
}
}