Patent Avenger [2]
Seeing the sharp ax blade, he began to show his natural ability.
It resonates with Great Hero's Boots.
_______________________
Indestructible in battle
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases damage of Axe Tornado by 10%.
_______________________
Refine Level +7:
Increases damage of Axe Boomerang by 40%.
Decreases Cross Slash skill cooldown by 1 sec.
_______________________
Refine Level +9:
Increases Physical Damage against enemies of all size monsters by 15%.
_______________________
Refine Level +11:
Decreases Physical and Magical Damage from against enemies of all elements by 5%.
_______________________
When equipped with Great Hero's Boots:
STR +10, ATK +7%.
_______________________
Type: Two-Handed Axe
Attack: 290
Weight: 700
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Mechanic
Available from boxes
Equipment Reform
Available through the reform system C_Weapon_Reform_1
Available through the reform system C_Weapon_Reform_2
Available through the reform system C_Weapon_Reform_3
Available through the reform system Hero_Weapon_Up_Box_4
Basic Information
Job Requirements
Requirements
Scripts
Script .@r = getrefine(); bonus bUnbreakableWeapon; bonus bBaseAtk,.@r/2*15; bonus2 bSkillAtk,"NC_AXETORNADO",10*(.@r/3); if (.@r>=7) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",40; bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; } if (.@r>=9) { bonus2 bAddSize,Size_All,15; } if (.@r>=11) { bonus2 bSubEle,Ele_All,20; }
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,.@r/2*15;
bonus2 bSkillAtk,"NC_AXETORNADO",10*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"NC_AXEBOOMERANG",40;
bonus2 bSkillCooldown,"NC_AXETORNADO",-1000;
}
if (.@r>=9) {
bonus2 bAddSize,Size_All,15;
}
if (.@r>=11) {
bonus2 bSubEle,Ele_All,20;
}