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

Jormungandr Sanctuary Guardian Card (AEGIS_300465) – карта.

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

STR + 10, VIT + 15, LUK - 25.
Reduces physical and magical damage taken from all size enemies by 20%.
Reduces magical damage against holy, shadow, ghost and poison property enemies by 25%.
Every refine rate, Def + 20, Res + 5.
If refine rate is 7 or higher, increases physical damage against water, wind, earth and fire property enemies by 25%.
If refine rate is 10 or higher, increases melee and long ranged physical damage by 10%.

Compound on: Shield

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

  • Вес: 1

Скрипт

.@r = getrefine();
bonus bStr,10;
bonus bVit,15;
bonus bLuk,-25;
bonus2 bSubSize,Size_All,20;
bonus2 bMagicAddEle,Ele_Poison,-25;
bonus2 bMagicAddEle,Ele_Ghost,-25;
bonus2 bMagicAddEle,Ele_Holy,-25;
bonus2 bMagicAddEle,Ele_Dark,-25;
bonus bDef,20*.@r;
bonus bRes,5*.@r;
if (.@r>=7) {
   bonus2 bAddEle,Ele_Water,25;
   bonus2 bAddEle,Ele_Wind,25;
   bonus2 bAddEle,Ele_Earth,25;
   bonus2 bAddEle,Ele_Fire,25;
   if (.@r>=10) {
      bonus bLongAtkRate,10;
      bonus bShortAtkRate,10;
   }
}