Veteran Sword [1]
ID: 1188 · Veteran_Sword
NPC Sell:
5,000z
NPC Buy:
10.0K
Item Info
| Type | Weapon (Two-Handed Sword) |
| Weight | 200 |
| Slots | 1 |
| ATK | 180 |
| Equip Level | 80 |
| Weapon Level | 4 |
| Equip | Two Handed Weapon |
| NPC Buy | 10,000z |
| NPC Sell | 5,000z |
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
Script
On Equip:
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;
No known monster drops for this item.