.:Renewal Item Database:.
Weapon - Two-handed Axe
Type
Weapon
Class
Two-handed Axe
Buy
n/a
Sell
n/a
Weight
500 Attack
370 Required Lvl 250 Weapon Lvl 5 Slot 2 | |
Applicable Jobs | Meister |
---|---|
Description | A Saw Axe enhanced with Mjolnir's energy. The stronger the power, the greater the consumption of mana. Indestructible in battle ATK +15% Increases damage of Arm Cannon and Spark Blaster by 20%. Refine Level +7: ATK +90 ASPD +15% (Decreases after attack delay by 15%). Refine Level +9: Increases ranged physical damage by 10%. Increases damage of Spark Blaster by additional 10%. Increases Physical Damage against enemies of every size by 20%. Increases SP Consumption of Arm Cannon and Spark Blaster by 25. Refine Level +11: Decreases after skill cast delay by 15%. Increases damage of Arm Cannon and Spark Blaster by additional 10%. Increases SP Consumption of Arm Cannon and Spark Blaster by additional 25. [Bonus by Grade] [Grade D]: P.ATK +10 [Grade C]: Damage of Arm Cannon and Spark Blaster +10%. [Grade B]: Physical Damage against enemies of every element +10%. [Grade A]: Damage of Arm Cannon and Spark Blaster +10%. |
Item Script |
expand to view script{ .@g = getenchantgrade(); .@r = getrefine(); bonus bAtkRate,15; bonus bUnbreakableWeapon; bonus2 bSkillAtk,"MT_SPARK_BLASTER",20; bonus2 bSkillAtk,"NC_ARMSCANNON",20; if (.@r>=7) { bonus bAspdRate,15; bonus bBaseAtk,90; if (.@r>=9) { bonus2 bAddSize,Size_All,20; bonus bLongAtkRate,15; bonus2 bSkillAtk,"MT_SPARK_BLASTER",10; bonus2 bSkillUseSP,"MT_SPARK_BLASTER",-25; bonus2 bSkillUseSP,"NC_ARMSCANNON",-25; if (.@r>=11) { bonus bDelayrate,-15; bonus2 bSkillAtk,"MT_SPARK_BLASTER",10; bonus2 bSkillAtk,"NC_ARMSCANNON",10; bonus2 bSkillUseSP,"MT_SPARK_BLASTER",-25; bonus2 bSkillUseSP,"NC_ARMSCANNON",-25; } } } if (.@g>=ENCHANTGRADE_D) { bonus bPAtk,10; if (.@g>=ENCHANTGRADE_C) { bonus2 bSkillAtk,"MT_SPARK_BLASTER",10; bonus2 bSkillAtk,"NC_ARMSCANNON",10; if (.@g>=ENCHANTGRADE_B) { bonus2 bAddEle,Ele_All,10; if (.@g>=ENCHANTGRADE_A) { bonus2 bSkillAtk,"MT_SPARK_BLASTER",10; bonus2 bSkillAtk,"NC_ARMSCANNON",10; } } } } },{},{} |
Dropped By | No Result |