
RENEWAL / ITEMS
Dim Glacier Whip [1]
#580033Weapon
D_Glacier_Whip
TypeWeapon
Weapon classWhip
Equipment positionWeapon
GenderFemale only
Weight150
Buy price0 z
Sell price0 z
ATK210
MATK210
Slots1
Required level230
Weapon level5
Dim Glacier Whip description & effects
A whip 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.
------------------------
MATK + 210.
------------------------
Type : Whip
Attack : 210
Weight : 150
Weapon Level : 5
Required Level : 230
Class : Wanderer Series
Item details
- Gender
- Female only
- Equipment position
- Weapon
- Jobs
- Bard Dancer
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
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;
}
}
}
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;
}
}
}














