====== Glorious Two-Handed Axe ====== | Glorious Two-Handed Axe | | ID: | 1382 | | Tradable: | No | | Storage-able: | No | | Vendable: | No | | Attack: | 220 | | Slots: | 0 | | Equipped On: | Weapon | | Equippable By: | [[wiki:swordsman]] Class, [[wiki:merchant]] Class | | Required Level: | 80 | ===== Item Description ===== * Increases physical attack against Demi human monster by 70%. * Adds 20% defense bypassing on Demi-human monster. * Indestructible (except in upgrade attempts). [Refine Rate > 5] * Adds 5% defense bypassing on Demi-human monster. * When attacking physically, 5% chance to cause [[wiki:critical_wounds]] Level 1. * [[wiki:slaughter|Slaughtering]] Level 2 [Refine Rate > 8] * When attacking physically, 10% chance to cause [[wiki:critical_wounds]] Level 2. * When using [[wiki:cart_termination]], additional chance to cause [[wiki:critical_wounds]] Level 2. * [[wiki:battlegrounds]] - 2000 KvM Points ===== Script ===== { bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3); bonus2 bIgnoreDefRate,RC_DemiHuman,5; bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,50; } if(getrefine() > 8) { bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,100; bonus4 bAutoSpellOnSkill,"MC_MAMMONITE","NPC_CRITICALWOUND",2,200; bonus4 bAutoSpellOnSkill,"WS_CARTTERMINATION","NPC_CRITICALWOUND",2,200; } },{},{}