Glorious Destruction Staff

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


Glorious Destruction Staff
ID: 2002
Tradable: No
Storage-able: No
Vendable: No
Attack: 70
Slots: 0
Weapon Level: 0
Equipped On: Two-Handed Weapon
Equippable By: Acolyte Class, Mage Class
Required Level: 80

Item Description

  • Increases MATK by 1% per refine.
  • Increase magical damage on demi-human opponents by 15%.
  • Bypass 25% of the magic defense on demi-human opponents.
  • Indestructible (except in upgrade attempts).

[Refine Rate > 5]

[Refine Rate > 8]

How To Obtain This Item

Eir

Loki

Tyr

Script

{ bonus bMatkRate,getrefine(); bonus2 bMagicAddRace,RC_DemiHuman,15; bonus2 bIgnoreMdefRate,RC_DemiHuman,25; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bMagicAddRace,RC_DemiHuman,(getrefine()-5)*2; bonus2 bIgnoreMdefRate,RC_DemiHuman,(getrefine()-5)*2; } if(getrefine() > 8) { bonus5 bAutoSpellOnSkill,"WZ_STORMGUST","MG_SAFETYWALL",10,200,1; bonus5 bAutoSpellOnSkill,"WZ_METEOR","MG_SAFETYWALL",10,200,1; bonus5 bAutoSpellOnSkill,"WZ_VERMILION","MG_SAFETYWALL",10,200,1; } },{},{}