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

If compounded to a Bow,
Hit + 5
Crit + 5
Increases the damage of Arrow Shower by 50%.
Базовые свойства предмета
- ID: 12757
- Код: BOW_GUARDIAN_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOW) {
bonus bHit,5;
bonus bCritical,5;
bonus2 bSkillAtk,"AC_SHOWER",50;
}