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

Sealed Professor Card (SLD_PROFESSOR_CARD) – карта.

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

Adds a chance of casting Level 1 Magnetic Earth on the user when receiving a magical attack.
MATK + 3%. Additional Matk + 3%, if the user's base Dex is 110 or higher.
If compounded equipment is refined to +15 or above,
Adds a chance of casting Level 3 Magnetic Earth on the user when receiving a magical attack.
MATK + 5% instead. Additional Matk + 5% instead, if the user's base Dex is 110 or higher.

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

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

Скрипт

if (getrefine()<15) {
   bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",1,1,BF_MAGIC,0;
   bonus bMatkRate,(readparam(bDex)>=110) ? 6 : 3;
}
else {
   bonus5 bAutoSpellWhenHit,"SA_LANDPROTECTOR",3,1,BF_MAGIC,0;
   bonus bMatkRate,(readparam(bDex)>=110) ? 10 : 5;
}