Sealed Eastern Sword [2], двуручный меч (Renewal)
Sealed Eastern Sword [2] (EVT_ORIENTAL_SWORD) – оружие.
![Sealed Eastern Sword [2], двуручный меч (Renewal) Sealed Eastern Sword [2], двуручный меч (Renewal)](/images/db/items/picture/21049.png)
Atk + 10 per 2 refine rate.
Increases Sonic Wave damage by 10% per 3 refine rate.
If refine rate is 7 or higher, when dealing melee physical damage, has a chance to auto-cast Sonic Wave level 2 (If user has higher level, that level will be cast instead).
If refine rate is 9 or higher, the weapon can't be destroyed.
Базовые свойства предмета
- ID: 26511
- Код: EVT_ORIENTAL_SWORD
- Тип: оружие
- Подтип: двуручный меч
- Уровень оружия: 4
- Атака: 180
- Требуемый уровень: 99
- Профессии: knight
- Вес: 1
Скрипт
.@r = getrefine(); bonus bBaseAtk,10*(.@r/2); bonus2 bSkillAtk,"RK_SONICWAVE",10*(.@r/3); if (.@r>=7) { bonus5 bAutoSpell,"RK_SONICWAVE",max(2,getskilllv("RK_SONICWAVE")),100,BF_SHORT|BF_WEAPON,1; } if (.@r>=9) { bonus bUnbreakableWeapon; }