Pride Steel [2]
520002 Ep172_1h_Axe
P
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
ATK250
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,"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;
}