Veteran Sword [1], двуручный меч (Renewal)
Veteran Sword [1] (VETERAN_SWORD) – оружие. Выпадает из монстров: Duneyrr.
![Veteran Sword [1], двуручный меч (Renewal) Veteran Sword [1], двуручный меч (Renewal)](/images/db/items/picture/1188.png)
A sword that can only be obtained by those who achieve sword mastery. The higher the degree of training, the more able they are to handle the sword.
Property: Neutral
Str + 1
Dex + 1
If Bash is level 10,
Increases the damage of Bash by 50%.
If Bowling Bash is level 10,
Increases the damage of Bowling Bash by 50%.
Базовые свойства предмета
- ID: 20650
- Код: VETERAN_SWORD
- Тип: оружие
- Подтип: двуручный меч
- Уровень оружия: 4
- Атака: 180
- Требуемый уровень: 80
- Профессии: crusader, knight, swordman
- Цена покупки: 10 000 з
- Цена продажи: 5 000 з
- Вес: 200
Скрипт
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;