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

Sealed Paladin Card (SLD_PALADIN_CARD) – карта.

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

Adds a chance of casting Level 5 Grand Cross on the user when receiving a physical attack.
MHP + 5%. Additional Max HP + 5%, if the user's base Int is 110 or higher.
If compounded equipment is refined to +15 or above,
Adds a chance of casting Level 7 Grand Cross on the user when receiving a physical attack.
Max HP + 7% instead. Additional Max HP + 7% instead, if the user's base Int is 110 or higher.

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

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

Скрипт

if (getrefine()<15) {
   bonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",5,1,BF_WEAPON,0;
   bonus bMaxHPrate,(readparam(bInt)>=110) ? 10 : 5;
}
else {
   bonus5 bAutoSpellWhenHit,"CR_GRANDCROSS",7,1,BF_WEAPON,0;
   bonus bMaxHPrate,(readparam(bInt)>=110) ? 14 : 7;
}