Glorious Shuriken, (Pre-Renewal)
Glorious Shuriken (KRIEGER_HUUMA_SHURIKEN1) – оружие.

Account Bound
Increases Physical Attack Strength to Demihuman monster by 95%.
Ignores physical defense from Demihuman monster by 20%.
Increases Physical Attack Strength to Human Player monster by 95%.
Ignores physical defense from Human Player monster by 20%.
MATK + 90
Increase damage by 100% of [Throw Huuma Shuriken] and [Killing Strike] for 10 sec. when attacking and synchronizing the weapon by 5%
Indestructible.
***Additional Weapon Refining Level Option***
+6 Refining Ignore Defense of Demihuman monsters +5%
+6 Refining Ignore Defense of Human Player monsters +5%
[Slaughter] Lv 2(Damage bonus of Destruction increases up to the upgrade level 14.)
+9 Refining When using [Killing Strike], auto-spell Lv. 10 [Heal].
+9 Refining When using [Throw Huuma Shuriken], has a chance of inflicting consistent
Базовые свойства предмета
- ID: 6111
 - Код: KRIEGER_HUUMA_SHURIKEN1
 - Тип: оружие
 - Подтип:
 - Уровень оружия: 4
 - Атака: 55
 - Требуемый уровень: 80
 - Профессии: ninja
 
- Цена покупки: 20 з
 - Цена продажи: 10 з
 - Вес: 1
 
Скрипт
bonus2 bAddRace,RC_DemiHuman,95;
bonus2 bAddRace,RC_Player_Human,95;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
bonus bMatkRate,15;
autobonus "{ bonus2 bSkillAtk,\"NJ_HUUMA\",100; bonus2 bSkillAtk,\"NJ_ISSEN\",100; }",50,10000;
bonus bUnbreakableWeapon;
if (getrefine()>5) {
   bonus2 bAddRace,RC_DemiHuman,(getrefine()-3)*(getrefine()-3);
   bonus2 bAddRace,RC_Player_Human,(getrefine()-3)*(getrefine()-3);
   bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
}
if (getrefine()>8) {
   bonus5 bAutoSpellOnSkill,"NJ_ISSEN","AL_HEAL",10,1000,1;
   bonus4 bAutoSpellOnSkill,"NJ_HUUMA","NPC_CRITICALWOUND",2,200;
}