Viewing Item

#640021: Vivatus Fides Two-handed Staff

Item ID 640021 For Sale No
Identifier Vivatus_F_T_Staff Credit Price Not For Sale
Name Vivatus Fides Two-handed Staff Type Weapon - Two-Handed Staff
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 200 Min Equip Level 210
MATK 340 Max Equip Level None
Equip Locations Two-Handed
Equip Upper None
Equippable Jobs Wizard
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g

2 =

3 getenchantgrade();

4 .@r

5 =

6 getrefine();

7 bonus

8 bUnbreakableWeapon;

9 bonus2

10 bSkillAtk,"WL_COMET",10;

11 bonus

12 bMatk,18*(.@r/3);

13 if

14 (.@r

15 =7)

16 {

17 bonus2

18 bSkillAtk,"WL_COMET",20;

19 if

20 (.@r

21 =9)

22 {

23 bonus2

24 bMagicAddSize,Size_All,15;

25 if

26 (.@r

27 =11)

28 {

29 bonus2

30 bSkillAtk,"WL_COMET",25;

31 if

32 (.@r

33 =12)

34 {

35 bonus2

36 bMagicAtkEle,Ele_Neutral,15;

37 }

38 }

39 }

40 }

41 if

42 (.@g

43 =

44 ENCHANTGRADE_D)

45 {

46 if

47 (.@r

48 =11)

49 {

50 bonus2

51 bMagicAddEle,Ele_All,15;

52 }

53 }

54 if

55 (.@g

56 =

57 ENCHANTGRADE_C)

58 {

59 bonus2

60 bSkillAtk,"WL_COMET",15;

61 if

62 (.@g

63 =

64 ENCHANTGRADE_B)

65 {

66 bonus

67 bMatkRate,7;

68 if

69 (.@g

70 =

71 ENCHANTGRADE_A)

72 {

73 bonus

74 bSMatk,(.@r/3);

75 bonus

76 bSpl,(.@r/3);

77 }

78 }

79 }

Equip Script None
Unequip Script None