
RENEWAL / ITEMS
Grace Magic Boots [1]
#470021Armor
Grace_Magic_Boots
TypeArmor
Equipment positionFootgear
GenderBoth
Weight0
Buy price0 z
Sell price0 z
DEF30
Slots1
Required level150
Armor level1
Description
Noble shoes with the Rune-Midgarts crest engraved on them.
MATK +20, FLEE +20
If refined to 7 or higher,
Fixed Cast Time -0.5 sec.
If refined to 9 or higher,
All elemental Magic damage +10%
Class: Shoes DEF: 30
Weight: 0
Required Level: 150
Job: 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
- No Drop
- Yes
- No Trade
- Yes
- No Cart
- Yes
- No Storage
- Yes
- No Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
Item effect script
.@r = getrefine();
bonus bMatk,20;
bonus bFlee,20;
if (.@r>=7)
bonus bFixedCast,-500;
if (.@r>=9)
bonus2 bMagicAtkEle,Ele_All,10;