Forbidden Grimoire

Item ID 28628 Name Forbidden Grimoire
None
Weapon Level 3 Identifier Prohibited_Grimoire
Attack 90 Type Weapon - Book
MATK 120 Equip Locations Main Hand
Defense 0 Equippable Jobs Priest, Sage, Star Gladiator
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 50 Min Equip Level 60
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus2 bSkillAtk,"MG_FIREBOLT",5;
bonus2 bSkillAtk,"MG_COLDBOLT",5;
bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",5;
if (.@r>=7) {
   bonus2 bSkillAtk,"MG_FIREBOLT",5;
   bonus2 bSkillAtk,"MG_COLDBOLT",5;
   bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",5;
   if (.@r>=9) {
       bonus2 bSkillAtk,"MG_FIREBOLT",10;
       bonus2 bSkillAtk,"MG_COLDBOLT",10;
       bonus2 bSkillAtk,"MG_LIGHTNINGBOLT",10;
   }
}