Northern Cross [1], броня (Renewal)

Northern Cross [1] (NORTHERN_CROSS) – броня.

 

A hairband made of magical fabric with a beautiful red jewel.

Reduce after cast delay by 10%, MATK + 25%.

MaxHP + 2% per 1 refine rate.
When refined to +7 or higher, increase damage of Earth Strain, Hell Inferno by 30%.
When refined to +9 or higher, increase damage of Earth Strain, Hell Inferno by 70%.

When Earth Strain lv5, reduce its SP consumption by SP 60, reduce its cooltime by 3 sec.
When Tetra Vortex lv10, reduce after cast delay by 15%,
When using Hell Inferno, adds 1% chance to increase Dark property magic damage by 50% for 5 sec.
When Hell Inferno lv5, increase attack speed by 10%, variable casting by 15%.

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

  • ID: 24174
  • Код: NORTHERN_CROSS
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 100
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bMdef,10;
bonus bAspdRate,10;
bonus bMatkRate,25;
if (getskilllv("WL_STASIS") >= 5)
   autobonus "{ bonus bSpeedRate,25; }",10,30000,BF_MAGIC;
if (getskilllv("WL_TELEKINESIS_INTENSE") >= 5) {
   bonus bDef,150;
   bonus bMdef,15;
   bonus2 bSkillCooldown,"WL_DRAINLIFE",-2000;
}
if (getskilllv("WL_RECOGNIZEDSPELL") >= 5)
   bonus2 bSubClass,Class_Boss,20;
bonus bMagicHPGainValue,30*.@r;
bonus bMagicSPGainValue,3*.@r;
if (.@r >= 7) {
   bonus bVit,7;
   bonus bInt,7;
   bonus2 bSkillAtk,"WL_DRAINLIFE",75;
   if (.@r >= 9) {
      bonus bVit,18;
      bonus bInt,18;
      bonus2 bSkillAtk,"WL_DRAINLIFE",175;
   }
}