Forbidden Grimoire II-LT

Item ID 460097 Name Forbidden Grimoire II-LT
None
Weapon Level 0 Identifier Forbidden_Grimoire2_LT
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 210
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
.@g = getenchantgrade();
bonus bAspd,3;
bonus bMagicHPGainValue,500;
bonus bMaxHP,500*.@r;
bonus2 bMagicAtkEle,Ele_Fire,8*(.@r/3);
bonus2 bMagicAtkEle,Ele_Wind,8*(.@r/3);
if (.@r>=9) {
   bonus2 bSkillCooldown,"EM_CONFLAGRATION",-300;
   bonus2 bSkillCooldown,"EM_LIGHTNING_LAND",-300;
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bDelayrate,-10;
   if (.@g>=ENCHANTGRADE_C) {
       bonus2 bSkillCooldown,"EM_CONFLAGRATION",-300;
       bonus2 bSkillCooldown,"EM_LIGHTNING_LAND",-300;
       if (.@g>=ENCHANTGRADE_A) {
            bonus2 bMagicAddRace,RC_All,20;
            bonus2 bSkillCooldown,"SO_SUMMON_VENTUS",-40000;
            bonus2 bSkillCooldown,"SO_SUMMON_AGNI",-40000;
            bonus2 bSkillCooldown,"EM_SUMMON_ELEMENTAL_ARDOR",-300000;
            bonus2 bSkillCooldown,"EM_SUMMON_ELEMENTAL_PROCELLA",-300000;
       }
   }
}
if (.@g>=ENCHANTGRADE_B)
   autobonus "{ bonus bSpl,100; bonus bSMatk,20; bonus2 bHPLossRate,500,1000; }",40,10000,BF_MAGIC;
else if (.@r>=11)
   autobonus "{ bonus bSpl,50; bonus bSMatk,10; bonus2 bHPLossRate,500,1000; }",40,10000,BF_MAGIC;