Vigilante Bow [2], лук (Renewal)
Vigilante Bow [2] (VIGILANTE_BOW) – оружие. Выпадает из монстров: Spider Chariot, Elite Buffalo Bandit (E), Buffalo Bandit Sharpsho.
![Vigilante Bow [2], лук (Renewal) Vigilante Bow [2], лук (Renewal)](/images/db/items/picture/18145.png)
A bow used by members of a vigilante group that once existed to stop criminals.
Property: Neutral
Required Increases long-ranged damage on targets by 5% for every 20 base Dex.
If upgrade level is +7 or higher,
Increases long-ranged damage on targets by an additional 10%.
If upgrade level is +9 or higher,
Increases the damage of Double Strafe by 50%.
Set Bonus
Vigilante Badge
Vigilante Bow
Vigilante Suit
Increases the damage of Double Strafe by 50%.
Reduces the SP cost of Triangle Shot by 10.
Скрипт
.@r = getrefine(); .@bonus = 5*(readparam(bDex)/20); if (.@r>=7) { .@bonus += 10; } if (.@r>=9) { bonus2 bSkillAtk,"AC_DOUBLE",50; } bonus2 bWeaponDamageRate,W_BOW,.@bonus;