
RENEWAL / ITEMS
Vernan [2]
#21052Weapon
Vernan
TypeWeapon
Weapon classTwo-Handed Sword
Equipment positionWeapon (Two-Handed)
GenderBoth
Weight650
Buy price20 z
Sell price10 z
ATK300
Slots2
Required level170
Weapon level4
Vernan description & effects
A two-handed sword with a broad blade.
ATK +5%
Long-ranged Physical damage +1% for every upgrade level
+9 Effect: Clashing Spiral and Sonic Wave damage +30%
+11 Effect: Sonic Wave cooldown -1.5 sec.
Class: Two-handed Sword ATK: 300
Weight: 650
Weapon Level: 4
Required Level: 170
Job: Rune Knight Classes
Item details
- Gender
- Both
- Equipment position
- Weapon (Two-Handed)
- Jobs
- Knight
- Yes
- Classes
- All Third
- Yes
- Fourth
- Yes
- Refineable
- Yes
- Trade
Item effect 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;
}
TRY IT ON
8 directions · original animationsSee it on your character
Loading character preview…
SouthDrag to rotate
The preview shows appearance; equipment requirements are listed in the item details.
Some additional particle effects use the game client’s internal renderer and are not included in this preview.
Build an outfit with this itemEquipment sets
Set 1
Set effect
.@r= getequiprefinerycnt(EQI_HAND_R)/3;
bonus2 bSkillAtk,"LK_SPIRALPIERCE",10*.@r;
bonus2 bSkillAtk,"RK_SONICWAVE",5*.@r;
Set 2
Set effect
.@r_weapon = getequiprefinerycnt(EQI_HAND_R);
bonus bDelayrate,-10;
bonus2 bSkillAtk,"RK_SONICWAVE",10*.@r_weapon;








