Pride Steel

Pride Steel

ID 520002Arma2 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


Increases damage of Power Swing by 10%.


For each 3 Refine Levels:

ATK +12


Refine Level +7:

Increases damage of Power Swing by additional 15%.


Refine Level +9:

Decreases Axe Tornado skill cooldown by 1 second.


Refine Level +11:

Increases damage of Power Swing by additional 25%.


Type: One-Handed Axe

Attack: 250

Weight: 300

Weapon Level: 4


Requirement:

Base Level 150

Mechanic

Propiedades básicas

Identificador
Ep172_1h_Axe
Peso
300.0
Slots
2

Estadísticas de combate

Ataque
250
Rango
1
Nivel de arma
4

Requisitos

Nivel mínimo
150
Profesiones
Blacksmith
Tipo de personaje
Tercera clase, Tercera transclase, Tercera baby, Cuarta clase
Posición
Mano derecha
Script del item
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"NC_POWERSWING",10;
bonus bBaseAtk,12*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"NC_POWERSWING",15;
}
if (.@r>=9) {
   bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"NC_AXEBOOMERANG",25;
}