Circulation of Life: Autumn [1], броня (Renewal)

Circulation of Life: Autumn [1] (CIRCUL_OF_LIFE_AUTUMN) – броня.

Circulation of Life: Autumn [1], броня (Renewal)

SPL + 4, CON + 4.
Increases SP consumption of skills by 15%.
Every 2 refine rate, Matk + 10.
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 + 7, reduces global cooldown by 10%.


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

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

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

Скрипт

.@g = getenchantgrade();
.@r = getrefine();
bonus bSpl,4;
bonus bCon,4;
bonus bUseSPrate,15;
bonus bMatk,10*(.@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,7;
      }
   }
}
if (.@g>=ENCHANTGRADE_D) {
   bonus bMRes,25;
   bonus bRes,25;
   if (.@g>=ENCHANTGRADE_C) {
      bonus2 bMagicAtkEle,Ele_All,7;
      bonus bMatkRate,10;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bSMatk,7;
         bonus bDef,50;
         bonus bSpl,5;
         bonus bCon,5;
         if (.@g>=ENCHANTGRADE_A) {
            bonus2 bMagicAddEle,Ele_All,7;
            bonus bSMatk,9;
         }
      }
   }
}