ID #630007
Weapon
Illusion Zephyrus [2]
Buy Price: N/A
Sell Price: N/A
A spear imbued with the wind element.
_______________________
For each Refine Level:
ATK +4
_______________________
For each 2 Refine Levels:
Increases Ranged Physical Damage by 3%.
_______________________
Refine Level +7:
Increases damage Spiral Pierce by 20%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by additional 5%.
_______________________
Refine Level +11:
HIT +10
Increases Physical Damage against enemies of Medium and Large size by 10%.
_______________________
When equipped with Illusion Chain Mail:
ATK +30
Refine Level of Illusion Zephyrus and Illusion Chain Mail each is +7 or higher:
Increases Ranged Physical Damage by 5%.
Total Refine Level of entire set at least +18:
Increases damage of Spiral Pierce by 20%.
Total Refine Level of entire set at least +22:
Increases damage against Water elemental by 15%.
Increases Physical Damage against enemies of Fish race by 15%.
_______________________
Type: Two-Handed Spear
Attack: 250
Weight: 330
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Swordman classes
_______________________
For each Refine Level:
ATK +4
_______________________
For each 2 Refine Levels:
Increases Ranged Physical Damage by 3%.
_______________________
Refine Level +7:
Increases damage Spiral Pierce by 20%.
_______________________
Refine Level +9:
Increases Ranged Physical Damage by additional 5%.
_______________________
Refine Level +11:
HIT +10
Increases Physical Damage against enemies of Medium and Large size by 10%.
_______________________
When equipped with Illusion Chain Mail:
ATK +30
Refine Level of Illusion Zephyrus and Illusion Chain Mail each is +7 or higher:
Increases Ranged Physical Damage by 5%.
Total Refine Level of entire set at least +18:
Increases damage of Spiral Pierce by 20%.
Total Refine Level of entire set at least +22:
Increases damage against Water elemental by 15%.
Increases Physical Damage against enemies of Fish race by 15%.
_______________________
Type: Two-Handed Spear
Attack: 250
Weight: 330
Weapon Level: 4
_______________________
Requirement:
Base Level 120
Swordman classes
Basic Information
Type
Weapon
Weight
3300
Range
3
Job Requirements
Crusader
Yes
Knight
Yes
Swordsman
Yes
Requirements
Weapon Level
4
Min Level
120
Scripts
Script .@r = getrefine(); bonus bBaseAtk,4*.@r; bonus bLongAtkRate,3*(.@r/2); if (.@r>=7) { bonus2 bSkillAtk,"LK_SPIRALPIERCE",20; } if (.@r>=9) { bonus bLongAtkRate,5; } if (.@r>=11) { bonus2 bAddSize,Size_Medium,10; bonus2 bAddSize,Size_Large,10; bonus bHit,10; }
.@r = getrefine();
bonus bBaseAtk,4*.@r;
bonus bLongAtkRate,3*(.@r/2);
if (.@r>=7) {
bonus2 bSkillAtk,"LK_SPIRALPIERCE",20;
}
if (.@r>=9) {
bonus bLongAtkRate,5;
}
if (.@r>=11) {
bonus2 bAddSize,Size_Medium,10;
bonus2 bAddSize,Size_Large,10;
bonus bHit,10;
}