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

Ignores defense rate of boss monsters by 30%.
------------------------
If refine rate is 10 or higher, ignores defense rate of boss monsters by additional 20%.
------------------------
Compound : Headgear
Базовые свойства предмета
- ID: 16054
- Код: ANCIENT_TAO_GUNKA_CARD
- Тип: карта
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 1
Скрипт
.@val = 30; if (getrefine() >= 10) { .@val += 20; } bonus2 bIgnoreDefClassRate,Class_Boss,.@val;