Jormungandr Guardian Card, карта (Renewal)

Jormungandr Guardian Card (AEGIS_300460) – карта.

Jormungandr Guardian Card, карта (Renewal)

Matk + 40, increases neutral, shadow and ghost property magical damage by 5%.
If refine rate is 10 or higher, increases neutral, shadow and ghost property magical damage by 5%.
If level of compounded weapon is 5, increases neutral, shadow and ghost property magical damage by additional 10%.
When equipped with Jormungandr Church Bishop Card, increases neutral, shadow and ghost property magical damage by 15%.

Compound on: Weapon

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

  • Вес: 1

Скрипт

bonus2 bMagicAtkEle,Ele_Ghost,5;
bonus2 bMagicAtkEle,Ele_Neutral,5;
bonus2 bMagicAtkEle,Ele_Dark,5;
bonus bMatk,40;
if (getrefine()>=10) {
   bonus2 bMagicAtkEle,Ele_Ghost,5;
   bonus2 bMagicAtkEle,Ele_Neutral,5;
   bonus2 bMagicAtkEle,Ele_Dark,5;
   if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) {
      bonus2 bMagicAtkEle,Ele_Ghost,10;
      bonus2 bMagicAtkEle,Ele_Neutral,10;
      bonus2 bMagicAtkEle,Ele_Dark,10;
   }
}