Glorious Spear: Difference between revisions
From Revival Ragnarok Online
(Created page with "{{Template:Weapon |itemName = Glorious Spear |itemId = 1426 |itemSlot = 0 |itemTrade = No |itemVend = No |itemStore = No |itemAtk = 130 |itemEqp = Weapon |class...") |
m (1 revision) |
(No difference)
|
Latest revision as of 04:28, 11 October 2013
Glorious Spear | |
ID: | 1426 |
---|---|
Tradable: | No |
Storage-able: | No |
Vendable: | No |
Attack: | 130 |
Slots: | 0 |
Weapon Level: | 0 |
Equipped On: | Weapon |
Equippable By: | Swordsman Class |
Required Level: | 80 |
Item Description
- Increases physical attack against Demi human monster by 95%.
- Adds 20% defense bypassing on Demi-human monster.
- Indestructible (except in upgrade attempts).
[Refine Rate > 5]
- Adds 5% defense bypassing on Demi-human monster.
- Slaughtering Level 1
[Refine Rate > 8]
- [Knight Class]
- When using the skill Pierce, chance to cast Critical Wounds Level 2 on the target.
- [Crusader Class]
- When physically attacking, chance to cast Pressure on the target.
How To Obtain This Item
Eir
Loki
- Battlegrounds - 2000 KVM Points
Tyr
Script
{ bonus2 bAddRace,RC_DemiHuman,95; 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,10; } if(getrefine() > 8) { if(BaseJob == Job_Knight) bonus4 bAutoSpellOnSkill,"KN_PIERCE","NPC_CRITICALWOUND",2,200; else if(BaseJob == Job_Crusader) bonus3 bAutoSpell,"PA_PRESSURE",5,100; } },{},{}