Sealed Time Holder Card, карта (Renewal)
Sealed Time Holder Card (SLD_TIMEHOLDER_CARD) – карта.

MATK + 10%
Increases the SP cost of skills by 20%.
If compounded equipment is refined to +15 or above,
MATK + 15%.
Increases the SP cost of skills by 15%.
Базовые свойства предмета
- ID: 16024
 - Код: SLD_TIMEHOLDER_CARD
 - Тип: карта
 
- Вес: 1
 
Скрипт
if (getrefine()<15) {
   bonus bMatkRate,10;
   bonus bUseSPrate,20;
}
else {
   bonus bMatkRate,15;
   bonus bUseSPrate,15;
}