Glorious Hunter Bow: Difference between revisions
From Revival Ragnarok Online
(Created page with "{{Template:Weapon |itemName = Glorious Hunter Bow |itemId = 1743 |itemSlot = 0 |itemTrade = No |itemVend = No |itemStore = No |itemAtk = 100 |itemEqp = Weapon |...") |
m (1 revision) |
(No difference)
|
Latest revision as of 04:28, 11 October 2013
Glorious Hunter Bow | |
ID: | 1743 |
---|---|
Tradable: | No |
Storage-able: | No |
Vendable: | No |
Attack: | 100 |
Slots: | 0 |
Weapon Level: | 0 |
Equipped On: | Weapon |
Equippable By: | Archer Class, Thief, Rogue |
Required Level: | 80 |
Item Description
- Increases physical attack against Demi human monster by 55%.
- Adds 20% defense bypassing on Demi-human monster.
- Increase Critical damage by (Refine Rate * 2)%.
- Indestructible (except in upgrade attempts).
[Refine Rate > 5]
- Adds 5% defense bypassing on Demi-human monster.
- Slaughtering Level 1
[Refine Rate > 8]
- Increase Double Strafing damage by 20%.
How To Obtain This Item
Eir
Loki
- Battlegrounds - 2000 KvM Points
Tyr
Script
{ bonus2 bAddRace,RC_DemiHuman,55; bonus2 bIgnoreDefRate,RC_DemiHuman,20; bonus bCritAtkRate,getrefine() * 2; bonus bUnbreakableWeapon,0; if(getrefine() > 5) { bonus2 bAddRace,RC_DemiHuman,(getrefine()-4)*(getrefine()-4); bonus2 bIgnoreDefRate,RC_DemiHuman,5; } if(getrefine() > 8) bonus2 bSkillAtk,"AC_DOUBLE",20; },{},{}