Unknown Intelligence Boots [1], броня (Renewal)

Unknown Intelligence Boots [1] (MD_AIRBOAT_BOOTS4) – броня.

Unknown Intelligence Boots [1], броня (Renewal)

Ceremonial shoes eroded by an unknown force.
------------------------
Every 2 refine level, MATK + 15, healing effectiveness + 2%.
------------------------
Every 3 refine level, MHP + 80, MSP + 20.
------------------------
When refined to +9 or higher, reduce variable casting time by 7%.
------------------------
When refined to +11 or higher,
When performing magic attack, there's a chance INT + 175 for 10 seconds.
------------------------
When refined to +13 or higher, increase all property magical damage by 7%.
------------------------
[Grade Bonus]
[Grade D] INT gained from the effect is increased by additional 25.
[Grade C] INT gained from the effect is increased by additional 25.
------------------------
Def : 50

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

  • ID: 30441
  • Код: MD_AIRBOAT_BOOTS4
  • Тип: броня
  • Уровень брони: 2
  • Защита: 50
  •  
  • Требуемый уровень: 230
  • Вес: 65

Скрипт

.@r = getrefine();
bonus bMatk,15*(.@r/2);
bonus bHealPower,2*(.@r/2);
bonus bMaxHP,80*(.@r/3);
bonus bMaxSP,20*(.@r/3);
if (.@r>=9) {
   bonus bVariableCastrate,-7;
   if (.@r>=11) {
      autobonus "{ .@g = getenchantgrade(); if (.@g >= ENCHANTGRADE_D) { .@val = 25; if (.@g >= ENCHANTGRADE_C) { .@val += 25; } } bonus bInt,175+.@val; }",1,10000,BF_MAGIC;
      if (.@r>=13) {
         bonus2 bMagicAtkEle,Ele_All,7;
      }
   }
}