Viewing Item

#550156: Time Gap Saint Staff

Item ID 550156 For Sale No
Identifier Time_Gap_CD_Staff Credit Price Not For Sale
Name Time Gap Saint Staff Type Weapon - Staff
NPC Buy 0 Weight 200
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 100 Min Equip Level 250
MATK 240 Max Equip Level None
Description A staff imbued with the abyssal magic flowing from the gap of time.
_______________________
Indestructible in battle
_______________________
MATK +240, MATK +3%.
_______________________
Increases damage of Divinus Flos by 15%.
_______________________
For each 2 Refine Levels:
MATK +25
MATK +1%
_______________________
For each 3 Refine Levels:
Increases damage of Divinus Flos by additional 5%.
_______________________
Refine Level +7:
Increases Magical Damage with Neutral and Holy element by 25%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
S.MATK +7.
_______________________
Refine Level +11:
Increases damage of Divinus Flos by additional 15%.
_______________________
When equipped with Time Dimensions Rune Crown (Cardinal):
Increases damage of Arbitrium by 20%.
Increases damage of Pneumaticus Procella by 15%.

If the Weapon and Headgear's Grade are A or higher:
Increases damage of Arbitrium and Pneumaticus Procella by additional (the sum of refine level)%.
_______________________
[Bonus by Grade]
[Grade D]: S.MATK +5
[Grade C]: Damage of Divinus Flos +15%.
[Grade B]: Magical Damage with Neutral and Holy element +10%.
[Grade A]: S.MATK +3 per 2 Refine Levels.
_______________________
Type: One-Handed Staff
Attack: 100
Weight: 200
Weapon Level: 5
_______________________
Requirement:
Base Level 250
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 bonus

8 bMatk,25*(.@r/2);

9 bonus

10 bUnbreakableWeapon;

11 bonus

12 bMatkRate,3+(.@r/2);

13 bonus2

14 bSkillAtk,"CD_DIVINUS_FLOS",15+5*(.@r/3);

15 if

16 (.@r

17 =7)

18 {

19 bonus2

20 bMagicAtkEle,Ele_Holy,25;

21 bonus2

22 bMagicAtkEle,Ele_Neutral,25;

23 if

24 (.@r

25 =9)

26 {

27 bonus

28 bVariableCastrate,-10;

29 bonus

30 bSMatk,7;

31 if

32 (.@r

33 =11)

34 {

35 bonus2

36 bSkillAtk,"CD_DIVINUS_FLOS",15;

37 }

38 }

39 }

40 if

41 (.@g

42 =ENCHANTGRADE_D)

43 {

44 bonus

45 bSMatk,5;

46 if

47 (.@g

48 =ENCHANTGRADE_C)

49 {

50 bonus2

51 bSkillAtk,"CD_DIVINUS_FLOS",15;

52 if

53 (.@g

54 =ENCHANTGRADE_B)

55 {

56 bonus2

57 bMagicAtkEle,Ele_Holy,10;

58 bonus2

59 bMagicAtkEle,Ele_Neutral,10;

60 if

61 (.@g

62 =ENCHANTGRADE_A)

63 {

64 bonus

65 bSMatk,3*(.@r/2);

66 }

67 }

68 }

69 }

Equip Script None
Unequip Script None