Gust Bow (3): Difference between revisions
From Revival Ragnarok Online
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
|itemStore = Yes | |itemStore = Yes | ||
|itemAtk = 95 | |itemAtk = 95 | ||
|itemLvl = 3 | |||
|classEq =[[Novice]], [[Super Novice]], [[Archer]] class | |classEq =[[Novice]], [[Super Novice]], [[Archer]] class | ||
|levelReq = 55 | |levelReq = 55 |
Latest revision as of 10:11, 5 March 2014
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; } },{},{}