Great Hero Boots [1], броня (Renewal)

Great Hero Boots [1] (GREAT_HERO_BOOTS) – броня.

Great Hero Boots [1], броня (Renewal)

Shoes worn by a great hero.

It seems to resonate with the Awakened hero's armor.
MaxHP + 1500, MaxSP + 150.
MaxHP + 1%, MaxSP + 1% per 3 refine levels.
When refined to +7 or higher, ATK + 5%, MATK + 5%.
When refined to +9 or higher, reduce fixed casting by 0.5 sec.
When refined to +11 or higher, reduce fixed casting by 0.2 sec.
When refined to +13 or higher, reduce global cooldown by 5%, reduce variable casting by 5%.

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

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

Скрипт

.@r = getrefine();
bonus bMaxHP,1500;
bonus bMaxSP,150;
bonus bMaxHPrate,.@r/3;
bonus bMaxSPrate,.@r/3;
if (.@r >= 7) {
   bonus bAtkRate,5;
   bonus bMatkRate,5;
}
if (.@r >= 9) {
   .@val = -500;
   if (.@r >= 11) {
      .@val -= 200;
      if (.@r >= 13) {
         bonus bDelayrate,-5;
         bonus bVariableCastrate,-5;
      }
   }
   bonus bFixedCast,.@val;
}