Viewing Item

#550002: Booster Foxtail

Item ID 550002 For Sale No
Identifier Boost_Foxtail Credit Price Not For Sale
Name Booster Foxtail Type Weapon - Staff
NPC Buy 0 Weight 70
NPC Sell 0 Weapon Level 4
Range 1 Defense 0
Slots 2 Refineable Yes
Attack 250 Min Equip Level 100
MATK 260 Max Equip Level None
Description 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)
Equip Locations Main Hand
Equip Upper None
Equippable Jobs Summoner
Equip Gender Both (Male and Female)
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 Use Script

1 bonus

2 bUnbreakableWeapon;

3 .@r

4 =

5 getrefine();

6 bonus

7 bBaseAtk,.@r*2;

8 bonus

9 bMatk,.@r*2;

10 .@i

11 =

12 min(BaseLevel,180)/15*3;

13 bonus

14 bBaseAtk,.@i;

15 bonus

16 bMatk,.@i;

17 bonus

18 bAtkRate,5;

19 bonus

20 bMatkRate,5;

21 if

22 (.@r

23 =7)

24 {

25 bonus

26 bVariableCastrate,getskilllv("SU_NYANGGRASS")*-2;

27 bonus

28 bLongAtkRate,getskilllv("SU_SVG_SPIRIT")*2;

29 }

30 if

31 (.@r

32 =9)

33 {

34 bonus2

35 bAddSize,Size_All,10;

36 bonus2

37 bMagicAddSize,Size_All,10;

38 }

Equip Script None
Unequip Script None