Shiny Kitty Crown, броня (Renewal)

Shiny Kitty Crown (FREYJA_CROWN_J) – броня.

Shiny Kitty Crown, броня (Renewal)

Reduce delay after skill by 10%. Increase Catnip Meteor and Silvervine Stem Spear damage by 10%.

Recover HP by 30 times of refine rate and SP by 3 times of refine rate when killing monsters.
If refine rate is 7 or higher, reduces casting time of Stoop and Lope by 50%, increases Catnip Meteor and Silvervine Stem Spear damage by 15%.
If refine rate is 9 or higher, reduces casting time of Stoop and Lope by 50%, increases Catnip Meteor and Silvervine Stem Spear damage by 25%.
If refine rate is 10, has a chance to reduce SP consumption of skills by 100% for 20 seconds when dealing magical damage.

If user learned Spirit of Land level 1, reduces casting time of Catnip Meteor and Silvervine Stem Spear by 4% per each level of Catnip Powdering, Catnip Meteor, Nyang Grass, Silvervine Stem Spear and Silvervine Root Twist user learned.
Attack Speed + 3% per each level of Chattering user learned.
If user learned Nyang Grass level 5, reduces delay after skill by 20%.
If user learned Meow Meow level 5, increases magical damage against boss monsters by 25%.
Required level: 100

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

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

Скрипт

.@r = getrefine();
bonus bMdef,15;
bonus bDelayrate,-10;
bonus2 bSkillAtk,"SU_CN_METEOR",10;
bonus2 bSkillAtk,"SU_SV_STEMSPEAR",10;
bonus bHPGainValue,30*.@r;
bonus bSPGainValue,3*.@r;
bonus bAspdRate,3*getskilllv("SU_CHATTERING");
if (getskilllv("SU_SPIRITOFLAND") == 1) {
   .@val = -4*(getskilllv("SU_CN_POWDERING")+getskilllv("SU_CN_METEOR")+getskilllv("SU_NYANGGRASS")+getskilllv("SU_SV_STEMSPEAR")+getskilllv("SU_SV_ROOTTWIST"));
   bonus2 bVariableCastrate,"SU_CN_METEOR",.@val;
   bonus2 bVariableCastrate,"SU_SV_STEMSPEAR",.@val;
}
if (getskilllv("SU_NYANGGRASS") == 5)
   bonus bDelayrate,-20;
if (getskilllv("SU_MEOWMEOW") == 5)
   bonus2 bMagicAddClass,Class_Boss,25;
if (.@r>=7) {
   bonus2 bVariableCastrate,"SU_STOOP",-50;
   bonus2 bVariableCastrate,"SU_LOPE",-50;
   bonus2 bSkillAtk,"SU_CN_METEOR",15;
   bonus2 bSkillAtk,"SU_SV_STEMSPEAR",15;
}
if (.@r>=9) {
   bonus2 bVariableCastrate,"SU_STOOP",-50;
   bonus2 bVariableCastrate,"SU_LOPE",-50;
   bonus2 bSkillAtk,"SU_CN_METEOR",25;
   bonus2 bSkillAtk,"SU_SV_STEMSPEAR",25;
}
if (.@r>=10)
   autobonus "{ bonus bUseSPrate,-100; }",20,20000,BF_MAGIC;