Sealed High Wizard Card, карта (Renewal)

Sealed High Wizard Card (SLD_B_KATRINN_CARD) – карта.

Sealed High Wizard Card, карта (Renewal)

The wearer's attack will ignore the MDEF of regular monsters,
Increase Floating Casting Time by 150% and reduces SP Recovery by 150%, drains 3000 SP when the compounded headgear is unequipped.
If compounded equipment is refined to +15 and above, increase Floating Casting Time by 120%, reduces SP Recovery by 120%, drains 2000 SP when the compounded headgear is unequipped.
Series : Card

Compound : Headgear
The wearer's attack will ignore the MDEF of regular monsters,
Increase Floating Casting Time by 150% and reduces SP Recovery by 150%, drains 3000 SP when the compounded headgear is unequipped.
If compounded equipment is refined to +15 and above, increase Floating Casting Time by 120%, reduces SP Recovery by 120%, drains 2000 SP when the compounded headgear is unequipped.
Series : Card
Compound : Headgear

Property: N/A

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

  • ID: 12870
  • Код: SLD_B_KATRINN_CARD
  • Тип: карта
  •  
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 1

Скрипт

bonus2 bIgnoreMdefClassRate,Class_Normal,100;
.@rate = ((getrefine()>14)?120:150);
bonus bVariableCastrate,.@rate;
bonus bSPrecovRate,-.@rate;

Скрипт при снятии

heal 0,((getrefine()>14)?-2000:-3000);