Royal Huuma Shuriken [2], (Renewal)

Royal Huuma Shuriken [2] (R_HUUMA_SHURIKEN) – оружие.

Royal Huuma Shuriken [2], (Renewal)

Huuma Shuriken that was smuggled into Glastheim Castle.
It's an ordinary wind magic shuriken with no special features, but it has magical energy under the influence of Himelmez.
------------------------
Can't be destroyed,
Increases long ranged physical damage by 15%.
Atk + 4 per refine rate.
------------------------
If refine rate is 9 or higher, increases Cross Slash damage by 20%.
------------------------
If refine rate is 11 or higher, reduces skill cooldown of Cross Slash by 2 seconds, increases physical damage against undead and angel race monsters by 20%.
------------------------
Set Bonus
Royal Huuma Shuriken
King Schmidt's Suit
King Schmidt's Manteau

Atk + 30,
Has a chance to gain bonus long ranged physical damage by 10% for 10 seconds when dealing physical damage.

If the sum of refine rate of set is 30 or higher Increases physical damage against holy and undead property enemies by 20%.
------------------------
Weapon Lv : 4

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

  • ID: 23675
  • Код: R_HUUMA_SHURIKEN
  • Тип: оружие
  • Подтип:
  • Уровень оружия: 4
  • Атака: 240
  •  
  • Требуемый уровень: 170
  • Профессии: kagerou, ninja, oboro
  • Вес: 150

Скрипт

.@r = getrefine();
bonus bLongAtkRate,15;
bonus bUnbreakableWeapon;
bonus bBaseAtk,4*.@r;
if (.@r>=9) {
   bonus2 bSkillAtk,"KO_JYUMONJIKIRI",20;
}
if (.@r>=11) {
   bonus2 bAddRace,RC_Undead,20;
   bonus2 bAddRace,RC_Angel,20;
   bonus2 bSkillCooldown,"KO_JYUMONJIKIRI",-2000;
}