The open source repository for the action RPG game in development by Sig Productions titled 'Adventures in Lestoria'!
https://forums.lestoria.net
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
472 B
26 lines
472 B
11 months ago
|
Equipment
|
||
|
{
|
||
|
Ring of the Slime King
|
||
|
{
|
||
|
Slot = Ring1,Ring2
|
||
11 months ago
|
ItemCategory = Accessories
|
||
11 months ago
|
|
||
|
# See ItemStats.txt for valid stat names
|
||
|
StatValues = Health,Attack,Mana,Move Spd %
|
||
|
MinStats = 5,2,1,1
|
||
|
MaxStats = 20,4,4,3
|
||
|
SellValue = 90
|
||
|
|
||
|
}
|
||
|
Ring of the Bear
|
||
|
{
|
||
|
Slot = Ring1,Ring2
|
||
11 months ago
|
ItemCategory = Accessories
|
||
11 months ago
|
|
||
|
# See ItemStats.txt for valid stat names
|
||
|
StatValues = Health,Attack,Mana
|
||
|
MinStats = 4,4,1
|
||
|
MaxStats = 10,10,3
|
||
|
SellValue = 75
|
||
|
}
|
||
|
}
|