Viewing Item

#550094: Soul Liberator

Item ID 550094 For Sale No
Identifier Soul_Liberator Credit Price Not For Sale
Name Soul Liberator Type Weapon - Staff
NPC Buy 0 Weight 110
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 70 Min Equip Level 215
MATK 220 Max Equip Level None
Description A one-handed staff with the ability to liberate the soul.
_______________________
Indestructible in battle
_______________________
MATK +220
MATK +5%, SPL +2
Increases damage of Talisman of Four Bearing God by 5%.
_______________________
Refine Level +5:
Increases damage of Talisman of Four Bearing God by additional 10%.
_______________________
Refine Level +7:
Increases Magical Damage with every element by 5%.
_______________________
Refine Level +9:
Increases damage of Talisman of Four Bearing God by additional 10%.
_______________________
Refine Level +10:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
Increases damage of Talisman of Four Bearing God by additional 5%.
Increases damage of Talisman of Red Phoenix by 15%.
_______________________
[Bonus by Grade]
[Grade D]: Magical Damage with every element +10%.
[Grade C]: Magical Damage against enemies of every size +10%.
[Grade B]: Magical Damage against enemies of every race +10%.
[Grade A]: Magical Damage against enemies of every element +10%.
_______________________
Type: One-Handed Staff
Attack: 70
Weight: 110
Weapon Level: 5
_______________________
Requirement:
Base Level 215
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,5;

11 bonus

12 bSpl,2;

13 bonus2

14 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",5;

15 if

16 (.@r

17 =5)

18 {

19 bonus2

20 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",10;

21 if

22 (.@r

23 =7)

24 {

25 bonus2

26 bMagicAtkEle,Ele_All,5;

27 if

28 (.@r

29 =9)

30 {

31 bonus2

32 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",10;

33 if

34 (.@r

35 =10)

36 {

37 bonus

38 bVariableCastrate,-10;

39 if

40 (.@r

41 =11)

42 {

43 bonus2

44 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",15;

45 bonus2

46 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",5;

47 }

48 }

49 }

50 }

51 }

52 if

53 (.@g

54 =ENCHANTGRADE_D)

55 {

56 bonus2

57 bMagicAtkEle,Ele_All,10;

58 if

59 (.@g

60 =ENCHANTGRADE_C)

61 {

62 bonus2

63 bMagicAddSize,Size_All,10;

64 if

65 (.@g

66 =ENCHANTGRADE_B)

67 {

68 bonus2

69 bMagicAddRace,RC_All,10;

70 if

71 (.@g

72 =ENCHANTGRADE_A)

73 {

74 bonus2

75 bMagicAddEle,Ele_All,10;

76 }

77 }

78 }

79 }

Equip Script None
Unequip Script None