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

If compounded to One-Handed or Two-Handed Sword,
Hit + 5
Crit + 5
Increases the damage of Bowling Bash by 25%.
Базовые свойства предмета
- ID: 12756
- Код: SWORD_GUARDIAN_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
.@i = getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW); if (.@i == W_1HSWORD || .@i == W_2HSWORD) { bonus bHit,5; bonus bCritical,5; bonus2 bSkillAtk,"KN_BOWLINGBASH",25; }