Paradise Mechanic Two-Handed Axe, двуручный топор (Renewal)
Paradise Mechanic Two-Handed Axe (3PARA_T_AXE_NC) – оружие.

Can't be refined.
Can't be destroyed.
Atk + 5%, increases melee physical damage by 1% per each level of Weaponry Research user learned.
If the user's base level is 105 or higher, reduces skill cooldown of Axe Tornado by 1 second, increases Axe Tornado and Power Swing damage by 25%.
If the user's base level is 110 or higher, reduces global cooldown by 10%, increases physical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Axe Tornado and Power Swing damage by additional 15%.
Базовые свойства предмета
- ID: 31773
- Код: 3PARA_T_AXE_NC
- Тип: оружие
- Подтип: двуручный топор
- Уровень оружия: 4
- Атака: 250
- Требуемый уровень: 100
- Профессии: blacksmith
- Вес: 1
Скрипт
.@a = getskilllv("BS_WEAPONRESEARCH"); bonus bAtkRate,5; bonus bShortAtkRate,.@a; if (BaseLevel>=105) { bonus2 bSkillCooldown,"NC_AXETORNADO",-1000; bonus2 bSkillAtk,"NC_AXETORNADO",25; bonus2 bSkillAtk,"NC_POWERSWING",25; if (BaseLevel>=110) { bonus bDelayrate,-10; bonus2 bAddSize,Size_All,15; if (BaseLevel>=115) { bonus2 bSkillAtk,"NC_AXETORNADO",15; bonus2 bSkillAtk,"NC_POWERSWING",15; } } }