ID #28745
Weapon
Illusion Counter Dagger [2]
Buy Price: N/A
Sell Price: N/A
A dagger that has a high chance to do critical damage to a target.
_______________________
Critical +90
_______________________
For each 2 Refine Levels:
Increases Critical Damage by 3%.
_______________________
Refine Level +7:
ATK +5%
_______________________
Refine Level +9:
Increases Physical Damage against enemies of all size monsters by 20%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of all elements by 20%.
_______________________
When equipped with Manteau of Survival:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level of Illusion Dagger of Counter and Manteau of Survival each is +7 or higher:
Increases Critical Damage by 15%.
_______________________
Total Refine Level of entire set at least +18:
Increases Attack Speed (decreases After Attack Delay by 15%).
_______________________
Total Refine Level of entire set at least +22:
Enables Level 4 Double Attack.
_______________________
Type: Dagger
Attack: 170
Weight: 90
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Magician and Soul Linker classes
_______________________
Critical +90
_______________________
For each 2 Refine Levels:
Increases Critical Damage by 3%.
_______________________
Refine Level +7:
ATK +5%
_______________________
Refine Level +9:
Increases Physical Damage against enemies of all size monsters by 20%.
_______________________
Refine Level +11:
Increases Physical Damage against enemies of all elements by 20%.
_______________________
When equipped with Manteau of Survival:
Increases Attack Speed (decreases After Attack Delay by 10%).
_______________________
Refine Level of Illusion Dagger of Counter and Manteau of Survival each is +7 or higher:
Increases Critical Damage by 15%.
_______________________
Total Refine Level of entire set at least +18:
Increases Attack Speed (decreases After Attack Delay by 15%).
_______________________
Total Refine Level of entire set at least +22:
Enables Level 4 Double Attack.
_______________________
Type: Dagger
Attack: 170
Weight: 90
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Magician and Soul Linker classes
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
900
Range
1
Job Requirements
Mage
Yes
Sage
Yes
Soul Linker
Yes
Wizard
Yes
Requirements
Weapon Level
4
Min Level
120
Scripts
Script .@r = getrefine(); bonus bCritical,90; bonus bCritAtkRate,(3*(.@r/2)); if (.@r >= 7) { bonus bAtkRate,5; if (.@r >= 9) { bonus2 bAddSize,Size_All,20; if (.@r >= 11) { bonus2 bAddEle,Ele_All,20; } } }
.@r = getrefine();
bonus bCritical,90;
bonus bCritAtkRate,(3*(.@r/2));
if (.@r >= 7) {
bonus bAtkRate,5;
if (.@r >= 9) {
bonus2 bAddSize,Size_All,20;
if (.@r >= 11) {
bonus2 bAddEle,Ele_All,20;
}
}
}