Skin of Gwiber [1], броня (Renewal)

Skin of Gwiber [1] (SKIN_OF_GWIBER) – броня.

Skin of Gwiber [1], броня (Renewal)

The skin of a dragon whose scales were as white as snow, but light as a feather.
Int + 5
Dex + 5
Mdef + 10

Reduces damage taken from Shadow and Undead property attacks by 5%.
Reduces damage taken from Demon and Undead race enemies by 5%.

If upgrade level is +7 or higher,
Restores 10 SP to the user when a monster is killed by a short-ranged attack.
If upgrade level is +8 or higher,
Atk + 5 for every combined sum of 20 base Int and Dex.
Reduces the cast delay of skills by 1% for every combined sum of 20 base Int and Dex.
If upgrade level is +9 or higher,
Restores an additional 10 SP to the user when a monster is killed by a short-ranged attack.

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

  • ID: 26373
  • Код: SKIN_OF_GWIBER
  • Тип: броня
  • Уровень брони: 1
  • Защита: 15
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 60

Скрипт

bonus bInt,5;
bonus bDex,5;
bonus bMdef,10;
bonus2 bSubEle,Ele_Dark,5;
bonus2 bSubEle,Ele_Undead,5;
bonus2 bSubRace,RC_Demon,5;
bonus2 bSubRace,RC_Undead,5;
.@r = getrefine();
.@val = (readparam(bInt)+readparam(bDex))/20;
if (.@r>=7) {
   bonus bSPGainValue,10;
   if (.@r>=8) {
      bonus bBaseAtk,5*.@val;
      bonus bDelayrate,-1*.@val;
      if (.@r>=9) {
         bonus bSPGainValue,10;
      }
   }
}