Glorious Cleaver

From Revival Ragnarok Online
Revision as of 20:45, 25 March 2012 by Sen (talk | contribs) (Created page with "{{Template:Weapon |itemName = Glorious Cleaver |itemId = 1310 |itemSlot = 0 |itemTrade = No |itemVend = No |itemStore = No |itemAtk = 130 |itemEqp = Weapon |cla...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Glorious Cleaver
ID: 1310
Tradable: No
Storage-able: No
Vendable: No
Attack: 130
Slots: 0
Weapon Level: 0
Equipped On: Weapon
Equippable By: Swordsman Class, Merchant Class
Required Level: 80

Item Description

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

[Refine Rate > 5]

[Refine Rate > 8]

How To Obtain This Item

Eir

Loki

Tyr

Script

{ bonus2 bAddRace,RC_DemiHuman,75; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRate,RC_DemiHuman,5; bonus bAspdRate,5; } if(getrefine() > 8) { bonus bAspdRate,5; bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,50; bonus4 bAutoSpellOnSkill,"MC_MAMMONITE","NPC_CRITICALWOUND",2,200; } },{},{}