Glorious Two-Handed Axe: Difference between revisions
From Revival Ragnarok Online
(Created page with "{{Template:Weapon |itemName = Glorious Two-Handed Axe |itemId = 1382 |itemSlot = 0 |itemTrade = No |itemVend = No |itemStore = No |itemAtk = 220 |itemEqp = Weap...") |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 25: | Line 25: | ||
|script = { bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3); bonus2 bIgnoreDefRate,RC_DemiHuman,5; bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,50; } if(getrefine() > 8) { bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,100; bonus4 bAutoSpellOnSkill,"MC_MAMMONITE","NPC_CRITICALWOUND",2,200; bonus4 bAutoSpellOnSkill,"WS_CARTTERMINATION","NPC_CRITICALWOUND",2,200; } },{},{} | |script = { bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3); bonus2 bIgnoreDefRate,RC_DemiHuman,5; bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,50; } if(getrefine() > 8) { bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,100; bonus4 bAutoSpellOnSkill,"MC_MAMMONITE","NPC_CRITICALWOUND",2,200; bonus4 bAutoSpellOnSkill,"WS_CARTTERMINATION","NPC_CRITICALWOUND",2,200; } },{},{} | ||
}} | }} | ||
[[Category:Axe]] |
Latest revision as of 04:15, 26 May 2017
Glorious Two-Handed Axe | |
ID: | 1382 |
---|---|
Tradable: | No |
Storage-able: | No |
Vendable: | No |
Attack: | 220 |
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 70%.
- Adds 20% defense bypassing on Demi-human monster.
- Indestructible (except in upgrade attempts).
[Refine Rate > 5]
- Adds 5% defense bypassing on Demi-human monster.
- When attacking physically, 5% chance to cause Critical Wounds Level 1.
- Slaughtering Level 2
[Refine Rate > 8]
- When attacking physically, 10% chance to cause Critical Wounds Level 2.
- When using Cart Termination, additional chance to cause Critical Wounds Level 2.
How To Obtain This Item
Eir
Loki
- Battlegrounds - 2000 KvM Points
Tyr
Script
{ bonus2 bAddRace,RC_DemiHuman,70; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3); bonus2 bIgnoreDefRate,RC_DemiHuman,5; bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,50; } if(getrefine() > 8) { bonus3 bAutoSpell,"NPC_CRITICALWOUND",1,100; bonus4 bAutoSpellOnSkill,"MC_MAMMONITE","NPC_CRITICALWOUND",2,200; bonus4 bAutoSpellOnSkill,"WS_CARTTERMINATION","NPC_CRITICALWOUND",2,200; } },{},{}