ID #20745
Armor
Manteau of Mystic Frozen [1]
Buy Price: N/A
Sell Price: N/A
A manteau imbued with water spirit. Its protected by water all the time.
_______________________
Decreases damage taken from Water elemental attacks by 10%.
Increases damage taken from Wind elemental attacks by 10%.
Random chance to inflict Frozen status on attacker when wearer receive melee physical attacks.
_______________________
Refine Level +6:
Increases the rate of inflicting Frozen status based on Refine Level.
_______________________
Refine Level +10:
Increases the rate of inflicting Frozen status.
_______________________
Indestructible in battle
_______________________
Type: Garment
Defense: 10
Weight: 30
Armor Level: 1
_______________________
Requirement: None
_______________________
Decreases damage taken from Water elemental attacks by 10%.
Increases damage taken from Wind elemental attacks by 10%.
Random chance to inflict Frozen status on attacker when wearer receive melee physical attacks.
_______________________
Refine Level +6:
Increases the rate of inflicting Frozen status based on Refine Level.
_______________________
Refine Level +10:
Increases the rate of inflicting Frozen status.
_______________________
Indestructible in battle
_______________________
Type: Garment
Defense: 10
Weight: 30
Armor Level: 1
_______________________
Requirement: None
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
300
Defense
10
Requirements
Armor Level
1
Min Level
70
Scripts
Script .@r = getrefine(); bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,-10; if (.@r>=6) .@val = .@r*100; if (.@r>=10) .@val += 1000; bonus2 bAddEffWhenHit,Eff_Freeze,500+.@val; bonus bUnbreakableGarment;
.@r = getrefine(); bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,-10; if (.@r>=6) .@val = .@r*100; if (.@r>=10) .@val += 1000; bonus2 bAddEffWhenHit,Eff_Freeze,500+.@val; bonus bUnbreakableGarment;