Manteau of Mystical Beast: Autumn [1], броня (Renewal)

Manteau of Mystical Beast: Autumn [1] (SEASON_HOOD_AUTUMN) – броня.

Manteau of Mystical Beast: Autumn [1], броня (Renewal)

SPL + 2, CON + 2.
Increases SP consumption of skills by 15%.
Every 2 refine rate, Matk + 5.
Every 3 refine rate, increases all property magical damage by 2%.
If refine rate is 7 or higher, reduces variable casting time by 10%.
If refine rate is 9 or higher, reduces variable casting time by additional 5%, increases attack speed (reduces delay after attack by 5%).
If refine rate is 11 or higher, S.Matk + 2, reduces global cooldown by 10%.


[Bonus by grade]
[Grade D] Res + 25, Mres + 25.
[Grade C] Matk + 7%, increases all property magical damage by 7%.
[Grade B] SPL + 5, CON + 5, S.Matk + 3, Def + 50.
[Grade A] S.Matk + 5, increases magical damage against all property enemies by 5%.

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

  • ID: 30802
  • Код: SEASON_HOOD_AUTUMN
  • Тип: броня
  • Уровень брони: 2
  • Защита: 80
  •  
  • Требуемый уровень: 250
  • Вес: 70

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bSpl,2;
bonus bCon,2;
bonus bUseSPrate,15;
bonus bMatk,5*(.@r/2);
bonus2 bMagicAtkEle,Ele_All,2*(.@r/3);
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   if (.@r>=9) {
      bonus bAspdRate,5;
      bonus bVariableCastrate,-5;
      if (.@r>=11) {
         bonus bDelayrate,-10;
         bonus bSMatk,2;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMRes,25;
   bonus bRes,25;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_All,7;
      bonus bMatkRate,7;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bSMatk,3;
         bonus bDef,50;
         bonus bSpl,5;
         bonus bCon,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bMagicAddEle,Ele_All,5;
            bonus bSMatk,5;
         }
      }
   }
}