Heroic Valor Cloak [1], броня (Renewal)

Heroic Valor Cloak [1] (HERO_COURAGE) – броня.

Heroic Valor Cloak [1], броня (Renewal)

A replica of the shield from Lord of the Death.
It feels like a lot of weight.
------------------------

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

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

Скрипт

.@r = getrefine();
bonus bMaxHP,3000;
bonus bMaxSP,200;
bonus bPAtk,BaseLevel/10;
bonus bRes,5*(BaseLevel/10);
bonus bMRes,5*(BaseLevel/10);
bonus bBaseAtk,10*(.@r/2);
bonus bAtkRate,2*(.@r/3);
if (BaseLevel>=200) {
   bonus bPAtk,1;
   bonus bRes,7;
   bonus bMRes,7;
}
if (.@r>=7) {
   bonus bAspdRate,10;
   if (.@r>=9) {
       bonus2 bAddSize,Size_All,10;
       if (.@r>=11) {
           bonus bDelayrate,-10;
           if (.@r>=13) {
               bonus2 bAddRace,RC_All,15;
           }
       }
   }
}