====== Gust Bow (3) ====== \\ | Gust Bow (3) | ^ {{:NoImage.png|NoImage.png}}[[wiki:file_noimage_png]] ^ | ID: | 51957 | | Tradable: | Yes | | Storage-able: | Yes | | Vendable: | Yes | | Attack: | 95 | | Slots: | 3 | | Weapon Level: | 3 | | Equipped On: | Weapon | | Equippable By: | [[wiki:novice]], [[wiki:super_novice]], [[wiki: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 [[wiki:wind_blade]]. * If equipped together with Wind Arrow, increases damage by 25%. [Base Intelligence >= 40] * Add a high chance of auto casting Level 5 [[wiki:wind_blade]]. ===== How To Obtain This Item ===== === Loki === * [[wiki:socket_enchant]] \\ ===== Script ===== { if(isequipped(1755)) { if(readparam(bInt)>40) { bonus3 bAutoSpell,"NJ_HUUJIN",5,200; } else { bonus3 bAutoSpell,"NJ_HUUJIN",5,100; } bonus bLongAtkRate,25; } },{},{}