Owl Viscount Silk Hat [1], броня (Renewal)

Owl Viscount Silk Hat [1] (OWLVISCOUNT_SILK_HAT) – броня.

 

A hat made in honor of the guardian deity sleeping in the waterfall to protect Brasilis.
MDEF +5.
Recovers SP by 5 when killing brute monsters using melee physical attacks.
Recovers HP by 100 when killing monsters using melee physical attacks.
When refined to +5 or higher, reduce incoming damage from brute monsters by 5%.
When refined to +7 or higher, reduce incoming damage from brute monsters by additional 5%.
Required level : 20

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

  • ID: 23241
  • Код: OWLVISCOUNT_SILK_HAT
  • Тип: броня
  • Уровень брони: 1
  • Защита: 15
  •  
  • Требуемый уровень: 70
  • Вес: 50

Скрипт

bonus bInt,1;
bonus bAspdRate,10;
.@r = getrefine();
bonus bMatk,7*.@r;
autobonus "{ .@r = getrefine(); bonus bAspdRate,(.@r >= 9 ? 40 : ((.@r >= 7) ? 10 : ((.@r >= 5) ? 5 : 0))); }",20,30000,BF_MAGIC,"{ specialeffect2 EF_SPELLBREAKER; }";