ID #21052
Weapon
Vernan [2]
Buy Price: N/A
Sell Price: N/A
A Two-Handed sword with wide blade.
_______________________
ATK +5%
_______________________
For each Refine Level:
Increases Ranged Physical Damage by 1%.
_______________________
Refine Level +9:
Increases damage of Spiral Pierce and Sonic Wave by 30%.
_______________________
Refine Level +11:
Decreases Sonic Wave skill cooldown by 1.5 seconds.
_______________________
Type: Two-Handed Sword
Attack: 300
Weight: 650
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Rune Knight
_______________________
ATK +5%
_______________________
For each Refine Level:
Increases Ranged Physical Damage by 1%.
_______________________
Refine Level +9:
Increases damage of Spiral Pierce and Sonic Wave by 30%.
_______________________
Refine Level +11:
Decreases Sonic Wave skill cooldown by 1.5 seconds.
_______________________
Type: Two-Handed Sword
Attack: 300
Weight: 650
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Rune Knight
Available from boxes
Basic Information
Type
Weapon
Weight
6500
Range
1
Job Requirements
Knight
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus bLongAtkRate,.@r; bonus bAtkRate,5; if (.@r>=9) { bonus2 bSkillAtk,"LK_SPIRALPIERCE",30; bonus2 bSkillAtk,"RK_SONICWAVE",30; } if (.@r>=11) { bonus2 bSkillCooldown,"RK_SONICWAVE",-1500; }
.@r = getrefine();
bonus bLongAtkRate,.@r;
bonus bAtkRate,5;
if (.@r>=9) {
bonus2 bSkillAtk,"LK_SPIRALPIERCE",30;
bonus2 bSkillAtk,"RK_SONICWAVE",30;
}
if (.@r>=11) {
bonus2 bSkillCooldown,"RK_SONICWAVE",-1500;
}