Patent Meteor Striker [2]
Seeing the stronger strength, 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 Vulcan Arm and Knuckle Boost by 10%.
_______________________
Refine Level +7:
Increases damage of Vulcan Arm and Knuckle Boost by additional 15%.
_______________________
Refine Level +9:
Increases damage of Arm Cannon by 25%.
_______________________
Refine Level +11:
Increases Ranged Physical Damage by 15%.
Decreases Variable Casting Time by 10%.
_______________________
When equipped with Great Hero's Boots:
STR +10
Increases Ranged Physical Damage by 5%.
_______________________
Type: Mace
Attack: 320
Weight: 350
Weapon Level: 4
_______________________
Requirement:
Base Level 100
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
Equipment Slots
Basic Information
Job Requirements
Requirements
Scripts
Script bonus bUnbreakableWeapon; .@r = getrefine(); bonus bBaseAtk,.@r/2*15; bonus2 bSkillAtk,"NC_VULCANARM",.@r/3*10; bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",.@r/3*10; if (.@r>=7) { bonus2 bSkillAtk,"NC_VULCANARM",15; bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",15; } if (.@r>=9) { bonus2 bSkillAtk,"NC_ARMSCANNON",25; } if (.@r>=11) { bonus bLongAtkRate,15; bonus bVariableCastrate,-15; }
bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bBaseAtk,.@r/2*15;
bonus2 bSkillAtk,"NC_VULCANARM",.@r/3*10;
bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",.@r/3*10;
if (.@r>=7) {
bonus2 bSkillAtk,"NC_VULCANARM",15;
bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",15;
}
if (.@r>=9) {
bonus2 bSkillAtk,"NC_ARMSCANNON",25;
}
if (.@r>=11) {
bonus bLongAtkRate,15;
bonus bVariableCastrate,-15;
}