Viewing Item

#550131: Dimensions Soul Stick

Item ID 550131 For Sale No
Identifier Dimen_SOA_Stick Credit Price Not For Sale
Name Dimensions Soul Stick Type Weapon - Staff
NPC Buy 0 Weight 180
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 120 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 Talisman of Blue Dragon and Talisman of Red Phoenix by 15%.
_______________________
For each 2 Refine Levels:
MATK +25
MATK +1%
_______________________
For each 3 Refine Levels:
Increases damage of Talisman of Blue Dragon and Talisman of Red Phoenix by additional 5%.
_______________________
Refine Level +7:
Increases Magical Damage with every element by 25%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
S.MATK +7
_______________________
Refine Level +11:
Increases damage of Talisman of Blue Dragon and Talisman of Red Phoenix by additional 15%.
_______________________
When equipped with Time Dimensions Rune Crown (Soul Ascetic):
Increases damage of Four Bearing God by 45%.
Increases Magical Damage with every element by 10%.

If the Weapon and Headgear's Grade are A or higher:
Increases damage of Talisman of Blue Dragon and Talisman of Red Phoenix by additional % by the sum of refine level.

Casting Talisman of Blue Dragon has a chance to auto cast Level 1 Talisman of Red Phoenix.
(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 Talisman of Blue Dragon and Talisman of Red Phoenix +15%.
[Grade B]: Magical Damage with every element +10%.
[Grade A]: S.MATK +3 per 2 Refine Levels.
_______________________
Type: One-Handed Staff
Attack: 120
Weight: 180
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Soul Ascetic
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Soul Linker
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,"SOA_TALISMAN_OF_BLUE_DRAGON",15+5*(.@r/3);

15 bonus2

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

17 if

18 (.@r

19 =7)

20 {

21 bonus2

22 bMagicAtkEle,Ele_All,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,"SOA_TALISMAN_OF_BLUE_DRAGON",15;

37 bonus2

38 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",15;

39 }

40 }

41 }

42 if

43 (.@g

44 =ENCHANTGRADE_D)

45 {

46 bonus

47 bSMatk,5;

48 if

49 (.@g

50 =ENCHANTGRADE_C)

51 {

52 bonus2

53 bSkillAtk,"SOA_TALISMAN_OF_BLUE_DRAGON",15;

54 bonus2

55 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",15;

56 if

57 (.@g

58 =ENCHANTGRADE_B)

59 {

60 bonus2

61 bMagicAtkEle,Ele_All,10;

62 if

63 (.@g

64 =ENCHANTGRADE_A)

65 {

66 bonus

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

68 }

69 }

70 }

71 }

Equip Script None
Unequip Script None