ID #620022
Weapon
Divine Buster [2]
Buy Price: N/A
Sell Price: N/A
A two-handed axe with holy power used by the leader of the Holy Knights.
_______________________
Indestructible in battle
_______________________
ATK +5%, POW +2.
Increases damage of Mighty Smash by 5%.
_______________________
Refine Level +5:
Increases damage of Mighty Smash by additional 10%.
_______________________
Refine Level +7:
Increases Melee Physical Damage by 5%.
_______________________
Refine Level +9:
Increases damage of Mighty Smash by additional 10%.
_______________________
Refine Level +10:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +11:
Increases damage of Mighty Smash by additional 5%.
Increases damage of Axe Stomp by 15%.
_______________________
[Bonus by Grade]
[Grade D]: Melee Physical Damage +10%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
_______________________
Type: Two-Handed Axe
Attack: 330
Weight: 660
Weapon Level: 5
_______________________
Requirement:
Base Level 215
Meister
_______________________
Indestructible in battle
_______________________
ATK +5%, POW +2.
Increases damage of Mighty Smash by 5%.
_______________________
Refine Level +5:
Increases damage of Mighty Smash by additional 10%.
_______________________
Refine Level +7:
Increases Melee Physical Damage by 5%.
_______________________
Refine Level +9:
Increases damage of Mighty Smash by additional 10%.
_______________________
Refine Level +10:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level +11:
Increases damage of Mighty Smash by additional 5%.
Increases damage of Axe Stomp by 15%.
_______________________
[Bonus by Grade]
[Grade D]: Melee Physical Damage +10%.
[Grade C]: Physical Damage against enemies of every size +10%.
[Grade B]: Physical Damage against enemies of every race +10%.
[Grade A]: Physical Damage against enemies of every element +10%.
_______________________
Type: Two-Handed Axe
Attack: 330
Weight: 660
Weapon Level: 5
_______________________
Requirement:
Base Level 215
Meister
Equipment Reform
Available through the reform system Justice_Weapon_Hammer
- Blacksmith Blessing × 14
Available through the reform system Plus7_Refine_NPC
Basic Information
Type
Weapon
Weight
6600
Range
1
Acquisition method
Equipment reform
Job Requirements
Blacksmith
Yes
Requirements
Weapon Level
5
Min Level
215
Scripts
Script .@g = getenchantgrade(); .@r = getrefine(); bonus bUnbreakableWeapon; bonus bAtkRate,5; bonus bPow,2; bonus2 bSkillAtk,"MT_MIGHTY_SMASH",5; if (.@r>=5) { bonus2 bSkillAtk,"MT_MIGHTY_SMASH",10; if (.@r>=7) { bonus bShortAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"MT_MIGHTY_SMASH",10; if (.@r>=10) { bonus bAspdRate,10; if (.@r>=11) { bonus2 bSkillAtk,"MT_AXE_STOMP",15; bonus2 bSkillAtk,"MT_MIGHTY_SMASH",5; } } } } } if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bAddSize,Size_All,10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddRace,RC_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bAddEle,Ele_All,10; } } } }
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bAtkRate,5;
bonus bPow,2;
bonus2 bSkillAtk,"MT_MIGHTY_SMASH",5;
if (.@r>=5) {
bonus2 bSkillAtk,"MT_MIGHTY_SMASH",10;
if (.@r>=7) {
bonus bShortAtkRate,5;
if (.@r>=9) {
bonus2 bSkillAtk,"MT_MIGHTY_SMASH",10;
if (.@r>=10) {
bonus bAspdRate,10;
if (.@r>=11) {
bonus2 bSkillAtk,"MT_AXE_STOMP",15;
bonus2 bSkillAtk,"MT_MIGHTY_SMASH",5;
}
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bShortAtkRate,10;
if (.@g>=ENCHANTGRADE_C) {
bonus2 bAddSize,Size_All,10;
if (.@g>=ENCHANTGRADE_B) {
bonus2 bAddRace,RC_All,10;
if (.@g>=ENCHANTGRADE_A) {
bonus2 bAddEle,Ele_All,10;
}
}
}
}