Octopus Hat [1], броня (Renewal)

Octopus Hat [1] (OCTOPUS_HAT_J) – броня.

Octopus Hat [1], броня (Renewal)

A funny looking octopus wearing a gentleman's hat. You will feel like being teased just by looking at it.
Mdef + 8
Increases the recovery rate of Fresh Fish consumables by 50%.
Increases the recovery rate of Raw Fish and Sushi consumables by 125%.
If upgrade level is +5 or higher,
Increases the recovery rate of Fresh Fish consumables by an additional 50%.
Increases the recovery rate of Raw Fish and Sushi consumables by an additional 125%.
If upgrade level is +6 or higher,
Increases the recovery rate of Fresh Fish consumables by an additional 50%.
Increases the recovery rate of Raw Fish and Sushi consumables by an additional 125%.
If upgrade level is +7 or higher,
Increases the recovery rate of Fresh Fish consumables by an additional 50%.
Increases the recovery rate of Raw Fish and Sushi consumables by an additional 125%.
This item is indestructible in battle.

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

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

Скрипт

bonus bMdef,8;
bonus bUnbreakableHelm,1;
bonus2 bAddItemHealRate,579,50;
bonus2 bAddItemHealRate,544,125;
bonus2 bAddItemHealRate,551,125;
.@r = getrefine();
if (.@r>=5) {
   bonus2 bAddItemHealRate,579,50;
   bonus2 bAddItemHealRate,544,125;
   bonus2 bAddItemHealRate,551,125;
}
if (.@r>=6) {
   bonus2 bAddItemHealRate,579,50;
   bonus2 bAddItemHealRate,544,125;
   bonus2 bAddItemHealRate,551,125;
}
if (.@r>=7) {
   bonus2 bAddItemHealRate,579,50;
   bonus2 bAddItemHealRate,544,125;
   bonus2 bAddItemHealRate,551,125;
}