Magical Foxtail Staff [2]
1692 Magical_Foxtail
M
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)
ATK120
MATK260
Rango1
Nivel de arma3
Información adicional
- Precio de compra
- 100,000 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
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;