Gust Bow (3)
From Revival Ragnarok Online
Gust Bow (3) | |
File:NoImage.png | |
---|---|
ID: | 31957 |
Tradable: | Yes |
Storage-able: | Yes |
Vendable: | Yes |
Attack: | 95 |
Slots: | 3 |
Weapon Level: | 3 |
Equipped On: | Weapon |
Equippable By: | Novice, Super Novice, Archer class |
Required Level: | 55 |
Item Description
A light bow that seems to have a potential to cause a whirlwind.
- When the user receives a Physical Damage, small chance to auto-spell Level 5 Wind Blade.
- If equipped together with Wind Arrow, increases damage by 25%.
[Base Intelligence >= 40]
- Add a high chance of auto casting Level 5 Wind Blade.
How To Obtain This Item
Eir
This item is not available on Eir.
Loki
Thor
This item is not available on Thor.
Script
{ if(isequipped(1755)) { if(readparam(bInt)>40) { bonus3 bAutoSpell,"NJ_HUUJIN",5,200; } else { bonus3 bAutoSpell,"NJ_HUUJIN",5,100; } bonus bLongAtkRate,25; } },{},{}