Divine Phoenix [1], броня (Renewal)

Divine Phoenix [1] (AEGIS_480319) – броня.

 

A legendary relic bestowed upon an adventurer by a divine phoenix clad in heavenly light.
It is said that this equipment provides divine protection.
------------------------
Reduce damage taken from normal and boss monsters by 5%.
------------------------
Reduce damage taken from Players by 5%.
------------------------
For every refine level,
MaxHP + 2% , MaxSP + 2%
Reduces damage taken from Holy property attacks by 7%.
------------------------
When refined to +7 or higher,
All Basic Status + 10
Increase physical and magical damage to all property monsters by 10%.
------------------------
When refined to +9 or higher,
Increase physical and magical damage to all property monsters by 15%.
When performing physical attack, there's a chance to absorb 5% of damage as HP.
------------------------
Def : 38

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

  • ID: 30775
  • Код: AEGIS_480319
  • Тип: броня
  • Уровень брони: 1
  • Защита: 38
  •  
  • Требуемый уровень: 100
  • Вес: 40

Скрипт

.@r = getrefine();
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
bonus bMaxHPrate,2*.@r;
bonus bMaxSPrate,2*.@r;
bonus2 bSubEle,Ele_Holy,7*.@r;
if (.@r>=7) {
   bonus bAllStats,10;
   bonus2 bAddEle,Ele_All,10;
   bonus2 bMagicAddEle,Ele_All,10;
}
if (.@r>=9) {
   bonus2 bAddEle,Ele_All,15;
   bonus2 bMagicAddEle,Ele_All,15;
   bonus2 bHPDrainRate,5,100;
}