Jormungandr Sanctuary Cleaner Card, карта (Renewal)

Jormungandr Sanctuary Cleaner Card (AEGIS_300466) – карта.

Jormungandr Sanctuary Cleaner Card, карта (Renewal)

Atk + 40, increases long ranged physical damage by 5%.
If refine rate is 10 or higher, increases long ranged physical damage by additional 5%.
If level of compounded weapon is 5, increases long ranged physical damage by additional 10%.
When equipped with Jormungandr Church Bishop Card, increases long ranged physical damage by 15%.

Compound on: Weapon

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

  • Вес: 1

Скрипт

bonus bLongAtkRate,5;
bonus bBaseAtk,40;
if (getrefine()>=10) {
   bonus bLongAtkRate,5;
   if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) {
      bonus bLongAtkRate,10;
   }
}