Superior Rgan Shaman Card, карта (Renewal)

Superior Rgan Shaman Card (AEGIS_300462) – карта.

Superior Rgan Shaman Card, карта (Renewal)

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

Compound on: Weapon

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

  • Вес: 1

Скрипт

bonus2 bMagicAtkEle,Ele_Earth,5;
bonus2 bMagicAtkEle,Ele_Fire,5;
bonus2 bMagicAtkEle,Ele_Wind,5;
bonus bMatk,40;
if (getrefine()>=10) {
   bonus2 bMagicAtkEle,Ele_Earth,5;
   bonus2 bMagicAtkEle,Ele_Fire,5;
   bonus2 bMagicAtkEle,Ele_Wind,5;
   if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_WEAPONLEVEL)==5) {
      bonus2 bMagicAtkEle,Ele_Earth,10;
      bonus2 bMagicAtkEle,Ele_Fire,10;
      bonus2 bMagicAtkEle,Ele_Wind,10;
   }
}