Gale Bow [1]
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.
Item Script { if(isequipped(1755)) { if(readparam(bInt)>40) { bonus3 bAutoSpell,"NJ_HUUJIN",5,200; } else { bonus3 bAutoSpell,"NJ_HUUJIN",5,100; } bonus bLongAtkRate,25; } },{},{}
does it mean: if base int >40 there is a 2% chance of autocasting wind blade?
and if base int <40 1%?