Veteran Sword [1]
ID: 1188
Type |
Weapon |
Subtype |
2hsword |
Attack |
180 |
Defense |
0 |
Weight |
200.0 |
Weapon Level |
4 |
Buy |
10,000z |
Sell |
5,000z |
Required Level |
80 |
Slots |
1 |
Applicable Jobs:
job_crusader,
job_knight,
job_swordman
Description:
A sword that only allows for its swordmaster to use it.
Str +1, Dex +1
When 'Bash' is mastered, the skill's attack power increases by 50%.
When 'Bowling Bash' is mastered, the skill's attack power increases by 50%.
Class: Two-Handed Sword
Attack: 180
Weight: 200
Weapon Level: 4
Level Requirement: 80
Jobs: Swordman
Item Script:
if (getskilllv('SM_BASH') == 10) {
bonus2 bSkillAtk,'SM_BASH',50;
}
if (getskilllv('KN_BOWLINGBASH') == 10) {
bonus2 bSkillAtk,'KN_BOWLINGBASH',50;
}
bonus bStr,1;
bonus bDex,1;