Resentful Soldier Card, карта (Renewal)
Resentful Soldier Card (BITTERARCHERSK_CARD) – карта. Выпадает из монстров: Resentful Soldier.

Adds a 3% chance of casting Level 5 Double Strafe on the target when performing a physical attack when using a bow.
If upgrade level is +10 or higher,
Increases physical damage on targets by 20% when using a bow.
Set Bonus
Archer Skeleton Card
Resentful Soldier Card
Adds a 2% chance of buffing the user for 5 seconds when performing a physical attack; Aspd + 1.
Базовые свойства предмета
- ID: 15918
- Код: BITTERARCHERSK_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
if (getiteminfo(getequipid(EQI_COMPOUND_ON), ITEMINFO_VIEW) == W_BOW) { bonus3 bAutoSpell,"AC_DOUBLE",5,30; if (getrefine() >= 10) { bonus2 bWeaponDamageRate,W_BOW,20; } }