Exorcist's Bible-LT

Item ID 540035 Name Exorcist's Bible-LT
An improved version of the Bible on exorcism that is said to have been used by high priests in ancient times.
Resonates with Hero's Boots-LT.
_______________________
Indestructible in battle
_______________________
MATK +190
MATK +5%
_______________________
Base Level at least 210:
SPL +2, S.MATK +1.
_______________________
For each 2 Refine Levels:
ATK +10, MATK +10
_______________________
For each 3 Refine Levels:
Increases damage of Duple Light and Judex by 25%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
Increases Magical Damage with Neutral and Holy element by 15%.
_______________________
Refine Level +9:
Increases damage of Duple Light and Judex by additional 45%.
_______________________
Refine Level +11:
Physical attacks have a certain chance to auto-cast Level 5 Judex.
(If you learned a higher Level, it will auto cast that Level instead.)
_______________________
When equipped with Hero's Boots-LT:
MATK +10%, S.MATK +2.
_______________________
[Bonus by Grade]
[Grade D]: MATK +3%
[Grade C]: Magical Damage of Neutral and Holy element +15%. S.MATK +1
[Grade B]: SPL +3, S.MATK +2.
_______________________
Type: Book
Attack: 220
Weight: 70
Weapon Level: 5
_______________________
Requirement:
Base Level 190
Archbishop classes
Weapon Level 5 Identifier Demon_Hunting_Bible_LT
Attack 220 Type Weapon - Book
MATK 190 Equip Locations Main Hand
Defense 0 Equippable Jobs Priest
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper Third, Third Upper, Third Baby
Weight 70 Min Equip Level 190
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bMatkRate,5;
if (BaseLevel>=210) {
   bonus bSMatk,1;
   bonus bSpl,2;
}
if (.@r>=7) {
   bonus2 bMagicAtkEle,Ele_Holy,15;
   bonus2 bMagicAtkEle,Ele_Neutral,15;
   bonus bAspdRate,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",45;
      bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",45;
      bonus2 bSkillAtk,"AB_JUDEX",45;
      if (.@r>=11) {
         bonus5 bAutoSpell,"AB_JUDEX",max(5,getskilllv("AB_JUDEX")),100,BF_SHORT|BF_WEAPON,1;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bMatkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_Holy,15;
      bonus2 bMagicAtkEle,Ele_Neutral,15;
      bonus bSMatk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bSMatk,2;
         bonus bSpl,3;
      }
   }
}
bonus bMatk,10*(.@r/2);
bonus bBaseAtk,10*(.@r/2);
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25*(.@r/3);
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25*(.@r/3);
bonus2 bSkillAtk,"AB_JUDEX",25*(.@r/3);

Set Script
Heroic Token (Cardinal)
Exorcist's Bible-LT
bonus2 bAddSize,Size_All,15;
bonus2 bMagicAddSize,Size_All,15;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
   bonus bShortAtkRate,10;
   bonus2 bSkillAtk,"CD_PETITIO",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
   bonus bPAtk,5;
   bonus bPow,5;
   bonus2 bSkillAtk,"CD_PETITIO",10;
}
Exorcist's Bible-LT
Hero Boots-LT
bonus bSMatk,2;
bonus bMatkRate,10;