Hauyne Huuma

Item ID 1339 Name Hauyne Huuma
None
Weapon Level 4 Identifier Hauyne_Huuma_EXE
Attack 150 Type Weapon - Fuuma Shuriken
MATK 0 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 120 Min Equip Level 70
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bStr,3;
if (.@r>=5) {
   bonus bAtkRate,2;
   bonus bAspd,1;
}
if (.@r>=7) {
   bonus bBaseAtk,10;
   bonus2 bSkillAtk,"NJ_HUUMA",10;
   bonus2 bVariableCastrate,"NJ_HUUMA",-10;
}
if (.@r>=9) {
   bonus bBaseAtk,20;
   bonus2 bSkillAtk,"NJ_HUUMA",20;
   bonus2 bVariableCastrate,"NJ_HUUMA",-20;
}
if (.@r>=10) {
   bonus bAtkRate,3;
   bonus bMaxHP,500;
   bonus2 bAddRace,RC_All,2;
}
if (.@r>=12) {
   bonus bDelayrate,-5;
   bonus2 bAddRace,RC_All,3;
}