Forbidden Grimoire II

Item ID 460083 Name Forbidden Grimoire II
None
Weapon Level 0 Identifier Forbidden_Grimoire2_TH
Attack 0 Type Armor
MATK 0 Equip Locations Off Hand
Defense 100 Equippable Jobs Sage
Range 0 Equip Gender Both (Male and Female)
Slots 1 Equip Upper Third, Third Upper, Third Baby
Weight 50 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAspdRate,10;
bonus bMaxHP,100*.@r;
bonus2 bMagicAtkEle,Ele_Neutral,4*(.@r/3);
bonus2 bMagicAtkEle,Ele_Wind,4*(.@r/3);
if (.@r>=9) {
   bonus bAspd,2;
   bonus bFixedCast,-500;
   if (.@r>=11) {
       skill "TF_DOUBLE",10;
       bonus3 bAutoSpell,"PR_LEXAETERNA",1,150;
       autobonus "{ bonus bInt,150; bonus2 bHPLossRate,100,1000; bonus2 bSPLossRate,100,1000; }",40,10000,BF_MAGIC;
   }
}