Manteau of Mystic Frozen

Item ID 20745 Name Manteau of Mystic Frozen
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 receivce 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
Weapon Level 0 Identifier Manteau_Of_Mistic_Froz
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 10 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 30 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item 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;

Set Script
Charm Of Mistic Frozen
Manteau of Mystic Frozen
bonus2 bSkillCooldown,"AB_CHEAL",-2000;
bonus4 bAutoSpellOnSkill,"AL_HEAL","AL_INCAGI",max(getskilllv("AL_INCAGI"),1),1000;
bonus4 bAutoSpellOnSkill,"AL_INCAGI","AL_BLESSING",max(getskilllv("AL_BLESSING"),1),1000;
bonus4 bAutoSpellOnSkill,"AB_CANTO","AB_CLEMENTIA",max(getskilllv("AB_CLEMENTIA"),1),1000;