Illusion Morrigane's Helm [1], броня (Renewal)

Illusion Morrigane's Helm [1] (MORRIGANE_HELM_IL) – броня.

Illusion Morrigane's Helm [1], броня (Renewal)

Str + 5, Cri + 5.
If refine rate is 7 or higher, Atk + 50.
If refine rate is 9 or higher, increases attack speed (reduces delay after attack by 10%).

When equipped with Illusion Morrigane's Manteau, Belt and Pendant,
Str + 5, Atk + 10%, Cri + 5, MaxHP + 10%, MaxSP + 10%, increases physical damage against small size monsters by 20%.
If the sum of refine rate is 18 or higher, Perfect Dodge + 10, Atk + 50.
If the sum of refine rate is 22 or higher, increases critical damage by 20%, increases physical damage against medium size monsters by 20%.

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

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

Скрипт

.@r = getrefine();
bonus bCritical,5;
bonus bStr,5;
if (.@r>=7) {
   bonus bBaseAtk,50;
}
if (.@r>=9) {
   bonus bAspdRate,10;
}