ISHGARDRAGNAROK ONLINE
Hora servidor--:--:--UTC
EstadoLogin: ...Char: ...Map: ...
Jugadores online—Récord online—
Wiki›Ítems›Envy Blunt
EEnvy Blunt

Envy Blunt [2]

590006 Ep172_1h_Hammer

bROcROdpROidROiROjROkROMkROSLATAMthROGtwRO
ArmaMace
E

Automatic robots break down, smash and fall apart.

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

Indestructible in battle

MATK +210

Increases damage of Duple Light by 15%.

For each 3 Refine Levels:

MATK +12

Refine Level +7:

Increases damage of Duple Light by additional 20%.

Refine Level +9:

Increases Attack Speed (decreases After Attack Delay by 10%).

Refine Level +11:

Increases damage of Duple Light by additional 35%.

Decreases Fixed Casting Time of Duple Light by 0.5 seconds.

Type: Mace

Attack: 180

Weight: 150

Weapon Level: 4

Requirement:

Base Level 150

Archbishop

ATK180
MATK210
Rango1
Nivel de arma4

Información adicional

Precio de compra
0 z
Nivel máximo
Sin límite
Género
Both
Refinable
Sí
Gradable
No
Script del ítem
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",15;
bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",15;
bonus bMatk,12*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",20;
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",20;
}
if (.@r>=9) {
   bonus bAspdRate,10;
}
if (.@r>=11) {
   bonus2 bSkillFixedCast,"AB_DUPLELIGHT",-500;
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MELEE",35;
   bonus2 bSkillAtk,"AB_DUPLELIGHT_MAGIC",35;
}