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

Max HP - 12%
Max SP - 6%
The user's casting cannot be interrupted outside of WoE.
If compounded item upgrade level is +10 or higher,
Additional Max HP + 6%.
Additional Max SP + 3%.
Базовые свойства предмета
- ID: 15994
- Код: COYOTE_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
bonus bNoCastCancel; .@hp = -12; .@sp = -6; if (getrefine() >= 10) { .@hp += 6; .@sp += 3; } bonus bMaxHPrate,.@hp; bonus bMaxSPrate,.@sp;