
RENEWAL / ITEMS
Magic Protector Robe [1]
#450150Armor
MD_Geffen_Robe
TypeArmor
Equipment positionArmor
GenderBoth
Weight80
Buy price0 z
Sell price0 z
DEF110
Slots1
Required level230
Armor level2
Description
The uniforms of Geffen mages. It has the ability to improve magic efficiency when casting spells.
------------------------
Increases incoming heal effectiveness by 10%.
Reduces SP consumption of skills by 10%.
MaxHP + 3%, Int + 3, Dex + 3.
------------------------
MATK + 10 per refine rate.
------------------------
Reduces variable casting time by 2% per 2 refine rate.
------------------------
If refine rate is 9 or higher, increases all property magical damage by 10%.
------------------------
If refine rate is 11 or higher, reduces variable casting time by additional 7%.
------------------------
If refine rate is 13 or higher, additional MATK + 60.
------------------------
Type : Armor
Def : 110
Weight : 80
Armor Level : 2
Required Level : 230
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
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bHealPower2,10;
bonus bUseSPrate,-10;
bonus bMaxHPrate,3;
bonus bInt,3;
bonus bDex,3;
bonus bMatk,10*.@r;
bonus bVariableCastrate,-2*(.@r/2);
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,10;
if (.@r>=11) {
bonus bVariableCastrate,-7;
if (.@r>=13) {
bonus bMatk,60;
}
}
}