Viewing Item

#550092: Flush Welding Wand

Item ID 550092 For Sale No
Identifier F_Ein_1HWAND Credit Price Not For Sale
Name Flush Welding Wand Type Weapon - Staff
NPC Buy 0 Weight 120
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 160 Min Equip Level 250
MATK 220 Max Equip Level None
Description A Welding Wand enhanced with Mjolnir's energy.
The stronger the power, the greater the consumption of mana.
_______________________
MATK +220
_______________________
Indestructible in battle
_______________________
MATK +10%
_______________________
Increases Magical Damage with every element by 10%.
Increases damage of Exorcism of Malicious Soul by 20%.
_______________________
Refine Level +7:
MATK +70
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases Magical Damage with every element by additional 15%.
Increases damage of Exorcism of Malicious Soul by additional 10%.
Increases Magical Damage against enemies of every size by 15%.
Increases SP Consumption of Exorcism of Malicious Soul by 25.
_______________________
Refine Level +11:
Decreases After Skill Delay by 15%.
Increases damage of Exorcism of Malicious Soul by additional 10%.
Increases SP Consumption of Exorcism of Malicious Soul by additional 25.
_______________________
[Bonus by Grade]
[Grade D]: S.MATK +10
[Grade C]: Damage of Exorcism of Malicious Soul +10%.
[Grade B]: Magical Damage against enemies of every element +10%.
[Grade A]: Damage of Exorcism of Malicious Soul +10%.
_______________________
Type: One-Handed Staff
Attack: 160
Weight: 120
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 bUnbreakableWeapon;

9 bonus

10 bMatkRate,10;

11 bonus2

12 bMagicAtkEle,Ele_All,10;

13 bonus2

14 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",20;

15 if

16 (.@r

17 =7)

18 {

19 bonus

20 bVariableCastrate,-10;

21 bonus

22 bMatk,70;

23 if

24 (.@r

25 =9)

26 {

27 bonus2

28 bMagicAddSize,Size_All,15;

29 bonus2

30 bMagicAtkEle,Ele_All,15;

31 bonus2

32 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;

33 bonus2

34 bSkillUseSP,"SOA_EXORCISM_OF_MALICIOUS_SOUL",-25;

35 if

36 (.@r

37 =11)

38 {

39 bonus

40 bDelayrate,-15;

41 bonus2

42 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;

43 bonus2

44 bSkillUseSP,"SOA_EXORCISM_OF_MALICIOUS_SOUL",-25;

45 }

46 }

47 }

48 if

49 (.@g

50 =ENCHANTGRADE_D)

51 {

52 bonus

53 bSMatk,10;

54 if

55 (.@g

56 =ENCHANTGRADE_C)

57 {

58 bonus2

59 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;

60 if

61 (.@g

62 =ENCHANTGRADE_B)

63 {

64 bonus2

65 bMagicAddEle,Ele_All,10;

66 if

67 (.@g

68 =ENCHANTGRADE_A)

69 {

70 bonus2

71 bSkillAtk,"SOA_EXORCISM_OF_MALICIOUS_SOUL",10;

72 }

73 }

74 }

75 }

Equip Script None
Unequip Script None