Noble Mask, броня (Renewal)

Noble Mask (NOBLE_MASK) – броня.

Noble Mask, броня (Renewal)

Increases Martyr's Reckoning damage by 2% per 1 base level.
Reduces variable casting time of Sacrifice by 2 seconds.
Reduces variable casting time of Gloria Domini by 2 seconds.
MaxHP + 1%, increases attack speed (reduces delay after attack by 1%).
If base level is 100 or higher, MaxHP + 1%, increases attack speed (reduces delay after attack by additional 1%).
If base level is 150 or higher, MaxHP + 1%, increases attack speed (reduces delay after attack by additional 1%).

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

  • ID: 23261
  • Код: NOBLE_MASK
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 30
  • Вес: 20

Скрипт

bonus2 bSkillAtk,"PA_SACRIFICE",BaseLevel*2;
bonus2 bSkillVariableCast,"PA_PRESSURE",-2000;
bonus2 bSkillVariableCast,"CR_DEVOTION",-2000;
if (BaseLevel > 149) {
   bonus bMaxHPrate,3;
   bonus bAspdRate,3;
} else if (BaseLevel > 99) {
   bonus bMaxHPrate,2;
   bonus bAspdRate,2;
}
else {
   bonus bMaxHPrate,1;
   bonus bAspdRate,1;
}