Glorious Shuriken

Item ID 13307 Name Glorious Shuriken
A weapon that only a champion of battlefield can wield.
_______________________
Increases Physical Damage to Demi-Human race by 95%.
Ignores physical defense from Demi-Human race by 20%.
MATK +90
Increases damage by 100% of [Throw Huuma Shuriken] and [Killing Strike] for 10 seconds. when attacking and synchronizing the weapon by 5%
Indestructible in battle
***Additional Weapon Refining Level Option***
+6 Refining
Ignores Defense of Demi-Human race monster +5%
[Slaughter] Lv 2(Damage bonus of Destruction increases up to the Refine Level 14.)
+9 Refining
When using [Killing Strike], auto-spell Level 10 Heal.
When using [Throw Huuma Shuriken], has a chance of inflicting consistent
_______________________
Type: Huuma Shuriken
Attack: 55
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 80
Ninja
Weapon Level 4 Identifier Krieger_Huuma_Shuriken1
Attack 55 Type Weapon - Fuuma Shuriken
MATK 90 Equip Locations Two-Handed
Defense 0 Equippable Jobs Ninja, Kagerou / Oboro
Range 1 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level 80
NPC Buy 20 Max Equip Level None
NPC Sell 10 Refineable Yes
Credit Price None Trade restriction Can't be dropped, Can't be traded with player, Can't be put in Cart, Can't be put in Storage, Can't be put in Guild Storage, Can't be attached in Mail, Can't be auctioned
Item Script
bonus2 bAddRace,RC_DemiHuman,95;
bonus2 bAddRace,RC_Player_Human,95;
bonus2 bIgnoreDefRaceRate,RC_DemiHuman,20;
bonus2 bIgnoreDefRaceRate,RC_Player_Human,20;
autobonus "{ bonus2 bSkillAtk,\"NJ_HUUMA\",100; bonus2 bSkillAtk,\"NJ_ISSEN\",100; }",50,10000;
bonus bUnbreakableWeapon;
.@r = getrefine();
if (.@r>5) {
   bonus2 bAddRace,RC_DemiHuman,pow(min(14,.@r)-3,2);
   bonus2 bAddRace,RC_Player_Human,pow(min(14,.@r)-3,2);
   bonus2 bIgnoreDefRaceRate,RC_DemiHuman,5;
   bonus2 bIgnoreDefRaceRate,RC_Player_Human,5;
}
if (.@r>8) {
   bonus5 bAutoSpellOnSkill,"NJ_ISSEN","AL_HEAL",10,1000,1;
   bonus4 bAutoSpellOnSkill,"NJ_HUUMA","NPC_CRITICALWOUND",2,200;
}