Viewing Item

#550130: Dimensions Saint Rod

Item ID 550130 For Sale No
Identifier Dimen_CD_Rod Credit Price Not For Sale
Name Dimensions Saint Rod 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 one-handed staff imbued with rune magic.
_______________________
Indestructible in battle
_______________________
MATK +240
_______________________
MATK +3%
Increases damage of Adoramus by 25%
Increases damage of Arbitrium by 15%.
_______________________
For each 2 Refine Levels:
MATK +25
MATK +1%
_______________________
For each 3 Refine Levels:
Increases damage of Adoramus by additional 7%
Increases damage of Arbitrium by additional 5%.
_______________________
Refine Level +7:
Increases Magical Damage with Holy and Neutral element by 25%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
S.MATK +7
_______________________
Refine Level +11:
Increases damage of Adoramus by additional 45%
Increases damage of Arbitrium by additional 15%.
_______________________
When equipped with Time Dimensions Rune Crown (Cardinal):
Increases damage of Adoramus by additional 45%.
Increases Magical Damage with Holy and Neutral element by 10%.

If the Weapon and Headgear's Grade are A or higher:
Increases damage of Adoramus by additional % by twice the sum of refine level.

Casting Arbitrium has a chance to auto cast Level 1 Adoramus.
(If you learned a higher Level, it will auto cast that Level instead.)
_______________________
[Bonus by Grade]
[Grade D]: S.MATK +5
[Grade C]: Damage of Arbitrium by 15%.
[Grade B]: Magical Damage with Holy and Neutral 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_ARBITRIUM",15+5*(.@r/3);

15 bonus2

16 bSkillAtk,"CD_ARBITRIUM_ATK",15+5*(.@r/3);

17 bonus2

18 bSkillAtk,"AB_ADORAMUS",25+7*(.@r/3);

19 if

20 (.@r

21 =7)

22 {

23 bonus2

24 bMagicAtkEle,Ele_Holy,25;

25 bonus2

26 bMagicAtkEle,Ele_Neutral,25;

27 if

28 (.@r

29 =9)

30 {

31 bonus

32 bVariableCastrate,-10;

33 bonus

34 bSMatk,7;

35 if

36 (.@r

37 =11)

38 {

39 bonus2

40 bSkillAtk,"CD_ARBITRIUM",15;

41 bonus2

42 bSkillAtk,"CD_ARBITRIUM_ATK",15;

43 bonus2

44 bSkillAtk,"AB_ADORAMUS",45;

45 }

46 }

47 }

48 if

49 (.@g

50 =ENCHANTGRADE_D)

51 {

52 bonus

53 bSMatk,5;

54 if

55 (.@g

56 =ENCHANTGRADE_C)

57 {

58 bonus2

59 bSkillAtk,"CD_ARBITRIUM",15;

60 bonus2

61 bSkillAtk,"CD_ARBITRIUM_ATK",15;

62 if

63 (.@g

64 =ENCHANTGRADE_B)

65 {

66 bonus2

67 bMagicAtkEle,Ele_Holy,10;

68 bonus2

69 bMagicAtkEle,Ele_Neutral,10;

70 if

71 (.@g

72 =ENCHANTGRADE_A)

73 {

74 bonus

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

76 }

77 }

78 }

79 }

Equip Script None
Unequip Script None