Veteran Axe [2], двуручный топор (Renewal)
Veteran Axe [2] (VETERAN_AXE) – оружие. Выпадает из монстров: Duneyrr.
![Veteran Axe [2], двуручный топор (Renewal) Veteran Axe [2], двуручный топор (Renewal)](/images/db/items/picture/1384.png)
An axe made out of the metal which the Ancient God of Blacksmiths gave to humans. If someone handy with metals uses this axe, it will show their incredible power.
Property: Neutral
Atk + 10, if Forge Axe is at maximum level.
Atk + 10, if Forge Dagger is at maximum level.
Atk + 10, if Forge Knuckle is at maximum level.
Atk + 10, if Forge Mace is at maximum level.
Atk + 10, if Forge Spear is at maximum level.
Atk + 10, if Forge Knuckle is at maximum level.
Atk + 10, if Forge Sword is at maximum level.
Atk + 10, if Forge Two-Handed Sword is at maximum level.
Adds a 5% chance of casting Level 3 Magnum Break on the target when using Hammerfall.
This item is indestructible in battle.
Базовые свойства предмета
- ID: 20836
- Код: VETERAN_AXE
- Тип: оружие
- Подтип: двуручный топор
- Уровень оружия: 3
- Атака: 250
- Требуемый уровень: 80
- Профессии: alchemist, blacksmith, merchant
- Цена покупки: 10 000 з
- Цена продажи: 5 000 з
- Вес: 300
Скрипт
if (getskilllv("BS_DAGGER") == 3) { bonus bBaseAtk,10; } if (getskilllv("BS_SWORD") == 3) { bonus bBaseAtk,10; } if (getskilllv("BS_TWOHANDSWORD") == 3) { bonus bBaseAtk,10; } if (getskilllv("BS_KNUCKLE") == 3) { bonus bBaseAtk,10; } if (getskilllv("BS_SPEAR") == 3) { bonus bBaseAtk,10; } if (getskilllv("BS_AXE") == 3) { bonus bBaseAtk,10; } if (getskilllv("BS_MACE") == 3) { bonus bBaseAtk,10; } bonus bVit,2; bonus4 bAutoSpellOnSkill,"BS_HAMMERFALL","SM_MAGNUM",3,50;