Bear Bug Card, карта (Renewal)

Bear Bug Card (AEGIS_300470) – карта.

Bear Bug Card, карта (Renewal)

Increases neutral, shadow and ghost property magical damage by 25%.
If base INT is 90 or higher, increases SP consumption of skills by 7%.

Compound on: Accessory (Right)

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

  • Вес: 1

Скрипт

bonus2 bMagicAtkEle,Ele_Ghost,25;
bonus2 bMagicAtkEle,Ele_Neutral,25;
bonus2 bMagicAtkEle,Ele_Dark,25;
if (readparam(bInt)>=90) {
   bonus bUseSPrate,7;
}