ID #28759
Weapon
Sealed Mado Sword [2]
Buy Price: N/A
Sell Price: N/A
A dagger once used by ancient wizard.
_______________________
MATK +150
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +9:
Increases all elemental magical damage by 10%.
_______________________
Refine Level +11:
Random chance to auto-cast Level 3 Psychic Wave when dealing melee physical attacks.
_______________________
Type: Dagger
Attack: 150
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 99
Shadow Chaser
_______________________
MATK +150
_______________________
For each 2 Refine Levels:
MATK +10
_______________________
For each 3 Refine Levels:
Increases Attack Speed (decreases After Attack Delay by 2%).
_______________________
Refine Level +9:
Increases all elemental magical damage by 10%.
_______________________
Refine Level +11:
Random chance to auto-cast Level 3 Psychic Wave when dealing melee physical attacks.
_______________________
Type: Dagger
Attack: 150
Weight: 0
Weapon Level: 4
_______________________
Requirement:
Base Level 99
Shadow Chaser
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Weapon
Range
1
Job Requirements
Rogue
Yes
Requirements
Weapon Level
4
Min Level
99
Scripts
Script .@r = getrefine(); bonus bMatk,10*(.@r/2); bonus bAspdRate,2*(.@r/3); if (.@r>=7) { bonus2 bMagicAtkEle,Ele_All,10; } if (.@r>=9) { bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",3,100,BF_SHORT|BF_WEAPON,1; }
.@r = getrefine();
bonus bMatk,10*(.@r/2);
bonus bAspdRate,2*(.@r/3);
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_All,10;
}
if (.@r>=9) {
bonus5 bAutoSpell,"SO_PSYCHIC_WAVE",3,100,BF_SHORT|BF_WEAPON,1;
}