Manteau of Mystic Frozen [1], броня (Renewal)

Manteau of Mystic Frozen [1] (MANTEAU_OF_MISTIC_FROZ) – броня.

Manteau of Mystic Frozen [1], броня (Renewal)

Rental Item
A manteau with water spirit. It is protected by water all the time.
Decrease 10% damage against Water property attacks.
Increase 10% damage from Wind property attacks.
When being physically attacked by a short distance attacks, it can activate Freezing by a certain chance.
With more than 6 refine Lv, Freezing chance will be increased per each refine Lv.
With more than 10 refine Lv, additional Freezing chance will be increased.
Indestructible.
Required LV : 71

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

  • ID: 26302
  • Код: MANTEAU_OF_MISTIC_FROZ
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 70
  • Вес: 30

Скрипт

.@r = getrefine();
bonus2 bSubEle,Ele_Water,10;
bonus2 bSubEle,Ele_Wind,-10;
if (.@r>=6)
   .@val = .@r*100;
if (.@r>=10)
   .@val += 1000;
bonus2 bAddEffWhenHit,Eff_Freeze,500+.@val;
bonus bUnbreakableGarment;