Fine Foxtail Replica [2]
_______________________
Increases Ranged Physical Damage by 8%, MaxHP +200.
For each 3 Refine Level: DEX +3, MaxSP +15.
_______________________
Refine Level +7:
Increases base weapon's ATK and MATK by 40%.
For each Refine Level higher than +7 or higher: Increases base weapon's ATK and MATK by 20%.
(Limited to +10 Refine Level)
_______________________
Indestructible in battle
_______________________
Type: One-Handed Staff
Attack: 195
Weight: 30
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Summoner (Doram)
Monster Drops
Normal Drops
Deleter
Rate: 10%
Bloody Butterfly
Rate: 10%
Breeze
Rate: 10%
Siroma
Rate: 10%
Roween
Rate: 10%
Swift Siroma
Rate: 10%
Solid Roween
Rate: 50%
Breeze Ringleader
Rate: 50%
Furious Breeze
Rate: 50%
Swift Bloody Butterfly
Rate: 15%
Equipment Slots
Basic Information
Requirements
Scripts
Script bonus bLongAtkRate,8; bonus bMaxHP,200; .@r = getrefine(); bonus bDex,(.@r/3)*3; bonus bMaxSP,(.@r/3)*15; if (.@r>=7) { .@r = min(.@r,10)-7; bonus bBaseAtk,(39*.@r)+78; }
bonus bLongAtkRate,8;
bonus bMaxHP,200;
.@r = getrefine();
bonus bDex,(.@r/3)*3;
bonus bMaxSP,(.@r/3)*15;
if (.@r>=7) {
.@r = min(.@r,10)-7;
bonus bBaseAtk,(39*.@r)+78;
}