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

Pale Moon Hat [1] (PALE_MOON_HAT) – броня.

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

A hat which is sealed with the executors wing.


Required

FLEE + 20
Increases physical and magical damage on Thanatos monsters by 5%.
Reduces damage taken from Thanatos monsters by 5%.


If upgrade level is +5 or higher,
Increases physical and magical damage on Thanatos monsters by an additional 10%.
Reduces damage taken from Thanatos monsters by an additional 10%.


If upgrade level is +7 or higher,
Increases physical and magical damage on Thanatos monsters by an additional 15%.
Reduces damage taken from Thanatos monsters by an additional 15%.


If upgrade level is +9 or higher,
Increases physical and magical damage on Thanatos monsters by an additional 20%.
Reduces damage taken from Thanatos monsters by an additional 20%.

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

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

Скрипт

bonus bFlee,20;
bonus2 bAddRace2,RC2_THANATOS,5;
bonus2 bSubRace2,RC2_THANATOS,5;
bonus2 bMagicAddRace2,RC2_THANATOS,5;
if (getrefine()>4) {
   bonus2 bAddRace2,RC2_THANATOS,10;
   bonus2 bSubRace2,RC2_THANATOS,10;
   bonus2 bMagicAddRace2,RC2_THANATOS,10;
}
if (getrefine()>6) {
   bonus2 bAddRace2,RC2_THANATOS,15;
   bonus2 bSubRace2,RC2_THANATOS,15;
   bonus2 bMagicAddRace2,RC2_THANATOS,15;
}
if (getrefine()>8) {
   bonus2 bAddRace2,RC2_THANATOS,20;
   bonus2 bSubRace2,RC2_THANATOS,20;
   bonus2 bMagicAddRace2,RC2_THANATOS,20;
}
skill "ALL_THANATOS_RECALL",1;