ID #1692
Weapon
Magical Foxtail Staff [2]
Buy Price: N/A
Sell Price: N/A
The dragonfly and the foxtail give a feeling of very strong magical power when you holding it.
_______________________
MATK +260
MaxSP +100
For each 3 Refine Level: MATK +2%, MaxSP +1%.
_______________________
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: 120
Weight: 60
Weapon Level: 3
_______________________
Requirement:
Base Level 140
Summoner (Doram)
_______________________
MATK +260
MaxSP +100
For each 3 Refine Level: MATK +2%, MaxSP +1%.
_______________________
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: 120
Weight: 60
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
600
Range
1
Requirements
Weapon Level
3
Min Level
140
Scripts
Script bonus bMaxSP,100; .@r = getrefine(); bonus bMatkRate,2*(.@r/2); bonus bMaxSPrate,.@r/2; if (.@r>=7) { .@r = min(.@r,10)-7; bonus bBaseAtk,(24*.@r)+48; bonus bMatk,(52*.@r)+104; } bonus bUnbreakableWeapon;
bonus bMaxSP,100;
.@r = getrefine();
bonus bMatkRate,2*(.@r/2);
bonus bMaxSPrate,.@r/2;
if (.@r>=7) {
.@r = min(.@r,10)-7;
bonus bBaseAtk,(24*.@r)+48;
bonus bMatk,(52*.@r)+104;
}
bonus bUnbreakableWeapon;