ISHGARDRAGNAROK ONLINE
Hora servidor--:--:--UTC
EstadoLogin: ...Char: ...Map: ...
Jugadores online—Récord online—
Wiki›Ítems›Strange God Foxtail Staff
SStrange God Foxtail Staff

Strange God Foxtail Staff [2]

1691 Strange_Foxtail

bROcROdpROidROiROjROkROMkROSLATAMthROGtwRO
ArmaStaff
S

This dragonfly and the foxtail has completly become one.

MATK +240

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: 100

Weight: 50

Weapon Level: 3

Requirement:

Base Level 100

Summoner (Doram)

ATK100
MATK240
Rango1
Nivel de arma3

Información adicional

Precio de compra
50,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/3);
bonus bMaxSPrate,.@r/3;
if (.@r>=7) {
   .@r = min(.@r,10)-7;
   bonus bBaseAtk,(20*.@r)+40;
   bonus bMatk,(48*.@r)+96;
}
bonus bUnbreakableWeapon;