ID #26216
Weapon
Royal Whip [2]
Buy Price: N/A
Sell Price: N/A
A ceremonial whip used by the Glastheim Dancers.
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himelmez.
_______________________
Indestructible in battle
_______________________
MATK +180
_______________________
Increases Magical Damage with Neutral element by 5%.
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Reverberation and Metallic Sound by 20%.
Decreases Metallic Sound skill cooldown by 1 second.
_______________________
Refine Level +11:
Increases Magical Damage against monsters of Undead and Angel race by 20%.
_______________________
When equipped with King Schmidt's Suit and King Schmidt's Manteau:
MATK +30
Magical attacks have a chance to increase Magical Damage with Neutral element by additional 10% for 10 seconds.
_______________________
Total Refine Level of entire set at least +30:
Increases Magical Damage against Holy and Undead elemental by 20%.
_______________________
Type: Whip
Attack: 100
Weight: 150
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Wanderer
It's an ordinary weapon with nothing special, but it is influenced by the magical power of Himelmez.
_______________________
Indestructible in battle
_______________________
MATK +180
_______________________
Increases Magical Damage with Neutral element by 5%.
_______________________
For each Refine Level:
MATK +4
_______________________
Refine Level +9:
Increases damage of Reverberation and Metallic Sound by 20%.
Decreases Metallic Sound skill cooldown by 1 second.
_______________________
Refine Level +11:
Increases Magical Damage against monsters of Undead and Angel race by 20%.
_______________________
When equipped with King Schmidt's Suit and King Schmidt's Manteau:
MATK +30
Magical attacks have a chance to increase Magical Damage with Neutral element by additional 10% for 10 seconds.
_______________________
Total Refine Level of entire set at least +30:
Increases Magical Damage against Holy and Undead elemental by 20%.
_______________________
Type: Whip
Attack: 100
Weight: 150
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Wanderer
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
1000
Range
2
Job Requirements
Bard/Dancer
Yes
Requirements
Weapon Level
4
Min Level
170
Gender
Female
Scripts
Script .@r = getrefine(); bonus2 bMagicAtkEle,Ele_Neutral,10; bonus bUnbreakableWeapon; bonus bMatk,4*.@r; if (.@r>=9) { bonus2 bSkillCooldown,"WM_METALICSOUND",-1000; bonus2 bSkillAtk,"WM_METALICSOUND",20; bonus2 bSkillAtk,"WM_REVERBERATION",20; } if (.@r>=11) { bonus2 bMagicAddRace,RC_Undead,20; bonus2 bMagicAddRace,RC_Angel,20; bonus2 bSkillCooldown,"WM_METALICSOUND",-1000; }
.@r = getrefine();
bonus2 bMagicAtkEle,Ele_Neutral,10;
bonus bUnbreakableWeapon;
bonus bMatk,4*.@r;
if (.@r>=9) {
bonus2 bSkillCooldown,"WM_METALICSOUND",-1000;
bonus2 bSkillAtk,"WM_METALICSOUND",20;
bonus2 bSkillAtk,"WM_REVERBERATION",20;
}
if (.@r>=11) {
bonus2 bMagicAddRace,RC_Undead,20;
bonus2 bMagicAddRace,RC_Angel,20;
bonus2 bSkillCooldown,"WM_METALICSOUND",-1000;
}