Patent Exorcist's Bible [2]
Seeing that the divine power was inhabited, it began to exert its natural power.
It resonates with Great Hero's Boots.
_______________________
MATK +190
_______________________
For each 2 Refine Levels:
MATK +15
_______________________
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 Holy element by 15%.
_______________________
Refine Level +9:
Increases damage of Duple Light and Judex by additional 30%.
_______________________
Refine Level +11:
Physical attacks have a chance to auto-cast Level 5 Adoramus (If you learned a higher Level, it will auto cast that Level instead.).
_______________________
When equipped with Great Hero's Boots:
INT +10, MATK +7%.
_______________________
Type: Book
Attack: 205
Weight: 70
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Archbishop
Available from boxes
Equipment Reform
Available through the reform system C_Weapon_Reform_1
Available through the reform system C_Weapon_Reform_2
Available through the reform system C_Weapon_Reform_3
Available through the reform system Hero_Weapon_Up_Box_1
Equipment Slots
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bBaseAtk,.@r/2*10; bonus bMatk,.@r/2*10; bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25*(.@r/3); bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25*(.@r/3); bonus2 bSkillAtk,"AB_JUDEX",25*(.@r/3); if (.@r>=7) { bonus bAspdRate,10; bonus2 bMagicAtkEle,Ele_Holy,15; } if (.@r>=9) { bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",30; bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",30; bonus2 bSkillAtk,"AB_JUDEX",30; } if (.@r>=11) { .@i = getskilllv("AB_JUDEX"); bonus3 bAutoSpell,"AB_JUDEX",(.@i > 5 ? .@i : 5),100; }
.@r = getrefine();
bonus bBaseAtk,.@r/2*10;
bonus bMatk,.@r/2*10;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",25*(.@r/3);
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",25*(.@r/3);
bonus2 bSkillAtk,"AB_JUDEX",25*(.@r/3);
if (.@r>=7) {
bonus bAspdRate,10;
bonus2 bMagicAtkEle,Ele_Holy,15;
}
if (.@r>=9) {
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",30;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",30;
bonus2 bSkillAtk,"AB_JUDEX",30;
}
if (.@r>=11) {
.@i = getskilllv("AB_JUDEX");
bonus3 bAutoSpell,"AB_JUDEX",(.@i > 5 ? .@i : 5),100;
}