Paradise Mechanic Axe, одноручный топор (Renewal)
Paradise Mechanic Axe (3PARA_AXE_NC) – оружие.

Can't be refined.
Can't be destroyed.
Atk + 5%, increases long ranged physical damage by 2% per each level of Madogear License user learned.
If the user's base level is 105 or higher, reduces variable casting time by 10%, increases Vulcan Arm, Knuckle Boost and Arm Cannon 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 Vulcan Arm, Knuckle Boost and Arm Cannon damage by additional 15%.
Базовые свойства предмета
- ID: 31304
- Код: 3PARA_AXE_NC
- Тип: оружие
- Подтип: одноручный топор
- Уровень оружия: 4
- Атака: 250
- Требуемый уровень: 100
- Профессии: blacksmith
- Вес: 1
Скрипт
.@l = BaseLevel; .@a = getskilllv("NC_MADOLICENCE"); bonus bUnbreakableWeapon; bonus bLongAtkRate,2*.@a; bonus bAtkRate,5; if (.@l>=105) { bonus bVariableCastrate,-10; bonus2 bSkillAtk,"NC_VULCANARM",25; bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",25; bonus2 bSkillAtk,"NC_ARMSCANNON",25; if (.@l>=110) { bonus bDelayrate,-10; bonus2 bAddSize,Size_All,15; if (.@l>=115) { bonus2 bSkillAtk,"NC_VULCANARM",15; bonus2 bSkillAtk,"NC_BOOSTKNUCKLE",15; bonus2 bSkillAtk,"NC_ARMSCANNON",15; } } }