Sealed Gioia Card, карта (Renewal)
Sealed Gioia Card (SLD_GIOIA_CARD) – карта.

Increases the damage of Wind and Ghost property magical attacks on targets by 50%.
Increases damage taken from all property attacks by 60%.
If compounded equipment is refined to +15 or above,
Increases the damage of Wind and Ghost property magical attacks on targets by 75%.
Increases damage taken from all property attacks by 40%.
Базовые свойства предмета
- ID: 16021
 - Код: SLD_GIOIA_CARD
 - Тип: карта
 
- Вес: 1
 
Скрипт
if (getrefine()<15) {
   bonus2 bMagicAtkEle,Ele_Ghost,50;
   bonus2 bMagicAtkEle,Ele_Wind,50;
   bonus2 bSubEle,Ele_All,-60;
}
else {
   bonus2 bMagicAtkEle,Ele_Ghost,75;
   bonus2 bMagicAtkEle,Ele_Wind,75;
   bonus2 bSubEle,Ele_All,-40;
}