
RENEWAL / ITEMS
Anti Conjurer Suit [1]
#450149Armor
MD_Geffen_Suits
TypeArmor
Equipment positionArmor
GenderBoth
Weight90
Buy price0 z
Sell price0 z
DEF120
Slots1
Required level230
Armor level2
Description
The suit, which has become more powerful through continuous research and improvement, is designed to make it easier to operate various magics.
------------------------
Increases incoming heal effectiveness by 10%.
Reduces SP consumption of skills by 10%.
MHP + 3%, STR + 3, AGI +3.
------------------------
ATK + 10 per refine rate.
------------------------
Increases ASPD by 2% per 2 refine rate.
------------------------
If refine rate is 9 or higher, increases melee and long range physical damage by 10%.
------------------------
If refine rate is 11 or higher, increases ASPD by additional 7%.
------------------------
If refine rate is 13 or higher, additional MATK + 60.
------------------------
Type : Armor
Def : 120
Weight : 90
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 bStr,3;
bonus bAgi,3;
bonus bBaseAtk,10*.@r;
bonus bAspdRate,2*(.@r/2);
if (.@r>=9) {
bonus bLongAtkRate,10;
bonus bShortAtkRate,10;
if (.@r>=11) {
bonus bAspdRate,7;
if (.@r>=13) {
bonus bBaseAtk,60;
}
}
}