Glorious Apocalypse

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


Glorious Apocalypse
ID: 1577
Tradable: No
Storage-able: No
Vendable: No
Attack: 90
Slots: 0
Weapon Level: 0
Equipped On: Weapon
Equippable By: Priest Class, Sage Class, Star Gladiator
Required Level: 80

Item Description

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

[Refine Rate > 5]

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

[Refine Rate > 8]

  • MATK + 5%.
  • Reduces casting time by 5%.
  • Aftercast Delay - 5%.

How To Obtain This Item

Eir

Loki

Tyr

Script

{ bonus bMatkRate,15; bonus2 bAddRace,RC_DemiHuman,80; bonus2 bIgnoreDefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine() > 5) bonus2 bIgnoreDefRate,RC_DemiHuman,5; if(getrefine() > 8) { bonus bMatkRate,5; bonus bCastrate,-5; bonus bDelayRate,-5; } },{},{}