Viewing Item

#550091: Flush Safety Foxtail

Item ID 550091 For Sale No
Identifier F_Ein_1H_Foxtail Credit Price Not For Sale
Name Flush Safety Foxtail Type Weapon - Staff
NPC Buy 0 Weight 125
NPC Sell 0 Weapon Level 5
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 320 Min Equip Level 250
MATK 370 Max Equip Level None
Description A Safety Foxtail enhanced with Mjolnir's energy.
The stronger the power, the greater the consumption of mana.
_______________________
MATK +370
_______________________
Indestructible in battle
_______________________
ATK +10%, MATK +10%
_______________________
Increases damage of Catnip Meteor, Picky Peck, Hogogong Strike and Hyunrok Breeze by 20%.
_______________________
Refine Level +7:
Increases Attack Speed (decreases After Attack Delay by 10%).
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Increases damage of Catnip Meteor and Picky Peck by additional 15%.
Increases damage of Hogogong Strike and Hyunrok Breeze by additional 10%.
Increases Damage against enemies of every size by 15%.
Increases SP Consumption of Catnip Meteor, Picky Peck, Hogogong Strike and Hyunrok Breeze by 25.
_______________________
Refine Level +11:
Decreases After Skill Delay by 15%.
Increases damage of Catnip Meteor, Picky Peck, Hogogong Strike and Hyunrok Breeze by additional 10%.
Increases SP Consumption of Catnip Meteor, Picky Peck, Hogogong Strike and Hyunrok Breeze by additional 25.
_______________________
[Bonus by Grade]
[Grade D]: P.ATK +10, S.MATK +10.
[Grade C]: Damage of Catnip Meteor, Picky Peck, Hogogong Strike and Hyunrok Breeze +10%.
[Grade B]: Damage against enemies of every element +10%.
[Grade A]: Damage of Catnip Meteor, Picky Peck, Hogogong Strike and Hyunrok Breeze +10%.
_______________________
Type: One-Handed Staff
Attack: 320
Weight: 125
Weapon Level: 5
_______________________
Requirement:
Base Level 250
Spirit Handler
Equip Locations Main Hand
Equip Upper None
Equippable Jobs None
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 bonus

12 bAtkRate,10;

13 bonus2

14 bSkillAtk,"SH_HYUN_ROKS_BREEZE",20;

15 bonus2

16 bSkillAtk,"SH_HOGOGONG_STRIKE",20;

17 bonus2

18 bSkillAtk,"SU_CN_METEOR",20;

19 bonus2

20 bSkillAtk,"SU_PICKYPECK",20;

21 if

22 (.@r

23 =7)

24 {

25 bonus

26 bAspdRate,10;

27 bonus

28 bVariableCastrate,-10;

29 if

30 (.@r

31 =9)

32 {

33 bonus2

34 bAddSize,Size_All,15;

35 bonus2

36 bMagicAddSize,Size_All,15;

37 bonus2

38 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10;

39 bonus2

40 bSkillAtk,"SH_HOGOGONG_STRIKE",10;

41 bonus2

42 bSkillAtk,"SU_CN_METEOR",20;

43 bonus2

44 bSkillAtk,"SU_PICKYPECK",20;

45 bonus2

46 bSkillUseSP,"SH_HYUN_ROKS_BREEZE",-25;

47 bonus2

48 bSkillUseSP,"SH_HOGOGONG_STRIKE",-25;

49 bonus2

50 bSkillUseSP,"SU_CN_METEOR",-25;

51 bonus2

52 bSkillUseSP,"SU_PICKYPECK",-25;

53 if

54 (.@r

55 =11)

56 {

57 bonus

58 bDelayrate,-15;

59 bonus2

60 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10;

61 bonus2

62 bSkillAtk,"SH_HOGOGONG_STRIKE",10;

63 bonus2

64 bSkillAtk,"SU_CN_METEOR",10;

65 bonus2

66 bSkillAtk,"SU_PICKYPECK",10;

67 bonus2

68 bSkillUseSP,"SH_HYUN_ROKS_BREEZE",-25;

69 bonus2

70 bSkillUseSP,"SH_HOGOGONG_STRIKE",-25;

71 bonus2

72 bSkillUseSP,"SU_CN_METEOR",-25;

73 bonus2

74 bSkillUseSP,"SU_PICKYPECK",-25;

75 }

76 }

77 }

78 if

79 (.@g

80 =ENCHANTGRADE_D)

81 {

82 bonus

83 bPAtk,10;

84 bonus

85 bSMatk,10;

86 if

87 (.@g

88 =ENCHANTGRADE_C)

89 {

90 bonus2

91 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10;

92 bonus2

93 bSkillAtk,"SH_HOGOGONG_STRIKE",10;

94 bonus2

95 bSkillAtk,"SU_CN_METEOR",10;

96 bonus2

97 bSkillAtk,"SU_PICKYPECK",10;

98 if

99 (.@g

100 =ENCHANTGRADE_B)

101 {

102 bonus2

103 bMagicAddEle,Ele_All,10;

104 bonus2

105 bAddEle,Ele_All,10;

106 if

107 (.@g

108 =ENCHANTGRADE_A)

109 {

110 bonus2

111 bSkillAtk,"SH_HYUN_ROKS_BREEZE",10;

112 bonus2

113 bSkillAtk,"SH_HOGOGONG_STRIKE",10;

114 bonus2

115 bSkillAtk,"SU_CN_METEOR",10;

116 bonus2

117 bSkillAtk,"SU_PICKYPECK",10;

118 }

119 }

120 }

121 }

Equip Script None
Unequip Script None