ID #1984
Weapon
Stem Whip [1]
Buy Price: N/A
Sell Price: N/A
A flexible whip made of renovated plant stem.
_______________________
MATK +50
_______________________
Decreases Variable Casting Time of Deep Sleep Lullaby and Swing Dance by 2 secs.
SP cost ofeach skill decreased by 4 with every upgrade above Level 6.
_______________________
Type: Whip
Attack: 170
Weight: 80
Weapon Level: 3
Can be enchanted by:
Mayomayo
_______________________
Requirement:
Base Level 102
Wanderer
_______________________
MATK +50
_______________________
Decreases Variable Casting Time of Deep Sleep Lullaby and Swing Dance by 2 secs.
SP cost ofeach skill decreased by 4 with every upgrade above Level 6.
_______________________
Type: Whip
Attack: 170
Weight: 80
Weapon Level: 3
Can be enchanted by:
Mayomayo
_______________________
Requirement:
Base Level 102
Wanderer
Monster Drops
Normal Drops
Dolomedes
Rate: 2.5%
Trentini
Rate: 5%
Dolomedes Ringleader
Rate: 12.5%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Weight
800
Range
1
Job Requirements
Bard/Dancer
Yes
Requirements
Weapon Level
3
Min Level
102
Gender
Female
Scripts
Script .@r = getrefine(); if (.@r>5) { bonus2 bSkillUseSP,"WA_SWING_DANCE",(.@r-5)*4; bonus2 bSkillUseSP,"WM_LULLABY_DEEPSLEEP",(.@r-5)*4; } bonus2 bSkillVariableCast,"WA_SWING_DANCE",-2000; bonus2 bSkillVariableCast,"WM_LULLABY_DEEPSLEEP",-2000;
.@r = getrefine();
if (.@r>5) {
bonus2 bSkillUseSP,"WA_SWING_DANCE",(.@r-5)*4;
bonus2 bSkillUseSP,"WM_LULLABY_DEEPSLEEP",(.@r-5)*4;
}
bonus2 bSkillVariableCast,"WA_SWING_DANCE",-2000;
bonus2 bSkillVariableCast,"WM_LULLABY_DEEPSLEEP",-2000;