Illusion Saint Robe [1], броня (Renewal)

Illusion Saint Robe [1] (SAINT_ROBE_IL) – броня.

Illusion Saint Robe [1], броня (Renewal)

MaxHP + 10%, MaxSP + 10%.
Mdef + 10.
If refine rate is 9 or higher, reduces physical and magical damage taken from fish race monsters by 15%.
If refine rate is 11 or higher, ignores defense rate of fish race monsters by 20%.

When equipped with Illusion Combo Battle Glove, Atk + 30.
If refine rate of each is 7 or higher, Atk + 5%.
If the sum of refine rate is 18 or higher, increases Sky Blow damage by 20%.
If the sum of refine rate is 22 or higher, reduces global cooldown by 10%.

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

  • ID: 30243
  • Код: SAINT_ROBE_IL
  • Тип: броня
  • Уровень брони: 1
  • Защита: 60
  •  
  • Требуемый уровень: 120
  • Профессии: acolyte, alchemist, blacksmith, merchant, monk, priest
  • Вес: 60

Скрипт

.@r = getrefine();
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bMdef,10;
if (.@r>=9) {
   bonus2 bSubRace,RC_Fish,15;
}
if (.@r>=11) {
   bonus2 bIgnoreDefRaceRate,RC_Fish,20;
}