Yggdrasil Crown [1], броня (Renewal)

Yggdrasil Crown [1] (YGGDRASIL_CROWN) – броня.

Yggdrasil Crown [1], броня (Renewal)

A crown woven from Yggdrasil's branches which represents new life after a sacrifice.
Vit + 2
Int + 2
Increases the recovery rate of recovery skills by 1%.
Increases the recovery rate of recovery skills by an additional 1% per upgrade level of the item up to a maximum upgrade level of 6.
Increases the recovery rate of recovery skills by an additional 2% per upgrade level of the item past the upgrade level of 6.
Concept by Channa.

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

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

Скрипт

bonus bMdef,3;
bonus bHealPower,2;
.@r = getrefine();
bonus bHealPower2,10;
if (.@r >= 7) {
   bonus bHealPower,5;
}
if (.@r >= 9) {
   bonus bHealPower,3;
}