
RENEWAL / ITEMS
Dim Glacier Huuma Shuriken [1]
#650028Weapon
D_Glacier_Humma
TypeWeapon
Weapon classHuuma Shuriken
Equipment positionWeapon (Two-Handed)
GenderBoth
Weight300
Buy price0 z
Sell price0 z
ATK400
MATK370
Slots1
Required level230
Weapon level5
Dim Glacier Huuma Shuriken description & effects
A huuma shuriken tainted by venomous magic, its gleam lost to corruption.
It no longer responds like other Glacier weapons, so you might need a different approach to wield it.
------------------------
Indestructible in battle.
MATK + 370.
------------------------
Type : Huuma Shuriken
Attack : 400
Weight : 300
Weapon Level : 5
Required Level : 230
Class : Ninja Series
Item details
- Gender
- Both
- Equipment position
- Weapon (Two-Handed)
- Jobs
- Kagerou Oboro
- Yes
- Classes
- Third
- Yes
- Refineable
- Yes
- Trade
Item effect script
bonus bUnbreakableWeapon;
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
.@r = getequiprefinerycnt(EQI_HAND_R);
.@g = getenchantgrade(EQI_HAND_R);
bonus bBaseAtk,10*(.@r/3);
if (.@g >= ENCHANTGRADE_C) {
bonus bPAtk,6;
bonus bPow,5;
bonus bCon,5;
if (.@g >= ENCHANTGRADE_B) {
bonus bPAtk,5;
bonus bPow,5;
bonus bCon,5;
if (.@g >= ENCHANTGRADE_A) {
bonus bPAtk,4;
bonus bPow,5;
bonus bCon,5;
bonus2 bAddEle,Ele_All,20;
}
}
}
Set 2
Set effect
.@r = getequiprefinerycnt(EQI_HAND_R);
.@g = getenchantgrade(EQI_HAND_R);
bonus bMatk,10*(.@r/3);
if (.@g >= ENCHANTGRADE_C) {
bonus bSMatk,6;
bonus bSpl,5;
bonus bCon,5;
if (.@g >= ENCHANTGRADE_B) {
bonus bSMatk,5;
bonus bSpl,5;
bonus bCon,5;
if (.@g >= ENCHANTGRADE_A) {
bonus bSMatk,4;
bonus bSpl,5;
bonus bCon,5;
bonus2 bMagicAddEle,Ele_All,20;
}
}
}














