Hypocrisy Edge [2], двуручный меч (Renewal)
Hypocrisy Edge [2] (EP172_BH_SWORD) – оружие. Выпадает из монстров: Heart Hunter Skirmisher, Heart Hunter Skirmisher.
![Hypocrisy Edge [2], двуручный меч (Renewal) Hypocrisy Edge [2], двуручный меч (Renewal)](/images/db/items/picture/600008.png)
A giant sword which was decorated on a wall of Barmund Mansion.
It has been horribly distorted by the magic-jamming device that Illusion has installed.
Indestructible.
Wind Cutter damage +10%.
ATK +12 for every 3 refine levels.
When refined to +7 or higher, Additional Wind Cutter damage +10%.
When refined to +9 or higher, Post-skill delay -10%.
When refined to +11 or higher, Additional Wind Cutter damage +15%.
Базовые свойства предмета
- ID: 31696
 - Код: EP172_BH_SWORD
 - Тип: оружие
 - Подтип: двуручный меч
 - Уровень оружия: 4
 - Атака: 280
 - Требуемый уровень: 150
 - Профессии: knight
 
- Вес: 300
 
Скрипт
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus2 bSkillAtk,"RK_WINDCUTTER",10;
bonus bBaseAtk,12*(.@r/3);
if (.@r>=7) {
   bonus2 bSkillAtk,"RK_WINDCUTTER",10;
}
if (.@r>=9) {
   bonus bDelayrate,-10;
}
if (.@r>=11) {
   bonus2 bSkillAtk,"RK_WINDCUTTER",15;
}