Legacy of Wise One [1], броня (Renewal)

Legacy of Wise One [1] (LEGACY_OF_WISE_ONE_J) – броня.

 

A crystal of wisdom left behind by a great sage.
The past and the present meet, and the adventurers advance into the future.
------------------------
MDEF + 10.
------------------------
Reduce After Cast Delay by 20%.
------------------------
Reduce damage taken from normal and boss monsters by 20%.
------------------------
When refined to +10 or higher,
Increase physical and magic damage against all race monsters (except players) by 30%.
Reduce damage taken from Players by 13%.
------------------------
When refined to +12 or higher, MHP + 30%, MSP + 30%.
------------------------
Def : 10

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

  • ID: 29388
  • Код: LEGACY_OF_WISE_ONE_J
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 100
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bMdef,10;
bonus2 bSubClass,Class_Boss,20;
bonus2 bSubClass,Class_Normal,20;
bonus2 bAddEle,Ele_All,10;
bonus2 bMagicAddEle,Ele_All,10;
if (.@r>=7) {
   bonus bAllStats,10;
   bonus2 bAddEle,Ele_All,15;
   bonus2 bMagicAddEle,Ele_All,15;
}
if (.@r>=9) {
   bonus bAllStats,10;
   bonus2 bSubRace,RC_Player_Human,13;
}