Patent Huuma Shuriken Clearness [2]
The blue energy began to show off its natural strength.
It resonates with Great Hero's Boots.
_______________________
Indestructible in battle
_______________________
For each 2 Refine Levels:
ATK +15
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 2%.
_______________________
Refine Level +7:
Increases damage of Swirling Petal by 30%.
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +9:
Decreases Swirling Petal skill cooldown by 1 second.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Fire, Shadow and Holy element by 20%.
Increases Physical Damage against enemies of Undead, Demon and Angel race by 20%.
_______________________
When equipped with Great Hero's Boots:
STR +10
Increases Ranged Physical Damage by 5%.
_______________________
Type: Huuma Shuriken
Attack: 290
Weight: 230
Weapon Level: 4
_______________________
Requirement:
Base Level 150
Ninja
Available from boxes
Equipment Reform
Available through the reform system C_Weapon_Reform_1
Available through the reform system C_Weapon_Reform_2
Available through the reform system C_Weapon_Reform_3
Available through the reform system Hero_Weapon_Up_Box_6
Basic Information
Job Requirements
Requirements
Scripts
Script bonus bUnbreakableWeapon; .@r = getrefine(); bonus bBaseAtk,15*(.@r/2); bonus bLongAtkRate,.@r/3*2; if (.@r>=7) { bonus2 bSkillAtk,"KO_HUUMARANKA",30; bonus bVariableCastrate,-10; } if (.@r>=9) { bonus2 bSkillCooldown,"KO_HUUMARANKA",-1000; } if (.@r>=11) { bonus2 bAddEle,Ele_Fire,20; bonus2 bAddEle,Ele_Dark,20; bonus2 bAddEle,Ele_Holy,20; bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Demon,20; bonus2 bAddRace,RC_Angel,20; }
bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bBaseAtk,15*(.@r/2);
bonus bLongAtkRate,.@r/3*2;
if (.@r>=7) {
bonus2 bSkillAtk,"KO_HUUMARANKA",30;
bonus bVariableCastrate,-10;
}
if (.@r>=9) {
bonus2 bSkillCooldown,"KO_HUUMARANKA",-1000;
}
if (.@r>=11) {
bonus2 bAddEle,Ele_Fire,20;
bonus2 bAddEle,Ele_Dark,20;
bonus2 bAddEle,Ele_Holy,20;
bonus2 bAddRace,RC_Undead,20;
bonus2 bAddRace,RC_Demon,20;
bonus2 bAddRace,RC_Angel,20;
}