ID #480220
Armor
Whale Shark Float [1]
Buy Price: N/A
Sell Price: N/A
Type: Armor
Weight: 400
Slots: 1
Armor level: 1
Required level: 100
Weight: 400
Slots: 1
Armor level: 1
Required level: 100
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
400
Requirements
Armor Level
1
Min Level
100
Scripts
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; }
.@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;
}