Ultimate Rasgandr Card, карта (Renewal)

Ultimate Rasgandr Card (AEGIS_300472) – карта.

Ultimate Rasgandr Card, карта (Renewal)

Increases magical damage against boss monsters by 40%, MaxHP - 15%.
If refine rate is 12 or higher, S.Matk + 15.
If the user's base level is 200 or higher, SPL + 15.
If base SPL is 90 or higher, Matk + 15%.

Compound on: Armor

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

  • Вес: 1

Скрипт

bonus2 bMagicAddClass,Class_Boss,40;
bonus bMaxHPrate,-15;
if (getrefine()>=12) {
   bonus bSMatk,15;
}
if (BaseLevel>=200) {
   bonus bSpl,15;
}
if (readparam(bSpl)>=90) {
   bonus bMatkRate,15;
}