Viewing Item

#550054: Solid Wand

Item ID 550054 For Sale No
Identifier Solid_Wand Credit Price Not For Sale
Name Solid Wand Type Weapon - Staff
NPC Buy 0 Weight 140
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 190 Min Equip Level 220
MATK 240 Max Equip Level None
Description A wand made of refined clock tower parts and quenched with etheric power.
It supplemented the shortcomings of the existing Fortified Wand.
_______________________
Indestructible in battle
_______________________
MATK +240
_______________________
For each 2 Refine Levels:
Increases damage of Talisman of Four Bearing God by 6%.
_______________________
For each 3 Refine Levels:
Increases damage of Talisman of Soul Stealing by 8%.
_______________________
For each 4 Refine Levels:
Increases Magical Damage with every element by 4%.
_______________________
[Bonus by Grade]
[Grade D]: SPL +2
[Grade C]: Damage of Talisman of Four Bearing God +10%.
[Grade B]: S.MATK +2
_______________________
Type: One-Handed Staff
Attack: 190
Weight: 140
Weapon Level: 5
_______________________
Requirement:
Base Level 220
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 bUnbreakableWeapon;

9 bonus2

10 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",6*(.@r/2);

11 bonus2

12 bSkillAtk,"SOA_TALISMAN_OF_SOUL_STEALING",8*(.@r/3);

13 bonus2

14 bMagicAtkEle,Ele_All,4*(.@r/4);

15 if

16 (.@g

17 =

18 ENCHANTGRADE_D)

19 {

20 bonus

21 bSpl,2;

22 if

23 (.@g

24 =

25 ENCHANTGRADE_C)

26 {

27 bonus2

28 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",10;

29 if

30 (.@g

31 =

32 ENCHANTGRADE_B)

33 {

34 bonus

35 bSMatk,2;

36 }

37 }

38 }

Equip Script None
Unequip Script None