Nostalgia Cherry Blossom [1], броня (Renewal)

Nostalgia Cherry Blossom [1] (NOSTALGIACHERRYBLOSSOM) – броня.

Nostalgia Cherry Blossom [1], броня (Renewal)

Cute hair ornament with cherry blossoms. When I look at it, I feel nostalgic.

MaxHP + 20%.
Increase damage of Blaze Kick, Solar Explosion by 15%.
When Solar Luminance lv5, Blaze Kick lv7, can see monsters in Hiding or Cloaking.
When Solar Stance lv3, Def + 500.
When Solar Explosion lv10, drains 2% of damage as HP when physically attacking.

Reduce incoming damage from ranged physical attacks by 1% per 1 refine rate.
When refined to +7 or higher, increase damage of Blaze Kick and Solar Explosion by additional 25%.
When refined to +9 or higher, increase damage of Blaze Kick and Solar Explosion by additional 35%.

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

  • ID: 29314
  • Код: NOSTALGIACHERRYBLOSSOM
  • Тип: броня
  • Уровень брони: 1
  • Защита: 10
  •  
  • Требуемый уровень: 100
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 50

Скрипт

.@r = getrefine();
bonus bMdef,10;
bonus bMaxHPrate,10;
bonus2 bAddClass,Class_Boss,25;
bonus bPerfectHitAddRate,3*.@r;
if (getskilllv("SJ_LIGHTOFMOON") == 5) {
   if (getskilllv("SJ_NEWMOONKICK") == 7)
       autobonus "{ bonus bSpeedRate,25; }",100,30000,BF_WEAPON;
   if (getskilllv("SJ_LUNARSTANCE") == 3)
       bonus bFlee,50;
   if (getskilllv("SJ_FULLMOONKICK") == 10)
       bonus2 bHPDrainRate,1000,2;
}
if(.@r>=7) {
   bonus2 bSkillAtk,"SJ_NEWMOONKICK",15;
   bonus2 bSkillAtk,"SJ_FULLMOONKICK",15;
}
if(.@r>=9) {
   bonus2 bSkillAtk,"SJ_NEWMOONKICK",35;
   bonus2 bSkillAtk,"SJ_FULLMOONKICK",35;
}