Two-Eye Dollocaris Card, карта (Renewal)

Two-Eye Dollocaris Card (EYES_DOLLOCARIS_CARD) – карта.

Two-Eye Dollocaris Card, карта (Renewal)

Def + 100, Res + 50.
If refine rate is lower than 12, MaxHP - 30%, Atk - 10%, Matk - 10%.
If refine rate is 12 or higher, MaxHP + 30%, Atk + 10%, Matk + 10%.
If level of compounded equipment is 2, Res + 50.
Compound on: Armor

Базовые свойства предмета

  • ID: 16981
  • Код: EYES_DOLLOCARIS_CARD
  • Тип: карта
  •  
  • Вес: 1

Скрипт

bonus bDef,100;
bonus bRes,50;
.@r = getrefine();
if (getrefine() < 12) {
  bonus bMaxHPrate,-30;
  bonus bAtkRate,-10;
  bonus bMatkRate,-10;
}
else {
  bonus bMaxHPrate,30;
  bonus bAtkRate,10;
  bonus bMatkRate,10;
}
if (getequiparmorlv() == 2) {
  bonus bRes,50;
}