Viewing Item

#26112: Trial Summoner's Foxtail

Item ID 26112 For Sale No
Identifier Probation_Foxtail Credit Price Not For Sale
Name Trial Summoner's Foxtail Type Weapon - Staff
NPC Buy 20 Weight 0
NPC Sell 10 Weapon Level 3
Range 1 Defense 0
Slots 1 Refineable Yes
Attack 220 Min Equip Level 100
MATK 220 Max Equip Level None
Description When equipped with Enhanced Time Keeper Armor, will makes wearer's body more agile.
_______________________
Indestructible in battle
_______________________
MATK +220
_______________________
Decreases Variable Casting Time by 10%.
_______________________
For each 10 Base Level:
ATK +3, MATK +3 (Up to Base Level 160).
_______________________
Refine Level +7:
For each Level of Picky Peck:
Decreases After Skill Delay by 2%.

For each Level of Silvervine Stem Spear:
Decreases Variable Casting Time by 2%.
_______________________
When equipped with Enhanced Time Keeper Hat, Enhanced Time Keeper Robe, nhanced Time Keeper Manteau, Enhanced Time Keeper Boots:
ASPD +2,
MaxHP and MaxSP +10%

For each 10 Base VIT:
Decreases damage taken from Neutral elemental attacks by 3%.
(up to Base VIT 100)

For each 10 Base AGI:
Increases Attack Speed (decreases After Attack Delay by 2%).
(up to Base AGI 100)

For each 10 Base DEX:
HIT +3
(up to Base DEX 100)

For each 10 Base LUK:
Critical +3
(up to Base LUK 100)
_______________________
Type: One-Handed Staff
Attack: 220
Weight: 0
Weapon Level: 3
_______________________
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 bonus

4 bVariableCastrate,-10;

5 bonus

6 bMatk,3*(min(BaseLevel,160)/10);

7 bonus

8 bBaseAtk,3*(min(BaseLevel,160)/10);

9 if

10 (getrefine()

11 =7)

12 {

13 bonus

14 bDelayrate,-2*getskilllv("SU_PICKYPECK");

15 bonus

16 bVariableCastrate,-2*getskilllv("SU_SV_STEMSPEAR");

17 }

Equip Script None
Unequip Script None