0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #13345 Weapon

Huuma Shuriken Clearness [2]

Buy Price: N/A Sell Price: N/A
A wind eagle sword used by a famous ninja.
It resonates with Ancient Hero's Boots.
_______________________
For each 2 Refine Levels:
ATK +10
_______________________
For each 3 Refine Levels:
Increases Ranged Physical Damage by 2%.
_______________________
Refine Level +7:
Increases damage of Swirling Petal by 30%.
_______________________
Refine Level +9:
Decreases Swirling Petal skill cooldown by 1 second.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of Fire and Shadow elemental by 15%
Increases Physical Damage against enemies of Undead and Demon race by 30%
_______________________
When equipped with Ancient Hero's Boots:
Random chance to increase STR by 20 and long Ranged Physical Damage by 10% for 7 sec when dealing physical damage.
_______________________
Type: Huuma Shuriken
Attack: 230
Weight: 130
Weapon Level: 4
_______________________
Requirement:
Base Level 100
Ninja

Equipment Reform

Available through the reform system Hero_Equipment_Cube

Available through the reform system Hero_Up_Cube_11

Basic Information

Weapon
1300
1
Equipment reform

Job Requirements

Yes

Requirements

4
100

Scripts

.@r = getrefine(); bonus bLongAtkRate,2*(.@r/3); bonus bBaseAtk,10*(.@r/2); if (.@r >= 7) { bonus2 bSkillAtk,"KO_HUUMARANKA",30; if (.@r >= 9) { bonus2 bSkillCooldown,"KO_HUUMARANKA",-1000; if (.@r >= 11) { bonus2 bAddRace,RC_Undead,20; bonus2 bAddRace,RC_Demon,20; bonus2 bAddEle,Ele_Fire,15; bonus2 bAddEle,Ele_Dark,15; } } }
.@r = getrefine();
bonus bLongAtkRate,2*(.@r/3);
bonus bBaseAtk,10*(.@r/2);
if (.@r >= 7) {
   bonus2 bSkillAtk,"KO_HUUMARANKA",30;
   if (.@r >= 9) {
      bonus2 bSkillCooldown,"KO_HUUMARANKA",-1000;
      if (.@r >= 11) {
         bonus2 bAddRace,RC_Undead,20;
         bonus2 bAddRace,RC_Demon,20;
         bonus2 bAddEle,Ele_Fire,15;
         bonus2 bAddEle,Ele_Dark,15;
      }
   }
}
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.