Viewing Item

#550146: Furious Spirit Stick

Item ID 550146 For Sale No
Identifier SpiritStick_Furious Credit Price Not For Sale
Name Furious Spirit Stick Type Weapon - Staff
NPC Buy 0 Weight 110
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 100 Min Equip Level 205
MATK 180 Max Equip Level None
Description A staff that contains the power of rage.
_______________________
Indestructible in battle
_______________________
MATK +180
_______________________
Increases damage of Talisman of Red Phoenix by 5%.
_______________________
Base Level at least 210:
MATK +4%, MATK +40.
_______________________
Base Level at least 220:
Increases damage of Talisman of Black Tortoise by 5%.
_______________________
Base Level at least 230:
Increases Magical Damage against enemies of every size by 10%.
_______________________
Refine Level +7:
Increases Magical Damage with every element by 10%.
_______________________
Refine Level +9:
Increases damage of Talisman of Four Bearing God by 10%.
_______________________
Refine Level +10:
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +11:
Increases damage of Talisman of Red Phoenix and Talisman of Black Tortoise by additional 10%.
_______________________
When equipped with Furious Boots:
Increases damage of Talisman of Four Bearing God by (the sum of refine level)%.
_______________________
[Bonus by Grade]
[Grade D]: Magical Damage with every element +10%.
[Grade C]: Damage of Talisman of Red Phoenix +10%.
[Grade B]: Damage of Talisman of Black Tortoise +10%.
[Grade A]: MATK +3%, S.MATK +3 per 2 Refine Levels.
_______________________
Type: One-Handed Staff
Attack: 100
Weight: 110
Weapon Level: 5
_______________________
Requirement:
Base Level 205
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_RED_PHOENIX",10;

11 if

12 (BaseLevel

13 =210)

14 {

15 bonus

16 bMatkRate,4;

17 bonus

18 bMatk,40;

19 }

20 if

21 (BaseLevel

22 =220)

23 {

24 bonus2

25 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",10;

26 }

27 if

28 (BaseLevel

29 =230)

30 {

31 bonus2

32 bMagicAddSize,Size_All,10;

33 }

34 if

35 (.@r

36 =7)

37 {

38 bonus2

39 bMagicAtkEle,Ele_All,10;

40 if

41 (.@r

42 =9)

43 {

44 bonus2

45 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",10;

46 if

47 (.@r

48 =10)

49 {

50 bonus

51 bVariableCastrate,-10;

52 if

53 (.@r

54 =11)

55 {

56 bonus2

57 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",15;

58 bonus2

59 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",15;

60 }

61 }

62 }

63 }

64 if

65 (.@g

66 =ENCHANTGRADE_D)

67 {

68 bonus2

69 bMagicAtkEle,Ele_All,10;

70 if

71 (.@g

72 =ENCHANTGRADE_C)

73 {

74 bonus2

75 bSkillAtk,"SOA_TALISMAN_OF_RED_PHOENIX",10;

76 if

77 (.@g

78 =ENCHANTGRADE_B)

79 {

80 bonus2

81 bSkillAtk,"SOA_TALISMAN_OF_BLACK_TORTOISE",10;

82 if

83 (.@g

84 =ENCHANTGRADE_A)

85 {

86 bonus

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

88 bonus

89 bMatkRate,3*(.@r/2);

90 }

91 }

92 }

93 }

Equip Script None
Unequip Script None