Sealed Maya Card, карта (Renewal)

Sealed Maya Card (SLD_MAYA_CARD) – карта.

Sealed Maya Card, карта (Renewal)

Adds a 15% chance to reflect magical attacks that do not target the ground back to the attacker.
If compounded equipment is refined to +15 or above,
The chance is increase to 30% instead.

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

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

Скрипт

if (getrefine()>=15) {
   bonus bMagicDamageReturn,30;
}
else {
   bonus bMagicDamageReturn,15;
}