Glorious Claw

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


Glorious Claw
ID: 1826
Tradable: No
Storage-able: No
Vendable: No
Attack: 30
Slots: 0
Weapon Level: 4
Equipped On: Weapon
Equippable By: Priest Class, Monk Class
Required Level: 80

Item Description

  • Increases physical attack against Demi human monster by 95%.
  • Adds 20% defense bypassing on Demi-human monster.
  • Indestructible (except in upgrade attempts).

[Refine Rate > 5]

  • Adds 5% defense bypassing on Demi-human monster.
  • Slaughtering Level 1

[Refine Rate > 8]

How To Obtain This Item

Eir

Loki

Tyr

Script

{ bonus2 bAddRace,RC_DemiHuman,95; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine() > 8) { bonus3 bAutoSpell,"MO_INVESTIGATE",1,(getrefine()*10-50); bonus3 bAutoSpell,"AL_DECAGI",1,(getrefine()*10-50); } },{},{}