ID #26221
Weapon
Dark Illusion Whip [2]
Buy Price: N/A
Sell Price: N/A
Type: Weapon
Attack: 160
Weight: 1000
Slots: 2
Weapon level: 4
Required level: 100
Attack: 160
Weight: 1000
Slots: 2
Weapon level: 4
Required level: 100
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
100
Gender
Female
Scripts
Script .@r = getrefine(); bonus bBaseAtk,15*(.@r/2); bonus bLongAtkRate,4*(.@r/3); if (.@r>=7) { bonus bAspdRate,10; bonus2 bSkillCooldown,"CG_ARROWVULCAN",-100; if (.@r>=9) { bonus bLongAtkRate,7; if (.@r>=11) { bonus2 bSkillAtk,"CG_ARROWVULCAN",200; bonus bDelayrate,-10; } } }
.@r = getrefine();
bonus bBaseAtk,15*(.@r/2);
bonus bLongAtkRate,4*(.@r/3);
if (.@r>=7) {
bonus bAspdRate,10;
bonus2 bSkillCooldown,"CG_ARROWVULCAN",-100;
if (.@r>=9) {
bonus bLongAtkRate,7;
if (.@r>=11) {
bonus2 bSkillAtk,"CG_ARROWVULCAN",200;
bonus bDelayrate,-10;
}
}
}