Saw Axe [2], одноручный топор (Renewal)
Saw Axe [2] (EIN_BHAXE) – оружие.
![Saw Axe [2], одноручный топор (Renewal) Saw Axe [2], одноручный топор (Renewal)](/images/db/items/picture/28140.png)
A weapon modified from a metal-cutting saw to a battle axe.
The sound of the engine reverberating every time the wielder swings makes enemies cower in fear.
ATK +10%, indestructible.
Arm Cannon damage +10%.
When refined to +7 or higher, ATK +60, Variable Cast Time -10%.
When refined to +9 or higher, Long-ranged DMG +10%.
When physically attacking, create a chance to gain additional DMG +15% on enemies of all sizes for 5 sec.
When refined to +11 or higher, After-cast delay -20%.
Базовые свойства предмета
- ID: 27722
- Код: EIN_BHAXE
- Тип: оружие
- Подтип: одноручный топор
- Уровень оружия: 4
- Атака: 350
- Требуемый уровень: 170
- Профессии: blacksmith
- Вес: 500
Скрипт
.@r = getrefine();
bonus bAtkRate,10;
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"NC_ARMSCANNON",10;
if (.@r>=7) {
bonus bVariableCastrate,-10;
bonus bBaseAtk,60;
}
if (.@r>=9) {
bonus bLongAtkRate,10;
autobonus "{ bonus2 bAddSize,Size_All,15; }",1,5000,BF_WEAPON;
}
if (.@r>=11) {
bonus bDelayrate,-20;
}