Huuma Shuriken Clearness [2], (Renewal)

Huuma Shuriken Clearness [2] (HUMMA_CLEAR) – оружие.

Huuma Shuriken Clearness [2], (Renewal)

The famous huuma petal that was used by ninjas.
It seems to resonate with the boots of an ancient hero.
Cannot be destroyed.

ATK + 10 per 2 refine rate.
Increase ranged physical damage by 2% per 3 refine rate
When refined to +7 or higher, increase damage of Swirling Petal by 30%.
When refined to +9 or higher, decrease cool time of Swirling Petal by 1s.
When refined to +11 or higher, increase physical damage to fire and dark type monsters by 15%, undead and devil type monsters by 20%.
When equipped with ancient hero boots, adds a chance to STR+20, ranged physical damage by 10% for 7s when physical attack.
Weapon level : 4
Required level : 100

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

  • ID: 23673
  • Код: HUMMA_CLEAR
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 4
  • Атака: 230
  •  
  • Требуемый уровень: 100
  • Профессии: kagerou, ninja, oboro
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 130

Скрипт

.@r = getrefine();
bonus bLongAtkRate,2*(.@r/3);
bonus bBaseAtk,10*(.@r/2);
if (.@r >= 7) {
   bonus2 bSkillAtk,"KO_HUUMARANKA",30;
   if (.@r >= 9) {
      bonus2 bSkillCooldown,"KO_HUUMARANKA",-1000;
      if (.@r >= 11) {
         bonus2 bAddRace,RC_Undead,20;
         bonus2 bAddRace,RC_Demon,20;
         bonus2 bAddEle,Ele_Fire,15;
         bonus2 bAddEle,Ele_Dark,15;
      }
   }
}