Basic Info

Name 1697 Exquisite Yellow Foxtail Model[1]
Item ID 1697 - Exquisite_Yellow_Foxtail_Model
Type Weapon - Staff
1697
A very accurate model of yellow foxtail.
-------------------------
Long ranged physical damage +9%, MaxHP +7%.
Every 2 refine level: Long ranged physical damage+ 1%, MaxSP +20.
-------------------------
When using [Picky Peck] skill, adds a chance to auto cast Level 1 [Fresh Shrimp], or activate learned level.
-------------------------
Refine level +7: increases base weapon's ATK and MATK by 40%.
For every refine level higher than +7: increases base weapon's ATK and MATK by 20%.
(Limited to +10 refine level)
-------------------------
Class: One-Handed Staff
Attack: 270
Weight: 30
Weapon Level: 4
Level Requirement: 175
Jobs: Doram race

Details

Weight 30
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Main Hand

Stats

Range 1
Defense 0
Attack 270
Magical Attack 0
Weapon Level 4
Slots 1

Restrictions

Level Range 175 +
Usage None
Trade None
Job Class Types Normal / Upper / Baby
Job Classes Any
Gender Any

Scripts

Use Script
bonus bLongAtkRate, 9; bonus bMaxHPrate, 7; bonus bLongAtkRate, getrefine() / 2; bonus bMaxSP, (getrefine() / 2) * 20; bonus4 bAutoSpellOnSkill, SU_PICKYPECK, SU_FRESHSHRIMP, max(1, getskilllv(SU_FRESHSHRIMP)), 200; if (getrefine() >= 7) { .@r = min(getrefine(), 10) - 7; bonus bWeaponAtkRate, (20 * .@r) + 40; bonus bWeaponMatkRate, (20 * .@r) + 40; }
Equip Script
None
Unequip Script
None