Glorious Claymore

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


Glorious Claymore
ID: 1187
Tradable: No
Storage-able: No
Vendable: No
Attack: 220
Slots: 0
Weapon Level: 0
Equipped On: Weapon
Equippable By: Swordsman Class
Required Level: 80

Item Description

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

[Refine Rate > 5]

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

[Refine Rate > 8]

  • When attacking physically, chance to cast Concentration Level 1, chance to cast Aura Blade Level 1 or highest level known.

How To Obtain This Item

Eir

Loki

Tyr

Script

{ bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine() > 8) { bonus3 bAutoSpell,"LK_CONCENTRATION",getskilllv("LK_CONCENTRATION")>1?getskilllv("LK_CONCENTRATION"):1,30; bonus3 bAutoSpell,"LK_AURABLADE",getskilllv("LK_AURABLADE")>1?getskilllv("LK_AURABLADE"):1,30; } },{},{}