Booster Foxtail

Item ID 550002 Name Booster Foxtail
A special One-Handed Foxtail prepared for your rapid growth.
_______________________
MATK +260
_______________________
Indestructible in battle
_______________________
ATK +5%
MATK +5%
_______________________
For each Refine Level:
ATK +2
MATK +2
_______________________
For each 15 Base Level:
ATK +3
MATK +3
(Up to Base Level 180)
_______________________
Refine Level +7:
For each Level of Nyang Grass:
Decreases Variable Casting Time by 2%.

For each Level of Spirit of Savage:
Increases Ranged Physical Damage by 2%.
_______________________
Refine Level +9:
Increases Damage against enemies of every size by 10%.
_______________________
When equipped with Elemental Booster Robe, Elemental Booster Muffler, Elemental Booster Shoes and Elemental Booster Earring:
MATK +20
Increases Magical Damage against enemies of every size by additional 10%.

For each 15 Base Level:
Increases damage of Catnip Meteor by 2%.
(Up to Base Level 180)

When using Silvervine Stem Spear:
Increases damage of Catnip Meteor by additional 35% for 60 seconds.
_______________________
When equipped with Ranged Booster Suit, Ranged Booster Manteau, Ranged Booster Boots and Ranged Booster Brooch:
ATK +20
Decreases After Skill Delay by 10%.

For each 15 Base Level:
Increases damage of Picky Peck by 2%.
(Up to Base Level 180)

When using Arclouse Dash:
Increases damage of Picky Peck by additional 35% for 60 seconds.
_______________________
Type: One-Handed Staff
Attack: 250
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Summoner (Doram)
Weapon Level 4 Identifier Boost_Foxtail
Attack 250 Type Weapon - Staff
MATK 260 Equip Locations Main Hand
Defense 0 Equippable Jobs Summoner
Range 1 Equip Gender Both (Male and Female)
Slots 2 Equip Upper None
Weight 70 Min Equip Level 100
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bBaseAtk,.@r*2;
bonus bMatk,.@r*2;
.@i = min(BaseLevel,180)/15*3;
bonus bBaseAtk,.@i;
bonus bMatk,.@i;
bonus bAtkRate,5;
bonus bMatkRate,5;
if (.@r>=7) {
   bonus bVariableCastrate,getskilllv("SU_NYANGGRASS")*-2;
   bonus bLongAtkRate,getskilllv("SU_SVG_SPIRIT")*2;
}
if (.@r>=9) {
   bonus2 bAddSize,Size_All,10;
   bonus2 bMagicAddSize,Size_All,10;
}

Set Script
Booster Foxtail
Elemental Booster Robe
Elemental Booster Shoes
Elemental Booster Muffler
Elemental Booster Earrings
bonus bMatk,20;
bonus2 bMagicAddSize,Size_All,10;
bonus2 bSkillAtk,"SU_CN_METEOR",min(BaseLevel,180)/15*2;
autobonus3 "{ bonus2 bSkillAtk,\"SU_CN_METEOR\",35; }",1000,60000,"SU_SV_STEMSPEAR";
Booster Foxtail
Ranger Booster Suits
Ranger Booster Boots
Ranger Booster Manteau
Range Booster Brooches
bonus bBaseAtk,20;
bonus bDelayrate,-10;
bonus2 bSkillAtk,"SU_PICKYPECK",min(BaseLevel,180)/15*2;
autobonus3 "{ bonus2 bSkillAtk,\"SU_PICKYPECK\",35; }",1000,60000,"SU_ARCLOUSEDASH";