Glorious Two-Handed Axe

From Revival Ragnarok Online (RagnaRevival)
Jump to navigation Jump to search


Glorious Two-Handed Axe
ID: 1382
Tradable: No
Storage-able: No
Vendable: No
Attack: 220
Slots: 0
Weapon Level: 0
Equipped On: Weapon
Equippable By: Swordsman Class, 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 Critical Wounds Level 1.
  • Slaughtering Level 2

[Refine Rate > 8]

How To Obtain This Item

Eir

Loki

Tyr

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; } },{},{}