Suspicious Iwin Soldier Card, карта (Renewal)

Suspicious Iwin Soldier Card (AEGIS_300461) – карта.

Suspicious Iwin Soldier Card, карта (Renewal)

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

Compound on: Weapon

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

  • Вес: 1

Скрипт

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