Glorious Cleaver
1310 Krieger_Onehand_Axe1
A weapon that only a champion of battlefield can wield.
Increases Physical Damage against enemies of Demi-Human race by 75%.
Ignores physical defense of Demi-Human race by 20%.
Refine Level +6:
Ignores physical defense of Demi-Human race by additional 5%.
Increases Attack Speed (decreases After Attack Delay by 5%).
[Slaughter] Lv 1 (Damage bonus of Slaughter increases up to the Refine Level 14.)
Refine Level +9:
5% chance to inflict Critical Wound status on the target when dealing physical damage.
Increases Attack Speed (decreases After Attack Delay by 5%).
Random chance to inflict Level 2 Critical Wound status on the target when using Mammonite skill.
Type: One-Handed Axe
Attack: 130
Weight: 0
Weapon Level: 4
Requirement:
Base Level 80
Swordsman and Merchant
Información adicional
- Precio de compra
- 20 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
bonus2 bAddRace,RC_DemiHuman,75;
bonus2 bAddRace,RC_Player_Human,75;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
bonus bUnbreakableWeapon;
.@r = getrefine();
if (.@r>5) {
bonus2 bAddRace,RC_DemiHuman,pow(min(14,.@r)-4,2);
bonus2 bAddRace,RC_Player_Human,pow(min(14,.@r)-4,2);
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
bonus bAspdRate,5;
}
if (.@r>8) {
bonus bAspdRate,5;
bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,50;
bonus4 bAutoSpellOnSkill,"MC_MAMMONITE","NPC_CRITICALWOUND",2,200;
}