ID #450145
Armor
Illusion Saphien's Armor of Ocean [1]
Buy Price: N/A
Sell Price: N/A
A suit of armor that is enchanted with the water elemental.
_______________________
MaxHP +10%
_______________________
For each Refine Level:
MaxHP +125
_______________________
Refine Level +7:
DEF +50
_______________________
Refine Level +9:
Physical attacks have a chance to decreases damage taken from Water elemental attacks by 15% for 5 seconds.
_______________________
Type: Armor
Defense: 50
Weight: 220
Armor Level: 1
_______________________
Requirement:
Base Level 120
Swordsman and Merchant classes
_______________________
MaxHP +10%
_______________________
For each Refine Level:
MaxHP +125
_______________________
Refine Level +7:
DEF +50
_______________________
Refine Level +9:
Physical attacks have a chance to decreases damage taken from Water elemental attacks by 15% for 5 seconds.
_______________________
Type: Armor
Defense: 50
Weight: 220
Armor Level: 1
_______________________
Requirement:
Base Level 120
Swordsman and Merchant classes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Armor
Weight
2200
Defense
50
Job Requirements
Alchemist
Yes
Blacksmith
Yes
Crusader
Yes
Knight
Yes
Merchant
Yes
Swordsman
Yes
Requirements
Armor Level
1
Min Level
120
Scripts
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; }
.@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;
}