Unpredictable Magic Cloak [1], броня (Renewal)

Unpredictable Magic Cloak [1] (CHANGEABLE_MAGIC_CAPE) – броня.

Unpredictable Magic Cloak [1], броня (Renewal)

Cri + 3, C.Rate + 5.
Atk + 15 and increases critical damage by 3% per 2 refine rate.
Increases physical damage against all size enemies by 5% per 3 refine rate.
If refine rate is 7 or higher, Atk + 5%, P.Atk + 7.
If refine rate is 9 or higher, reduces global cooldown by 10%.
If refine rate is 11 or higher, Def + 150, reduces global cooldown by addtional 5%.

When equipped with Drake Card, Cri + 15, C.Rate + 10, increases melee and long ranged physical damage by 15%.

[Bonus by grade]
[Grade D] Cri + 3, CRT + 3.
[Grade C] Increases critical damage by 15%.
[Grade B] POW +3, CON + 3.
[Grade A] P.Atk + 7.

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

  • ID: 30675
  • Код: CHANGEABLE_MAGIC_CAPE
  • Тип: броня
  • Уровень брони: 1
  • Защита: 40
  •  
  • Требуемый уровень: 1
  • Вес: 20

Скрипт

.@r = getrefine();
bonus bMatk,4*.@r;
bonus2 bMagicAtkEle,Ele_All,2*(.@r/3);
if (.@r>=7)
   bonus bAspdRate,10;
if (.@r>=9)
   bonus bMatkRate,10;
if (.@r>=11) {
   bonus3 bAutoSpell,"MG_THUNDERSTORM",5,50;
   bonus3 bAutoSpell,"WZ_HEAVENDRIVE",5,50;
}
if (getskilllv("SC_AUTOSHADOWSPELL") == 10) {
   bonus bMatk,150;
   bonus2 bMagicAddEle,Ele_All,10;
   if (.@r>=9) {
       bonus3 bAutoSpell,"WL_HELLINFERNO",3,50;
       bonus3 bAutoSpell,"SO_DIAMONDDUST",3,50;
   }
   if (.@r>=11) {
       bonus3 bAutoSpell,"SO_EARTHGRAVE",3,50;
       bonus3 bAutoSpell,"WL_CHAINLIGHTNING",3,50;
   }
   if (.@r>=13) {
       bonus2 bIgnoreMdefClassRate,Class_Boss,15;
       bonus2 bIgnoreMdefClassRate,Class_Normal,15;
   }
}