Viewing Item

#540035: Exorcist's Bible-LT

Item ID 540035 For Sale No
Identifier Demon_Hunting_Bible_LT Credit Price Not For Sale
Name Exorcist's Bible-LT Type Weapon - Book
NPC Buy 0 Weight 70
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 220 Min Equip Level 190
MATK 0 Max Equip Level None
Equip Locations Main Hand
Equip Upper Third / Third Upper / Third Baby
Equippable Jobs Priest
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bUnbreakableWeapon;

4 bonus bMatkRate,5;

5 bonus bMatk,190;

6 if (BaseLevel>=210) {

7 bonus bSmatk,1;

8 bonus bSpl,2;

9 }

10 if (.@r>=7) {

11 bonus2 bMagicAtkEle,Ele_Holy,15;

12 bonus bAspdRate,10;

13 if (.@r>=9) {

14 bonus2 bSkillAtk,"AB_DUPLELIGHT",45;

15 bonus2 bSkillAtk,"AB_JUDEX",45;

16 if (.@r>=11) {

17 bonus5 bAutoSpell,"AB_JUDEX",max(5,getskilllv("AB_JUDEX")),100,BF_SHORT|BF_WEAPON,1;

18 }

19 }

20 }

21 if (.@g >= ENCHANTGRADE_D) {

22 bonus bMatkRate,3;

23 if (.@g >= ENCHANTGRADE_C) {

24 bonus2 bMagicAtkEle,Ele_Holy,15;

25 bonus bSmatk,1;

26 if (.@g >= ENCHANTGRADE_B) {

27 bonus bSmatk,2;

28 bonus bSpl,3;

29 }

30 }

31 }

32 bonus bMatk,10*(.@r/2);

33 bonus bBaseAtk,10*(.@r/2);

34 bonus2 bSkillAtk,"AB_DUPLELIGHT",25*(.@r/3);

35 bonus2 bSkillAtk,"AB_JUDEX",25*(.@r/3);

Equip Script None
Unequip Script None