ID #21051
Weapon
Volar [2]
Buy Price: N/A
Sell Price: N/A
A Two-Handed sword made of Black Light.
_______________________
Increases damage of Bowling Bash by 30%.
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +9:
Decreases Bowling Bash and Ignition Break skill cooldown by 1 second.
_______________________
Refine Level +11:
Increases damage of Bowling Bash by 20%.
_______________________
Type: Two-Handed Sword
Attack: 280
Weight: 280
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Rune Knight
_______________________
Increases damage of Bowling Bash by 30%.
_______________________
For each Refine Level:
ATK +4
_______________________
Refine Level +9:
Decreases Bowling Bash and Ignition Break skill cooldown by 1 second.
_______________________
Refine Level +11:
Increases damage of Bowling Bash by 20%.
_______________________
Type: Two-Handed Sword
Attack: 280
Weight: 280
Weapon Level: 4
_______________________
Requirement:
Base Level 170
Rune Knight
Available from boxes
Basic Information
Type
Weapon
Weight
2800
Range
1
Job Requirements
Knight
Yes
Requirements
Weapon Level
4
Min Level
170
Scripts
Script .@r = getrefine(); bonus2 bSkillAtk,"KN_BOWLINGBASH",30; bonus bBaseAtk,4*.@r; if (.@r>=9) { bonus2 bSkillCooldown,"KN_BOWLINGBASH",-1000; bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-1000; } if (.@r>=11) { bonus bUnbreakableWeapon; bonus2 bSkillAtk,"KN_BOWLINGBASH",20; }
.@r = getrefine();
bonus2 bSkillAtk,"KN_BOWLINGBASH",30;
bonus bBaseAtk,4*.@r;
if (.@r>=9) {
bonus2 bSkillCooldown,"KN_BOWLINGBASH",-1000;
bonus2 bSkillCooldown,"RK_IGNITIONBREAK",-1000;
}
if (.@r>=11) {
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"KN_BOWLINGBASH",20;
}