Doom Slayer [1], двуручный топор (Pre-Renewal)
Doom Slayer [1] (DOOM_SLAYER_) – оружие. Выпадает из монстров: Orc Lord.
![Doom Slayer [1], двуручный топор (Pre-Renewal) Doom Slayer [1], двуручный топор (Pre-Renewal)](/images/db/items/picture/1371.png)
A gigantic and ridiculously heavy axe which requires great strength to use properly.
Property: Neutral
Atk + 340, if the users base Str is 95 or higher.
Aspd - 40%
Increases the SP cost of skills by 100%.
Adds a 30% chance of inflicting Stun on the target when performing a physical attack.
Adds a 5% chance of inflicting Coma on Demi-Human race target when performing a physical attack.
This item is indestructible in battle.
Базовые свойства предмета
- ID: 4363
 - Код: 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;
}