
RENEWAL / ITEMS
Frontier Boots [1]
#22234Armor
FrontiaBoots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF5
Slots1
Required level100
Armor level1
Description
ATK + 50
MATK + 50
MaxHP + 10%
MaxSP + 10%
When refined to 9 or higher,
ATK + 50
MATK + 50
MaxHP + 10%
MaxSP + 10%
Class: Shoes
DEF : 5
Weight: 50
Required Level : 100
Usable By: All Jobs
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
.@r = getrefine();
bonus bBaseAtk,50;
bonus bMatk,50;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
if (.@r>=9) {
bonus bBaseAtk,50;
bonus bMatk,50;
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
}