Calf Anaconda [2], дробовик (Renewal)
Calf Anaconda [2] (CALF_ANACONDA) – оружие.
![Calf Anaconda [2], дробовик (Renewal) Calf Anaconda [2], дробовик (Renewal)](/images/db/items/picture/28242.png)
Splash attack, MaxSP + 2%.
Increase long ranged physical damage by 5% per 2 refine rate.
If refine rate is 7 or higher, increases Vanishing Buster damage by 20%.
If refine rate is 9 or higher, increases long ranged physical damage by 5%.
If refine rate is 12 or higher, reduces SP consumption of Vanishing Buster by 15%.
Скрипт
.@r = getrefine(); bonus bSplashRange,1; bonus bMaxSPrate,2; bonus bLongAtkRate,(.@r/2)*5 + (.@r > 8 ? 5 : 0); if (.@r > 6) { bonus2 bSkillAtk,"RL_BANISHING_BUSTER",20; } if (.@r > 11) { bonus2 bSkillUseSPrate,"RL_BANISHING_BUSTER",15; }