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

Brillance [1] (AEGIS_450247) – броня.

 

SPL +1 per 25 base INT of the user.
If refine rate is 7 or higher, MATK + 5%, S.MATK + 2.
If refine rate is 9 or higher, reduces variable casting time by 15%.
If refine rate is 11 or higher, increases all property magical damage by 15%.


[Bonus by grade]
[Grade D] MATK + 5%.
[Grade C] SPL + 5, MATK + 5%.
[Grade B] Increases all property magical damage by 10%.
[Grade A] Reduces global cooldown by an additional 10%, SPL + 5.

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

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

Скрипт

.@r = getrefine();
.@l = BaseLevel;
bonus bAspdRate,10;
bonus2 bAddRace,RC_All,7*getskilllv("SR_KNUCKLEARROW");
if (getskilllv("SR_LIGHTNINGWALK") == 5)
   bonus2 bSkillAtk,"SR_RIDEINLIGHTNING",2*.@l;
if (getskilllv("SR_RAISINGDRAGON") == 10) {
   bonus bVariableCastrate,-15;
   bonus bHPGainValue,150;
   bonus bSPGainValue,15;
}
if (.@r>=5) {
   bonus bBaseAtk,.@l/2;
   if (.@r>=7) {
      bonus bBaseAtk,.@l/2;
      if (.@r>=10) {
           bonus bPerfectHitAddRate,25;
           bonus bUnbreakableArmor;
      }
   }
}