Whale Shark Float

Item ID 480220 Name Whale Shark Float
None
Weapon Level 0 Identifier Whale_Shark_Float
Attack 0 Type Armor
MATK 0 Equip Locations Garment
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 40 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSubRace,RC_DemiHuman,5;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus2 bSubEle,Ele_Water,7*(readparam(bVit)/10);
bonus2 bSubEle,Ele_Ghost,3*.@r;
if (.@r>=5) {
   bonus bDef,300;
   bonus bMaxHPrate,30;
}
if (.@r>=7) {
   bonus3 bAddEff,Eff_Freeze,500,ATF_MAGIC;
   bonus3 bAddEff,Eff_Freezing,500,ATF_MAGIC;
}