Basic Info

Name 13346 Grinder Huuma Shuriken[1]
Item ID 13346 - Ein_BHHuuma
Type Weapon - Fuuma Shuriken
13346
If [Throwing Mastery] is Level 10, reduces Variable Cast Time of [Throw Huuma Shuriken] by 20%.
For every 10 Base Level, increases [Throw Huuma Shuriken] damage by 2%.
If +7 or higher, ATK + 7%, increases [Throw Huuma Shuriken] damage by 15%.
If +9 or higher, HIT + 15, STR + 3.
Class: Huuma Shuriken
Attack: 190
Weight: 180
Weapon Level: 4
Required Level: 100
Jobs: Ninja

Details

Weight 180
NPC Buy 0 z
NPC Sell 0 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

Range 1
Defense 0
Attack 190
Magical Attack 0
Weapon Level 4
Slots 1

Restrictions

Level Range 100 +
Usage None
Trade None
Job Class Types Normal
Job Classes Ninja / Kagerou/Oboro
Gender Any

Scripts

Use Script
bonus(bUnbreakableWeapon, 0); bonus2(bSkillAtk, NJ_HUUMA, (BaseLevel/10) * 2); if (getskilllv(NJ_TOBIDOUGU) >= 10) bonus2(bVariableCastrate, NJ_HUUMA, -20); if (getrefine() >= 7){ bonus(bAtkRate, 7); bonus2(bSkillAtk, NJ_HUUMA, 15); } if (getrefine() >= 9){ bonus(bHit, 15); bonus(bStr, 3); }
Equip Script
None
Unequip Script
None