ID #1696
Weapon
Exquisite Foxtail Model [2]
Buy Price: N/A
Sell Price: N/A
A very accurate model of foxtail.
_______________________
Increases Ranged Physical Damage by 8%, MaxHP +5%.
For each 2 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: 240
Weight: 30
Weapon Level: 3
_______________________
Requirement:
Base Level 140
Summoner (Doram)
_______________________
Increases Ranged Physical Damage by 8%, MaxHP +5%.
For each 2 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: 240
Weight: 30
Weapon Level: 3
_______________________
Requirement:
Base Level 140
Summoner (Doram)
Monster Drops
Normal Drops
Antler Scaraba
Rate: 0.5%
Combat Basilisk
Rate: 0.5%
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
300
Range
1
Requirements
Weapon Level
3
Min Level
140
Scripts
Script bonus bLongAtkRate,8; bonus bMaxHPrate,5; .@r = getrefine(); bonus bDex,(.@r/2)*3; bonus bMaxSP,(.@r/2)*15; if (.@r>=7) { .@r = min(.@r,10)-7; bonus bBaseAtk,(48*.@r)+96; }
bonus bLongAtkRate,8;
bonus bMaxHPrate,5;
.@r = getrefine();
bonus bDex,(.@r/2)*3;
bonus bMaxSP,(.@r/2)*15;
if (.@r>=7) {
.@r = min(.@r,10)-7;
bonus bBaseAtk,(48*.@r)+96;
}