Basic Info

Name 650002 Beginner Metal Huuma Shuriken[1]
Item ID 650002 - Metal_Shuriken_P
Type Weapon - Fuuma Shuriken
650002
A beginner's huuma shuriken made of metal and further enhanced with steel.
_
Indestructible.
Increases [Throw Huuma Shuriken] damage by 15%.
If +7 or higher, ATK + 20.
If Base Level 20 or higher: For every 10 Base Level, ATK + 3.
(Up to Base Level 90)
Class: Huuma Shuriken Attack: 120
Weight: 0
Weapon Level: 3
Required Level: 1
Jobs: Ninja

Details

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

Stats

Range 0
Defense 0
Attack 120
Magical Attack 0
Weapon Level 3
Slots 1

Restrictions

Level Range Any
Usage None
Trade Can't be dropped / Can't be traded or vended / Can't be placed into Cart / Can't be placed into Storage / Can't be placed into Guild Storage / Can't be placed into Master Storage
Job Class Types Normal / Upper / Baby
Job Classes Ninja / Kagerou/Oboro
Gender Any

Scripts

Use Script
bonus(bUnbreakableWeapon, 0); bonus2(bSkillAtk, NJ_HUUMA, 15); if (BaseLevel >= 20) bonus(bBaseAtk, 3 * (min(90, BaseLevel) / 10)); if (getrefine() >= 7) bonus(bBaseAtk, 20);
Equip Script
None
Unequip Script
None