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

Sealed Creator Card (SLD_CREATOR_CARD) – карта.

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

Adds a chance of casting Level 1 Acid Terror on the attacker when receiving a physical attack, consumes Acid Bottle.
CRI + 10. Additional Crit + 10, if the user's base Str is 110 or higher.
If compounded equipment is refined to +15 or above,
Adds a chance of casting Level 3 Acid Terror on the attacker when receiving a physical attack, consumes Acid Bottle.
Crit + 15 Instead. Additional Crit + 15 instead, if the user's base Str is 110 or higher.

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

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

Скрипт

if (getrefine()<15) {
   bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",1,1,BF_WEAPON,1;
   bonus bCritical,(readparam(bStr)>=110) ? 20 : 10;
}
else {
   bonus5 bAutoSpellWhenHit,"AM_ACIDTERROR",3,1,BF_WEAPON,1;
   bonus bCritical,(readparam(bStr)>=110) ? 30 : 20;
}