Boosting Ice & Snow Instrument

Item ID 570053 Name Boosting Ice & Snow Instrument
None
Weapon Level 3 Identifier Z_Boost_P_instrumen
Attack 305 Type Weapon - Musical Instrument
MATK 0 Equip Locations Main Hand
Defense 0 Equippable Jobs Bard / Dancer
Range 1 Equip Gender Male
Slots 0 Equip Upper Upper, Third, Third Upper, Third Baby
Weight 0 Min Equip Level 1
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAtkRate,15;
bonus bBaseAtk,10*(.@r/2);
bonus bVit,4*(.@r/2);
if (.@r>=7) {
   bonus2 bIgnoreDefRaceRate,RC_All,25;
   bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-25;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,-25;
   if (.@r>=9) {
       bonus bVariableCastrate,-10;
   }
}