Patent Meowmeow Foxtail

Item ID 550014 Name Patent Meowmeow Foxtail
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)
Weapon Level 4 Identifier Up_MeawFoxtail
Attack 350 Type Weapon - Staff
MATK 350 Equip Locations Main Hand
Defense 0 Equippable Jobs Summoner
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 120 Min Equip Level 150
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction None
Item Script
bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bMatk,15*(.@r/2);
bonus bBaseAtk,15*(.@r/2);
bonus bAtkRate,2*(.@r/3);
bonus bMatkRate,2*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",25;
   bonus2 bSkillAtk,"SU_SV_STEMSPEAR",25;
}
if (.@r>=9) {
   bonus bVariableCastrate,-10;
   bonus bAspdRate,10;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"SU_PICKYPECK",25;
   bonus2 bSkillAtk,"SU_CN_METEOR",25;
}

Set Script
Great Hero Boots
Patent Meowmeow Foxtail
bonus bLuk,10;
bonus bAtkRate,7;
bonus bMatkRate,7;
Unknown Hero Potential Ring
Patent Meowmeow Foxtail
bonus2 bVariableCastrate,"SU_PICKYPECK",-50;
bonus bLongAtkRate,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11)
   bonus2 bSkillAtk,"SU_PICKYPECK",getskilllv("SU_PICKYPECK")*((readparam(bAgi)/6)+(readparam(bDex)/6));
Ring of Unknown Hero (Summoner)
Patent Meowmeow Foxtail
bonus2 bAddRace,RC_All,8;
if (getequiprefinerycnt(EQI_HAND_R)>=11) {
   bonus2 bSkillFixedCast,"SU_CN_METEOR",-3000;
   bonus2 bVariableCastrate,"SU_PICKYPECK",-50;
   bonus2 bSkillAtk,"SU_PICKYPECK",(readparam(bStr)+readparam(bDex))/12;
   bonus2 bSkillAtk,"SU_CN_METEOR",(readparam(bInt)+readparam(bDex))/12;
}