Destruction Axe [2]
1341 Destruction_Axe
A one-handed axe which is said to have changed for the destruction of the world.
Indestructible in battle
ATK +5%, POW +2
Increases damage of Triple Laser by 5%.
Refine Level +5:
Increases damage of Triple Laser by additional 10%.
Refine Level +7:
Increases Ranged Physical Damage by 5%.
Refine Level +9:
Increases damage of Triple Laser by additional 10%.
Refine Level +10:
Critical +10
Refine Level +11:
Increases damage of Triple Laser by additional 5%.
Increases Critical Damage by 20%.
[Bonus by Grade]
[Grade D]: Ranged 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: One-Handed Axe
Attack: 230
Weight: 440
Weapon Level: 5
Requirement:
Base Level 215
Meister
Información adicional
- Precio de compra
- 0 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- Sí
Script del ítem
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bAtkRate,5;
bonus bPow,2;
bonus2 bSkillAtk,"MT_TRIPLE_LASER",5;
if (.@r>=5) {
bonus2 bSkillAtk,"MT_TRIPLE_LASER",10;
if (.@r>=7) {
bonus bLongAtkRate,5;
if (.@r>=9) {
bonus2 bSkillAtk,"MT_TRIPLE_LASER",10;
if (.@r>=10) {
bonus bCritical,10;
if (.@r>=11) {
bonus bCritAtkRate,20;
bonus2 bSkillAtk,"MT_TRIPLE_LASER",5;
}
}
}
}
}
if (.@g>=ENCHANTGRADE_D) {
bonus bLongAtkRate,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;
}
}
}
}