Viewing Item

#550014: Patent Meowmeow Foxtail

Item ID 550014 For Sale No
Identifier Up_MeawFoxtail Credit Price Not For Sale
Name Patent Meowmeow Foxtail Type Weapon - Staff
NPC Buy 20 Weight 120
NPC Sell 10 Weapon Level 4
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 350 Min Equip Level 150
MATK 350 Max Equip Level None
Description Mysterious puppy grass where you hear a nipple every time you shake.
Seeing it with the softer shaking, it began to show its natural strength.
It resonates with Great Hero's Boots.
_______________________
Indestructible in battle
_______________________
MATK +350
_______________________
For each 2 Refine Levels:
ATK +15
MATK +15
_______________________
For each 3 Refine Levels:
ATK +2%
MATK +2%
_______________________
Refine Level +7:
Increases damage of Lunatic Carrot Beat and Silvervine Stem Spear by 25%.
_______________________
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 25%.
_______________________
When equipped with Great Hero's Boots:
LUK +10, ATK +7%, MATK +7%.
_______________________
Type: One-Handed Staff
Attack: 350
Weight: 120
Weapon Level: 4
_______________________
Requirement:
Base Level 150
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 bonus

2 bUnbreakableWeapon;

3 .@r

4 =

5 getrefine();

6 bonus

7 bMatk,15*(.@r/2);

8 bonus

9 bBaseAtk,15*(.@r/2);

10 bonus

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

12 bonus

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

14 if

15 (.@r

16 =7)

17 {

18 bonus2

19 bSkillAtk,"SU_LUNATICCARROTBEAT",25;

20 bonus2

21 bSkillAtk,"SU_SV_STEMSPEAR",25;

22 }

23 if

24 (.@r

25 =9)

26 {

27 bonus

28 bVariableCastrate,-10;

29 bonus

30 bAspdRate,10;

31 }

32 if

33 (.@r

34 =11)

35 {

36 bonus2

37 bSkillAtk,"SU_PICKYPECK",25;

38 bonus2

39 bSkillAtk,"SU_CN_METEOR",25;

40 }

Equip Script None
Unequip Script None