Aegir Cloak

Item ID 20756 Name Aegir Cloak
Manteau of sea god. It is said to protect wearer with sacred power of the Sea.
_______________________
Indestructible in battle
_______________________
MaxHP +500
MaxSP +50
_______________________
When equipped with Aegir Helm:
Recovers 10 SP every time defeating Fish monster with physical melee attacks.
Random chance a defeated Fish monster will drop Sushi or Raw Fish.
Increases Sushi and Raw Fish's HP recovery by 5%.

For each Refine Level of Aegir Helm:
Increases HP recovery by 5% and drop rate.
_______________________
Type: Garment
Defense: 10
Weight: 30
Armor Level: 1
_______________________
Requirement:
Base Level 40
Weapon Level 0 Identifier Egir_Manteau_K
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 40
NPC Buy 10 Max Equip Level None
NPC Sell 5 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bUnbreakableGarment;
bonus bMaxHP,500;
bonus bMaxSP,50;

Set Script
Aegir Armor
Aegir Helm
Aegir Cloak
Aegir Shoes
bonus bMaxHP,1000;
bonus bMaxSP,100;
bonus2 bExpAddRace,RC_Fish,20;
bonus2 bAddRace,RC_Fish,50;
bonus2 bMagicAddRace,RC_Fish,50;
bonus2 bSubEle,Ele_Water,50;
Aegir Helm
Aegir Cloak
.@r = getequiprefinerycnt(EQI_GARMENT);
bonus2 bSPGainRace,RC_Fish,10;
bonus3 bAddMonsterDropItem,544,RC_Fish,(5+.@r);
bonus3 bAddMonsterDropItem,551,RC_Fish,(5+.@r);
bonus2 bAddItemHealRate,544,5*(1+.@r);
bonus2 bAddItemHealRate,551,5*(1+.@r);
Aegir Ring
Aegir Armor
Aegir Helm
Aegir Cloak
Aegir Shoes
bonus2 bMagicAtkEle,Ele_All,2;
Aegir Necklace
Aegir Armor
Aegir Helm
Aegir Cloak
Aegir Shoes
bonus bLongAtkRate,2;
bonus bShortAtkRate,2;