Doom Slayer, двуручный топор (Renewal)
Doom Slayer (DOOM_SLAYER) – оружие. Выпадает из монстров: Sword Guardian, Diligent Soldier Andre.

A gigantic and ridiculously heavy axe that requires great strength to use it properly.
1
ASPD - 40%
Increases SP cost of skills by 100%.
This item is indestructible in battle.
If base STR is 95 or higher
ATK + 340
Adds a 5% chance of Breaking Armor on targets when performing a physical attack.
Adds a 30% chance of inflicting Stun on the target when performing a physical attack.
Базовые свойства предмета
- ID: 20822
- Код: DOOM_SLAYER
- Тип: оружие
- Подтип: двуручный топор
- Уровень оружия: 4
- Атака: 10
- Требуемый уровень: 80
- Профессии: alchemist, blacksmith, crusader, knight, merchant, swordman
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 600
Скрипт
bonus bAspdRate,-40; bonus bUseSPrate,100; if (readparam(bStr)>=95) { bonus bBaseAtk,340; bonus2 bAddEff,Eff_Stun,3000; bonus bBreakArmorRate,500; }