Boosting Glacier Lance

Item ID 530050 Name Boosting Glacier Lance
None
Weapon Level 3 Identifier Z_Boost_N_Lance
Attack 220 Type Weapon - One-Handed Spear
MATK 220 Equip Locations Main Hand
Defense 0 Equippable Jobs Swordman, Knight, Crusader
Range 3 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
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 bMatkRate,15;
bonus bMaxHPrate,2*(.@r/2);
bonus bBaseAtk,8*(.@r/2);
bonus bMatk,8*(.@r/2);
if (.@r>=7) {
   bonus2 bIgnoreDefRaceRate,RC_All,25;
   bonus2 bIgnoreMdefRaceRate,RC_All,25;
   bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-25;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,-25;
   bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-25;
   bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-25;
   if (.@r>=9) {
       bonus bVariableCastrate,-7;
   }
}