Sealed Memory of Thanatos Card, карта (Renewal)

Sealed Memory of Thanatos Card (SLD_THANATOS_CARD) – карта.

Sealed Memory of Thanatos Card, карта (Renewal)

Enchants compounded weapon with the Occult Impaction skill effect.
Each attack drains 3 SP.
DEF -60, Flee -60.

If compounded equipment is refined to +15 or above,
Each attack drains 2 SP.
DEF -40, Flee -40.

Warning! Sillit Pong is not available for card removal.

Compound on: Weapon

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

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

Скрипт

.@r = getrefine();
bonus bSPDrainValue,((.@r>=15)?-2:-3);
bonus bDef,((.@r>=15)?-40:-60);
bonus bFlee,((.@r>=15)?-40:-60);
bonus bDefRatioAtkClass,Class_All;