Gold Queen Scaraba Card, карта (Renewal)
Gold Queen Scaraba Card (GOLD_Q_SCARABA_CARD) – карта. Выпадает из монстров: Gold Queen Scaraba (I).

Account Bound
Int + 3
Reduces damage taken from Insect race enemies by 10%.
If upgrade level of the compounded item is +9 or higher, reduces damage taken from Insect race enemies by an additional 5%
Базовые свойства предмета
- ID: 12838
 - Код: GOLD_Q_SCARABA_CARD
 - Тип: карта
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 1
 
Скрипт
bonus bInt,3;
bonus2 bSubRace,RC_Insect,10;
if (getrefine()>=9) {
   bonus2 bSubRace,RC_Insect,5;
}