Viewing Item

#540086: Furious Saint Book

Item ID 540086 For Sale No
Identifier SaintBook_Furious Credit Price Not For Sale
Name Furious Saint Book Type Weapon - Book
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 175 Min Equip Level 205
MATK 145 Max Equip Level None
Description A bible filled with wrath toward those without faith.
_______________________
MATK +145
_______________________
Increases damage of Petitio by 5%.
_______________________
Base Level at least 210:
MATK +4%, MATK +40.
_______________________
Base Level at least 220:
Increases damage of Petitio by additional 5%.
_______________________
Base Level at least 230:
Increases Damage against enemies of every size by 10%.
_______________________
Refine Level +7:
Increases Critical Damage by 10%.
_______________________
Refine Level +9:
Increases damage of Petitio by additional 10%.
_______________________
Refine Level +10:
Physical melee attacks have a 7% chance to auto-cast Level 3 Framen.
(If you learned a higher Level, it will auto cast that Level instead.)
_______________________
Refine Level +11:
Increases damage of Petitio by additional 10%.
_______________________
When equipped with Furious Boots:
Physical attacks have a 7% chance to increase damage of Duple Light by (the sum of refine level x15)% for 10 seconds.
_______________________
[Bonus by Grade]
[Grade D]: Critical Damage +10%.
[Grade C]: Damage of Petitio +5%.
[Grade B]: Damage of Petitio +10%.
[Grade A]: ATK +3%, P.ATK +3 per 2 Refine Levels.
_______________________
Type: Book
Attack: 175
Weight: 120
Weapon Level: 5
_______________________
Requirement:
Base Level 205
Cardinal
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Priest
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus2

8 bSkillAtk,"CD_PETITIO",5;

9 if

10 (BaseLevel

11 =210)

12 {

13 bonus

14 bAtkRate,4;

15 bonus

16 bBaseAtk,40;

17 }

18 if

19 (BaseLevel

20 =220)

21 {

22 bonus2

23 bSkillAtk,"CD_PETITIO",5;

24 }

25 if

26 (BaseLevel

27 =230)

28 {

29 bonus2

30 bAddSize,Size_All,10;

31 bonus2

32 bMagicAddSize,Size_All,10;

33 }

34 if

35 (.@r

36 =7)

37 {

38 bonus

39 bCritAtkRate,10;

40 if

41 (.@r

42 =9)

43 {

44 bonus2

45 bSkillAtk,"CD_PETITIO",10;

46 if

47 (.@r

48 =10)

49 {

50 if

51 (.@r

52 =11)

53 {

54 bonus2

55 bSkillAtk,"CD_PETITIO",10;

56 }

57 }

58 }

59 }

60 if

61 (.@g

62 =ENCHANTGRADE_D)

63 {

64 bonus

65 bCritAtkRate,10;

66 if

67 (.@g

68 =ENCHANTGRADE_C)

69 {

70 bonus2

71 bSkillAtk,"CD_PETITIO",5;

72 if

73 (.@g

74 =ENCHANTGRADE_B)

75 {

76 bonus2

77 bSkillAtk,"CD_PETITIO",10;

78 if

79 (.@g

80 =ENCHANTGRADE_A)

81 {

82 bonus

83 bPAtk,3*(.@r/2);

84 bonus

85 bAtkRate,3*(.@r/2);

86 }

87 }

88 }

89 }

Equip Script None
Unequip Script None