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

Physical and Magical Damage to Fish type monsters +10%
If the shoes's refinement level is above 9, additionally physical and magical damage to fish type monsters +5%
Базовые свойства предмета
- ID: 15943
- Код: PIRANHA_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
.@val = 10;
if (getrefine() >= 9) {
.@val += 5;
}
bonus2 bAddRace,RC_Fish,.@val;
bonus2 bMagicAddRace,RC_Fish,.@val;
