Neev Huuma Shuriken

Item ID 13339 Name Neev Huuma Shuriken
A wind demon shuriken that has the strength to hold the power of Nive.
_______________________
MATK +160
_______________________
Base Level at least 175:
ATK +5%, MATK +5%
_______________________
When equipped with Neev Barrette:
For each 10 base STR:
ATK +1%.

For each 10 base AGI:
Increases Attack Speed (decreases After Attack Delay by 1%).

For each 10 base VIT:
MaxHP +1%

For each 10 base INT:
MATK +20

For each 10 base DEX:
Decreases Variable Casting Time by 1%.

For each 10 base LUK:
Critical +1

For each Refine Level of Neev Huuma Shuriken:
ATK +20, MATK +20
_______________________
Type: Huuma Shuriken
Attack: 150
Weight: 35
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Kagerou and Oboro
Weapon Level 4 Identifier Neev_Huuma_Shuriken
Attack 150 Type Weapon - Fuuma Shuriken
MATK 160 Equip Locations Two-Handed
Defense 0 Equippable Jobs Ninja, Kagerou / Oboro
Range 1 Equip Gender Both (Male and Female)
Slots 1 Equip Upper None
Weight 35 Min Equip Level 170
NPC Buy 100,000 Max Equip Level None
NPC Sell 50,000 Refineable Yes
Credit Price None Trade restriction None
Item Script
if (BaseLevel>=175) {
   bonus bAtkRate,5;
   bonus bMatkRate,5;
}

Set Script
Neev Huuma Shuriken
Neev Barrette
.@r = getequiprefinerycnt(EQI_HAND_R);
.@a = readparam(bStr)/10;
.@b = readparam(bAgi)/10;
.@c = readparam(bVit)/10;
.@d = readparam(bInt)/10;
.@e = readparam(bDex)/10;
.@f = readparam(bLuk)/10;
bonus bAtkRate,.@a;
bonus bBaseAtk,.@r*20;
bonus bAspdRate,.@b;
bonus bMaxHPrate,.@c;
bonus bMatk,.@d+(.@r*20);
bonus bVariableCastrate,-.@e;
bonus bCritical,.@f;
Neev Huuma Shuriken
Neev Barrette
.@r = getequiprefinerycnt(EQI_HAND_R);
.@a = readparam(bStr)/10;
.@b = readparam(bAgi)/10;
.@c = readparam(bVit)/10;
.@d = readparam(bInt)/10;
.@e = readparam(bDex)/10;
.@f = readparam(bLuk)/10;
bonus bAtkRate,.@a;
bonus bBaseAtk,.@r*20;
bonus bAspdRate,.@b;
bonus bMaxHPrate,.@c;
bonus bMatk,.@d+(.@r*20);
bonus bVariableCastrate,-.@e;
bonus bCritical,.@f;