Boots of Judgment-LT [1], броня (Renewal)

Boots of Judgment-LT [1] (AGENDA_BOOTS_LT_TW) – броня.

Boots of Judgment-LT [1], броня (Renewal)

Shoes modeled after the constellations of stars.
The twin constellations floating in the starry sky shine beautifully as two single stars.
------------------------
Reduce damage taken from normal and boss monsters by 5%.
------------------------
Reduce damage taken from players by 10%.
------------------------
For every refine level, Perfect Hit + 5, reduce damage taken from Holy property attack by 3%.
------------------------
When refined to +10 or higher, all basic status + 10, increase physical and magic damage against all property monsters by 15%.
------------------------
When refined to +12 or higher, ASPD + 20%, increase physical and magic damage against all property monsters by additional 25%.
------------------------
When refined to +14 or higher, MHP + 20%, reduce After Cast Dealy by 30%.
------------------------
Def : 20

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

  • ID: 30516
  • Код: AGENDA_BOOTS_LT_TW
  • Тип: броня
  • Уровень брони: 2
  • Защита: 20
  •  
  • Требуемый уровень: 190
  • Вес: 30

Скрипт

.@r = getrefine();
.@g = getenchantgrade();
bonus bMdef,15;
bonus bUseSPrate,10;
bonus bBaseAtk,10*(.@r/2);
bonus bMatk,10*(.@r/2);
bonus2 bMagicAtkEle,Ele_Holy,10*(.@r/3);
bonus2 bMagicAtkEle,Ele_Neutral,10*(.@r/3);
bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",20*(.@r/3);
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
       bonus bAtkRate,7;
       bonus bMatkRate,7;
       if (.@r>=11) {
           bonus2 bAddRace,RC_All,10;
           bonus2 bMagicAddRace,RC_All,10;
           if (.@r>=12) {
               bonus2 bSkillCooldown,"SR_RIDEINLIGHTNING",-500;
               bonus2 bSkillCooldown,"AB_ADORAMUS",-1000;
           }
       }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bPAtk,2;
   bonus bSMatk,2;
   if (.@g>=ENCHANTGRADE_C) {
       autobonus "{ bonus bAtkRate,25; bonus bMatkRate,25; }",30,10000,BF_WEAPON|BF_MAGIC;
       if (.@g>=ENCHANTGRADE_B) {
           if (.@r>=12)
               bonus bFixedCast,-500;
       }
   }
}