
RENEWAL / ITEMS
Adulter Fides Huuma Shuriken [2]
#650008Weapon
Adulter_F_Humma
Item stats
- ATK
- 360
- Slots
- 2
- Weight
- 200
- Weapon level
- 4
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Weapon
- Weapon class
- Huuma Shuriken
- Equipment position
- Weapon (Two-Handed)
- Gender
- Both
- Required level
- 180+
- Jobs
- Ninja, Kagerou Oboro
- Class tiers
- All tiers
- Refineable
- Yes
- Trading & storage
- No restrictions
Adulter Fides Huuma Shuriken description & effects
A huuma shuriken filled with false beliefs.
------------------------
Can't be destroyed in battle
Increases Swirling Petal damage by 10%.
ATK + 18 per 3 refine rate.
If refine rate is 7 or higher,
increases Swirling Petal damage by additional 20%.
If refine rate is 9 or higher,
reduces skill cooldown of Swirling Petal by 2 seconds.
If refine rate is 11 or higher,
increases Swirling Petal damage by additional 25%.
If refine rate is 12 or higher,
increases long ranged physical damage by 15%.
------------------------
Class : Huuma Shuriken
ATK : 360
Weight : 200
Weapon Lv : 4
Required Level : 180
Class : Kagerou, Oboro
Item effect script
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"KO_HUUMARANKA",10;
bonus bBaseAtk,18*(.@r/3);
if (.@r>=7) {
bonus2 bSkillAtk,"KO_HUUMARANKA",20;
if (.@r>=9) {
bonus2 bSkillCooldown,"KO_HUUMARANKA",-2000;
if (.@r>=11) {
bonus2 bSkillAtk,"KO_HUUMARANKA",25;
if (.@r>=12) {
bonus bLongAtkRate,15;
}
}
}
}
TRY IT ON
8 directions · original animationsSee it on your character
Loading character preview…
SouthDrag to rotate
The preview shows appearance; equipment requirements are listed in the item details.
Some additional particle effects use the game client’s internal renderer and are not included in this preview.
Build an outfit with this itemEquipment sets
Set 1
Set effect
bonus bLongAtkRate,10;
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus2 bSkillAtk,"KO_HUUMARANKA",5*(.@r_weapon/3);







