Glorious Destruction Staff
From Revival Ragnarok Online
Glorious Destruction Staff | |
ID: | 2002 |
---|---|
Tradable: | No |
Storage-able: | No |
Vendable: | No |
Attack: | 70 |
Slots: | 0 |
Weapon Level: | 0 |
Equipped On: | 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]
- Obliteration Level 1
[Refine Rate > 8]
- When casting Lord of Vermillion Level 10, Meteor Storm Level 10, or Storm Gust Level 10, chance to cast Safety Wall Level 10 on yourself.
How To Obtain This Item
Eir
Loki
- Battlegrounds - 2000 KvM Points
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; } },{},{}