ISHGARDRAGNAROK ONLINE
Hora servidor--:--:--UTC
EstadoLogin: ...Char: ...Map: ...
Jugadores online—Récord online—
Wiki›Ítems›Pigritia Spark
PPigritia Spark

Pigritia Spark [2]

580005 Ep172_1h_Whip

bROcROdpROidROiROjROkROMkROSLATAMthROGtwRO
ArmaWhip
P

The tool was made for the purpose of illuminating the light in case of emergency.

It was terribly transformed by the magic interference device installed by the Illusionians.

MATK +210

Increases damage of Metallic Sound and Reverberation by 10%.

For each 3 Refine Levels:

MATK +8

Refine Level +7:

Decreases Variable Casting Time by 10%.

Refine Level +9:

Increases damage of Metallic Sound and Reverberation by additional 15%.

Refine Level +11:

Decreases Metallic Sound skill cooldown by 2 seconds.

Decreases SP Consumption of Reverberation by 20%.

Type: Whip

Attack: 150

Weight: 70

Weapon Level: 4

Requirement:

Base Level 150

Wanderer

ATK150
MATK210
Rango2
Nivel de arma4

Información adicional

Precio de compra
0 z
Nivel máximo
Sin límite
Género
Female
Refinable
Sí
Gradable
No
Script del ítem
.@r = getrefine();
bonus2 bSkillAtk,"WM_REVERBERATION",10;
bonus2 bSkillAtk,"WM_METALICSOUND",10;
bonus bMatk,8*(.@r/3);
if (.@r>=7) {
   bonus bVariableCastrate,-10;
}
if (.@r>=9) {
   bonus2 bSkillAtk,"WM_REVERBERATION",15;
   bonus2 bSkillAtk,"WM_METALICSOUND",15;
}
if (.@r>=11) {
   bonus2 bSkillUseSPrate,"WM_REVERBERATION",20;
   bonus2 bSkillCooldown,"WM_METALICSOUND",-2000;
}