Envy Blunt

Envy Blunt

ID 590006Arma2 slotsrefinable

Descripción

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

Propiedades básicas

Identificador
Ep172_1h_Hammer
Peso
150.0
Slots
2

Estadísticas de combate

Ataque
180
Ataque mágico
210
Rango
1
Nivel de arma
4

Requisitos

Nivel mínimo
150
Profesiones
Priest
Tipo de personaje
Tercera clase, Tercera transclase, Tercera baby, Cuarta clase
Posición
Mano derecha
Script del item
.@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;
}