Hypocrisy Machine [3], одноручный меч (Renewal)
Hypocrisy Machine [3] (EP172_1H_SWORD) – оружие. Выпадает из монстров: Heart Hunter Skirmisher, Heart Hunter Skirmisher.
![Hypocrisy Machine [3], одноручный меч (Renewal) Hypocrisy Machine [3], одноручный меч (Renewal)](/images/db/items/picture/500007.png)
A one-handed sword used by the guards of Barmund Mansion.
It has been horribly distorted by the magic-jamming device that Illusion has installed.
Indestructible.
Melee Physical damage +3% for every 2 refine levels.
CRIT +2 for every 3 refine levels.
When refined to +7 or higher, Increased ASPD (ASPD +20%).
When refined to +9 or higher, Physical damage +25% on Small and Large enemies.
When refined to +11 or higher, Enables to use Bowling Bash which has the same skill level as Sword Mastery.
Базовые свойства предмета
- ID: 31155
 - Код: EP172_1H_SWORD
 - Тип: оружие
 - Подтип: одноручный меч
 - Уровень оружия: 4
 - Атака: 250
 - Требуемый уровень: 150
 - Профессии: novice, super_novice
 
- Вес: 300
 
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bShortAtkRate,3*(.@r/2);
bonus bCritical,2*(.@r/3);
if (.@r>=7)
   bonus bAspdRate,20;
if (.@r>=9) {
   bonus2 bAddSize,Size_Small,25;
   bonus2 bAddSize,Size_Large,25;
}
if (.@r>=11)
   skill "KN_BOWLINGBASH",getskilllv("SM_SWORD");