Viewing Item

#26155: Meowmeow Foxtail

Item ID 26155 For Sale No
Identifier MeawFoxtail Credit Price Not For Sale
Name Meowmeow Foxtail Type Weapon - Staff
NPC Buy 20 Weight 110
NPC Sell 10 Weapon Level 4
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 300 Min Equip Level 100
MATK 300 Max Equip Level None
Description Mysterious puppy grass where you hear a nipple every time you shake.
It resonates with Ancient Hero's Boots.
_______________________
MATK +300
_______________________
For each 2 Refine Levels:
ATK +10
MATK +10
_______________________
For each 3 Refine Levels:
ATK +2%
MATK +2%
_______________________
Refine Level +7:
Increases damage of Lunatic Carrot Beat and Silvervine Stem Spear by 15%.
_______________________
Refine Level +9:
Decreases Variable Casting Time by 10%.
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +11:
Increases damage of Picky Peck and Catnip Meteor by 20%.
_______________________
When equipped with Ancient Hero's Boots:
Random chance to increase LUK by 20, ATK and MATK by 15% for 7 sec when dealing physical or magical damage.
_______________________
Type: One-Handed Staff
Attack: 300
Weight: 110
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Summoner (Doram)
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Summoner
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@r

2 =

3 getrefine();

4 bonus

5 bMatk,10*(.@r/2);

6 bonus

7 bBaseAtk,10*(.@r/2);

8 bonus

9 bAtkRate,2*(.@r/3);

10 bonus

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

12 if

13 (.@r

14 =

15 7)

16 {

17 bonus2

18 bSkillAtk,"SU_LUNATICCARROTBEAT",15;

19 bonus2

20 bSkillAtk,"SU_SV_STEMSPEAR",15;

21 if

22 (.@r

23 =

24 9)

25 {

26 bonus

27 bVariableCastrate,-10;

28 bonus

29 bAspdRate,10;

30 if

31 (.@r

32 =

33 11)

34 {

35 bonus2

36 bSkillAtk,"SU_PICKYPECK",20;

37 bonus2

38 bSkillAtk,"SU_CN_METEOR",20;

39 }

40 }

41 }

Equip Script None
Unequip Script None