
RENEWAL / ITEMS
Illusion Saphien's Armor of Ocean [1]
#450145Armor
Water_Sprits_Armor_IL
TypeArmor
Equipment positionArmor
GenderBoth
Weight220
Buy price0 z
Sell price0 z
DEF50
Slots1
Required level120
Armor level1
Description
A protective armor enhanced with water element.
It's so cold that it might chill you down to the bone.
------------------------
Grant the Armor with Water Property.
------------------------
MHP + 10%.
------------------------
For every refine level, MHP + 125.
------------------------
When refined to +7 or higher, DEF + 50.
------------------------
When refined to +9 or higher, there's a chance to reduce damage taken from Water property attacks by 15% for 5 seconds when dealing physical damage.
------------------------
Type : Armor
Def : 50
Weight : 220
Required Level : 120
Class : Swordman and Merchant Classes
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- Alchemist
- Yes
- Blacksmith
- Yes
- Crusader
- Yes
- Knight
- Yes
- Merchant
- Yes
- Swordman
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxHP,125*.@r;
if (.@r>=7) {
bonus bDef,50;
}
if (.@r>=9) {
autobonus2 "{ bonus2 bSubEle,Ele_Water,15; }",1,5000,BF_MAGIC|BF_WEAPON;
}