Vernan
| Item ID | 21052 | Name | Vernan |
|
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 |
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Vernan | ||
| Attack | 300 | Type | Weapon - Two-Handed Sword | ||
| MATK | 0 | Equip Locations | Two-Handed | ||
| Defense | 0 | Equippable Jobs | Knight | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 2 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 650 | Min Equip Level | 170 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item 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;
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
.@r= getequiprefinerycnt(EQI_HAND_R)/3; bonus2 bSkillAtk,"LK_SPIRALPIERCE",10*.@r; bonus2 bSkillAtk,"RK_SONICWAVE",5*.@r; |
||||
|
.@r_weapon = getequiprefinerycnt(EQI_HAND_R); bonus bDelayrate,-10; bonus2 bSkillAtk,"RK_SONICWAVE",10*.@r_weapon; |