Patent Huuma Shuriken Clearness [2], (Renewal)

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

Patent Huuma Shuriken Clearness [2], (Renewal)

A wind horse repair sword used by a famous ninja in the past.
With a blue energy, he started to show his true power.
It seems to resonate with the boots of the great hero.
Cannot be destroyed.

ATK + 15 per 2 refine rates.
Increase ranged physical damage by 2% per 3 refine rates.
When refined to +7 or higher, increase damage of Huuma Shuriken Ranka by 30%, reduce variable casting by 10%.
When refined to +9 or higher, reduce cooltime of Huuma Shuriken Ranka by 1 sec.
When refined to +11 or higher, increase physical damage to fire, shadow, holy, angel, undead, devil type enemies by 20%..
When equipped with Great Hero's Boots, STR +10, increase ranged physical damage by 5%.

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

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

Скрипт

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