Devil Worshipper Shoes, броня (Renewal)

Devil Worshipper Shoes (DEMONIST_SHOES) – броня.

Devil Worshipper Shoes, броня (Renewal)

Shoes made by a worshipper of Baphomet with magical powers.
Required Mdef + 15
Max HP + 3%
Max SP + 3%
Matk + 2%
Increases the damage of Neutral and Fire property magical attacks on targets by 2%.
If upgrade level is +5 or higher,
Additional Max HP + 7%
Additional Max SP + 7%
Additional Matk + 3%
Increases the damage of Neutral and Fire property magical attacks on targets by an additional 3%.
If upgrade level is +7 or higher,
Additional Max HP + 10%
Additional Max SP + 10%
Additional Matk + 5%
Increases the damage of Neutral and Fire property magical attacks on targets by an additional 5%.

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

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

Скрипт

bonus bMdef,15;
bonus bMaxHPrate,3;
bonus bMaxSPrate,3;
bonus bMatkRate,2;
bonus2 bMagicAtkEle,Ele_Neutral,2;
bonus2 bMagicAtkEle,Ele_Fire,2;
.@r = getrefine();
if (.@r>=5) {
   bonus bMaxHPrate,7;
   bonus bMaxSPrate,7;
   bonus bMatkRate,3;
   bonus2 bMagicAtkEle,Ele_Neutral,3;
   bonus2 bMagicAtkEle,Ele_Fire,3;
}
if (.@r>=7) {
   bonus bMaxHPrate,10;
   bonus bMaxSPrate,10;
   bonus bMatkRate,5;
   bonus2 bMagicAtkEle,Ele_Neutral,5;
   bonus2 bMagicAtkEle,Ele_Fire,5;
}