
RENEWAL / ITEMS
Rune Boots
#2481Armor
Rune_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight10
Buy price20 z
Sell price10 z
DEF5
Armor level1
Description
Black leather boots engraved Rune.
Unable to destroy.
When pure STR is 90 or higher, ATK + 10. When pure STR is 120 or higher, ATK + 10 additionally.
When pure INT is 90 or higher, MATK + 3%. When pure INT is 120 or higher, MATK + 2% additionally.
Class : Shoes Defence : 5
Weight : 10
Required Level : 1
Jobs : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@a = readparam(bStr);
.@b = readparam(bInt);
if (.@a>=90)
bonus bBaseAtk,10;
if (.@b>=90)
bonus bMatkRate,3;
if (.@a>=120)
bonus bBaseAtk,10;
if (.@b>=120)
bonus bMatkRate,2;