Basic Info

Name 650007 Commander Huuma[2]
Item ID 650007 - Local04_Huuma
Type Weapon - Fuuma Shuriken
A huuma that suppresses the energy of an evil soul.
MATK + 70.
Increases physical/magical damage to Plant monsters by 5%, increases physical/magical damage to Wind monsters by 5%.
If +7 or higher, increases physical/magical damage to Plant monsters by 5%, increases physical/magical damage to Wind monsters by 5%.
If +9 or higher, increases physical/magical damage to Plant monsters by 10%, increases physical/magical damage to Wind monsters by 10%
Class: Huuma Shuriken Attack: 130
Weight: 80
Weapon Level: 3
Required Level: 70
Jobs: Ninja jobs

Details

Weight 80
NPC Buy 20 z
NPC Sell 10 z
Refineable Yes
Equip Locations Main Hand + Off Hand

Stats

Range 1
Defense 0
Attack 130
Magical Attack 70
Weapon Level 3
Slots 2

Restrictions

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

Scripts

Use Script
bonus2(bAddRace, RC_Plant, 5); bonus2(bMagicAddRace, RC_Plant, 5); bonus2(bAddEle, Ele_Wind, 5); bonus2(bMagicAddEle, Ele_Wind, 5); if (getrefine() >= 7) { bonus2(bAddRace, RC_Plant, 5); bonus2(bMagicAddRace, RC_Plant, 5); bonus2(bAddEle, Ele_Wind, 5); bonus2(bMagicAddEle, Ele_Wind, 5); } if (getrefine() >= 9) { bonus2(bAddRace, RC_Plant, 10); bonus2(bMagicAddRace, RC_Plant, 10); bonus2(bAddEle, Ele_Wind, 10); bonus2(bMagicAddEle, Ele_Wind, 10); }
Equip Script
None
Unequip Script
None