Vellum Guillotine, двуручный топор (Renewal)
Vellum Guillotine (VELUM_GUILLOTINE) – оружие. Выпадает из монстров: Elusive Dark Hammer Kobo, Furious Dark Hammer Kobo, Dark Hammer Kobold, Dark Axe Kobold.

A two-handed axe that has been designed specifically for battles against players.
Property: Neutral
Stats during WoE, PvP
Increases physical damage on Human Player and Doram Player race targets by 40%.
Bypass 30% of hard defense of Human Player and Doram Player race targets when performing a physical attack.
If upgrade level is +6 or higher,
Increases the damage of Axe Boomerang and Power Swing by 80%.
If upgrade level is +9 or higher,
Increases physical damage on Human Player and Doram Player race targets by an additional 60%.
Базовые свойства предмета
- ID: 20848
- Код: VELUM_GUILLOTINE
- Тип: оружие
- Подтип: двуручный топор
- Уровень оружия: 4
- Атака: 300
- Требуемый уровень: 95
- Профессии: alchemist, blacksmith, crusader, knight, merchant, swordman
- Цена покупки: 20 з
- Цена продажи: 10 з
- Вес: 550
Скрипт
bonus bUnbreakableWeapon; bonus2 bAddRace,RC_Player_Human,40; bonus2 bAddRace,RC_Player_Doram,40; bonus2 bIgnoreDefRaceRate,RC_Player_Human,30; bonus2 bIgnoreDefRaceRate,RC_Player_Doram,30; .@r = getrefine(); if (.@r>=6) { bonus2 bSkillAtk,"NC_AXEBOOMERANG",80; bonus2 bSkillAtk,"NC_POWERSWING",80; } if (.@r>=9) { bonus2 bAddRace,RC_Player_Human,60; bonus2 bAddRace,RC_Player_Doram,60; }