Item Details

Huuma Shuriken Clearness-LT [2] ( Humma_Clear_LT )

# 650024 Huuma Shuriken Clearness-LT [2]
Huuma Shuriken Clearness-LT [2] Buy: zeny Sell: 0 zeny Weight: 230 Slots: 2
Type: Weapon item. Subtype: N/A Gender: Both Locations: Right_Hand + Left_Hand
Attack: 290 M. Attack: N/A Range: 1 Defense: N/A
Weapon Level: 5 Armor Level: N/A Equip Level Min: 190 Equip Level Max: N/A
Refineable: 1 Gradable: 1 Element: Neutral Classes: N/A

Indestructible.
When base level is 210 or higher, POW +2, P.ATK +1.
For every 2 refine level, ATK +15.
For every 3 refine level, increases long ranged physical damage by 4%.

When refined to +7 or higher, increases Swirling Petal damage by 30%, reduces variable casting time by 10%.

When refined to +9 or higher, reduces cooldown of Swirling Petal by 2 seconds, increases Swirling Petal damage by additional 15%.

When refined to +11 or higher, increase physical damage against fire, shadow, holy and undead property enemies by 25%, increases physical damage against Dragon, Undead, Demon and Angel monsters by 25%.
------------------------
Set Bonus:
Huuma Clear-LT [2]
Hero Boots-LT [1]

ATK +10%, P.ATK +2.
------------------------
[Bonus by Grade]
[Grade D] ATK +3%.
[Grade C] Increases long ranged physical damage by 15%, P.ATK +1.
[Grade B] POW +3, P.ATK +2.
------------------------
Class: Huuma Shuriken
Attack: 290
Weight: 230
Weapon Lv: 5
Required Lv: 190
Job: Ninja

N/A

Allowed in player purchase shop: Summons monster: Bind On Equip: Stacking restriction in inventory:
Stacking restriction in cart: Stacking restriction in storage: Stacking restriction in guild storage: Can be dropped:
Can be traded: Can be traded with partner: Can be sold to NPC: Can be placed in the cart:
Can be placed in the storage: Can be placed in guild storage: Can be put in a mail: Can be put in an auction:
Delay:
.@g = getenchantgrade();
.@r = getrefine();
bonus bUnbreakableWeapon;
if (BaseLevel>=210) {
   bonus bPAtk,1;
   bonus bPow,2;
}
if (.@r>=7) {
   bonus bVariableCastrate,-10;
   bonus2 bSkillAtk,"KO_HUUMARANKA",30;
   if (.@r>=9) {
      bonus2 bSkillCooldown,"KO_HUUMARANKA",-2000;
      bonus2 bSkillAtk,"KO_HUUMARANKA",15;
      if (.@r>=11) {
         bonus2 bAddEle,Ele_Fire,25;
         bonus2 bAddEle,Ele_Dark,25;
         bonus2 bAddEle,Ele_Holy,25;
         bonus2 bAddEle,Ele_Undead,25;
         bonus2 bAddRace,RC_Undead,25;
         bonus2 bAddRace,RC_Angel,25;
         bonus2 bAddRace,RC_Demon,25;
         bonus2 bAddRace,RC_Dragon,25;
      }
   }
}
if (.@g >= ENCHANTGRADE_D) {
   bonus bAtkRate,3;
   if (.@g >= ENCHANTGRADE_C) {
      bonus bLongAtkRate,15;
      bonus bPAtk,1;
      if (.@g >= ENCHANTGRADE_B) {
         bonus bPAtk,2;
         bonus bPow,3;
      }
   }
}
bonus bBaseAtk,15*(.@r/2);
bonus bLongAtkRate,4*(.@r/3);
N/A
N/A

N/A