Drifter's Cape, броня (Renewal)

Drifter's Cape (MANTEAU_OF_VAGABOND) – броня.

Drifter's Cape, броня (Renewal)

A cape worn by the drifting gunmen of the west. It looks pretty durable.
Required Reduces damage taken from Neutral property attacks by 20%.
If upgrade level is +7 or higher,
Reduces damage taken from Neutral property attacks by an additional 5%.
If upgrade level is +9 or higher,
Reduces damage taken from Neutral property attacks by an additional 5%.

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

  • ID: 26370
  • Код: MANTEAU_OF_VAGABOND
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Вес: 40

Скрипт

.@r = getrefine();
.@bonus = 20;
if (.@r>=7) {
   .@bonus += 5;
}
if (.@r>=9) {
   .@bonus += 5;
}
bonus2 bSubEle,Ele_Neutral,.@bonus;