Basic Info

Name 1692 Magical Foxtail Staff[2]
Item ID 1692 - Magical_Foxtail_Staff
Type Weapon - Staff
1692
The dragonfly and the foxtail give a feeling of very strong energy when holding it.
-------------------------
MATK +260
MaxSP +100
For every 3 refine level: MATK +2%, MaxSP +1%.
-------------------------
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: 120
Weight: 60
Weapon Level: 3
Level Requirement: 140
Jobs: Doram race

Details

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

Stats

Range 1
Defense 0
Attack 120
Magical Attack 260
Weapon Level 3
Slots 2

Restrictions

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

Scripts

Use Script
bonus bMaxSP, 100; bonus bMatkRate, 2 * (getrefine() / 3); bonus bMaxSPrate, getrefine() / 3; if (getrefine() >= 7) { .@r = min(getrefine(), 10) - 7; bonus bWeaponAtkRate, (20 * .@r) + 40; bonus bWeaponMatkRate, (20 * .@r) + 40; }
Equip Script
None
Unequip Script
None