Disillusion Thoughtform Shoes, броня (Renewal)

Disillusion Thoughtform Shoes (DISILLUSION_P_SHOES) – броня.

 

Mdef + 10.
If refine rate is 7 or higher, MaxHP + 10%, ignores magical defense of all race monsters by 50%,
If refine rate is 9 or higher, MaxHP + 10%, ignores magical defense of all race monsters by 50%.

When equipped with Gravitation Staff,
increases Gravitational Field by 4% and Comet damage by 1% per 1 base level.

When equipped with Psychic Spear Rod,
increases Killing Cloud damage by 2% per 1 base level,
increases Psychic Wave damage by 2% per 5 base level.

When equipped with Staff of Miracle,
increases Soul Strike damage by 4% per 1 base level,
increases Soul Expansion damage by 1% per 3 base level.

When equipped with Runaway Magic,
Int + 40, MaxSP + 40%.
―――――――――――――
Def : 12 Mdef : 10

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

  • ID: 30427
  • Код: DISILLUSION_P_SHOES
  • Тип: броня
  • Уровень брони: 1
  • Защита: 12
  •  
  • Требуемый уровень: 100
  • Вес: 20

Скрипт

.@r = getrefine();
bonus bMdef,10;
if (.@r>=7) {
   bonus bMaxHPrate,10;
   bonus2 bIgnoreMdefRaceRate,RC_All,50;
}
if (.@r>=9) {
   bonus bMaxHPrate,10;
   bonus2 bIgnoreMdefRaceRate,RC_All,50;
}