Fallen Wing Hairpin-LT [1], броня (Renewal)

Fallen Wing Hairpin-LT [1] (GOTHIC_HW_TW_LT) – броня.

Fallen Wing Hairpin-LT [1], броня (Renewal)

A chiffon cake-shaped hat with prickly white bunny ears.
The heart decoration and the ribbon on the back are the charming points.
------------------------

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

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

Скрипт

.@r = getrefine();
.@g = getenchantgrade();
bonus bMaxHPrate,10;
bonus bDelayrate,8-(2*(.@r/2));
bonus bMaxHP,3000*(.@r/3);
if (.@r>=7) {
   bonus bDelayrate,-10;
   if (.@r>=9) {
       bonus bAtkRate,10;
       bonus bMatkRate,10;
       if (.@r>=11) {
           bonus2 bAddRace,RC_All,15;
           bonus2 bMagicAddRace,RC_All,15;
           if (.@r>=13) {
               bonus bNearAtkDef,10;
               bonus bLongAtkDef,10;
           }
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bPAtk,5;
   bonus bSMatk,5;
   if (.@g>=ENCHANTGRADE_C) {
       bonus bMaxHP,15000;
       bonus bDelayrate,-5;
       if (.@g>=ENCHANTGRADE_B) {
           autobonus "{ bonus2 bMagicAtkEle,Ele_All,20; bonus bShortAtkRate,20; bonus bLongAtkRate,20; }",20,10000,BF_WEAPON|BF_MAGIC;
           if (.@g>=ENCHANTGRADE_A) {
               bonus2 bSubEle,Ele_All,10;
           }
       }
   }
}