Perverse Demon Mask [1], броня (Renewal)

Perverse Demon Mask [1] (PERVERSE_DEMON_MASK) – броня.

Perverse Demon Mask [1], броня (Renewal)

A demon mask found nearby a Buddha statue in Payon. Some say it has been used for some kind of ritual.
This accessory can only be equipped in the left accessory slot.
For every 18 base Str,
Int + 3
Bypass 15% of hard magic defense of All Races when performing a magical attack.

For every 18 base Agi,
Luk + 3
Perfect Dodge + 1

For every 18 base Vit,
Dex + 3
Reduces the variable casting time of skills by 1%.

For every 18 base Int,
Str + 3
Reduces the global delay of skills by 1%.

For every 18 base Dex,
Vit + 3
Max HP + 1%

For every 18 base Luk,
Agi + 3
Bypass 15% of hard defense of All Races when performing a physical attack.

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

  • ID: 27944
  • Код: PERVERSE_DEMON_MASK
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 80
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 6

Скрипт

.@s = readparam(bStr);
.@a = readparam(bAgi);
.@d = readparam(bDex);
.@v = readparam(bVit);
.@l = readparam(bLuk);
.@i = readparam(bInt);
bonus bStr,3*(.@i/18);
bonus bAgi,3*(.@l/18);
bonus bVit,3*(.@d/18);
bonus bInt,3*(.@s/18);
bonus bDex,3*(.@v/18);
bonus bLuk,3*(.@a/18);
bonus bMaxHPrate,(.@d/18);
bonus bFlee2,(.@a/18);
bonus bMaxHPrate,(.@d/18);
bonus bVariableCastrate,-(.@v/18);
bonus bDelayrate,-(.@i/18);
bonus2 bIgnoreDefClassRate,Class_All,15*(.@l/18);
bonus2 bIgnoreMdefRaceRate,RC_All,15*(.@s/18);