The Meow Family's Paycheck [1], броня (Renewal)

The Meow Family's Paycheck [1] (2020MAYPAY_04) – броня.

The Meow Family's Paycheck [1], броня (Renewal)

For every 2 refine levels, ATK +20, MATK +20.

If refine rate is 7 or higher, ASPD +10%.

If refine rate is 9 or higher, ATK +15%, increases holy attribute magical damage by 15%.

If refine rate is 11 or higher, increases physical and magical damage against all size enemies by 10%,
reduces fix casting time by 0.2 seconds.
------------------------
Set Bonus:
Biolab Libra Diadem
Farthezan

Reduces variable casting time by 10%.
increases Gloria Domini and Genesis Ray damage by 10% per refine rate of Farthezan.
------------------------
Set Bonus:
Biolab Libra Diadem
Harve

Reduces cooldown of Shield Press by 1 second.
Increases Shield Press damage by 10% per refine rate of Harve.
------------------------
Set Bonus:
Biolab Libra Diadem
Fortridge

Reduces cooldown of Cannon Spear by 0.5 Seconds.
Increases Cannon Spear damage by 12% per refine rate of Fortridge.
------------------------
Def : 10

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

  • ID: 29211
  • Код: 2020MAYPAY_04
  • Тип: броня
  • Уровень брони: 1
  • Защита: 20
  •  
  • Требуемый уровень: 100
  • Профессии: spirit_handler, summoner
  • Вес: 20

Скрипт

.@r = getrefine();
bonus bBaseAtk,7*.@r;
bonus bMatk,7*.@r;
bonus bLongAtkRate,3*(.@r/3);
bonus bMatkRate,3*(.@r/3);
if (.@r>=7) {
   bonus2 bAddRace,RC_All,7;
   bonus2 bMagicAddRace,RC_All,7;
}
if (.@r>=9) {
   bonus2 bSkillCooldown,"SU_LUNATICCARROTBEAT",-500;
   bonus2 bSkillCooldown,"SU_NYANGGRASS",-30000;
   if (getskilllv("SU_SPIRITOFSEA") == 1) {
       bonus5 bAutoSpell,"SU_LUNATICCARROTBEAT",5,10,BF_SHORT|BF_LONG,1;
       bonus5 bAutoSpell,"SU_CN_METEOR",5,10,BF_SHORT|BF_LONG,1;
   }
}
if (.@r>=11)
   bonus bDelayrate,-10;
if (.@r>=12) {
   if (getskilllv("SU_SPIRITOFSEA") == 1)
       skill "CR_REFLECTSHIELD",5;
}