Boosting Glacier Book

Item ID 540077 Name Boosting Glacier Book
None
Weapon Level 3 Identifier Z_Boost_N_Book
Attack 157 Type Weapon - Book
MATK 210 Equip Locations Main Hand
Defense 0 Equippable Jobs Sage
Range 1 Equip Gender Both (Male and Female)
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 bMatkRate,15;
bonus bMaxSPrate,3*(.@r/2);
if (.@r>=7) {
   bonus2 bIgnoreMdefRaceRate,RC_All,25;
   bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-25;
   bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-25;
   if (.@r>=9) {
       bonus bVariableCastrate,-7;
   }
}