Ignition Wave Booster Two-handed Sword, двуручный меч (Renewal)
Ignition Wave Booster Two-handed Sword (IW_B_T_SWORD) – оружие.

Can't be refined by normal means.
Cri + 15.
Atk + 3 per refine rate.
Atk + 3 per 15 base level (up to level 195).
If refine rate is 7 or higher, increases attack speed (reduces delay after attack by 1%) per each level of Two Hand Quicken user learned.
If refine rate is 9 or higher, increases critical damage by 10%, increases Ignition Break and Sonic Wave damage by 25%, has a high chance to auto-cast Sonic Wave which has level as user learned when dealing normal melee damage
If refine rate is 11 or higher, additional Cri + 15, increases physical damage against all size enemies by 15%.
If refine rate is 13 or higher, increases Ignition Break and Sonic Wave damage by additional 15%.
Базовые свойства предмета
- ID: 31699
- Код: IW_B_T_SWORD
- Тип: оружие
- Подтип: двуручный меч
- Уровень оружия: 4
- Атака: 250
- Требуемый уровень: 100
- Профессии: knight
- Вес: 1
Скрипт
.@r = getrefine();
bonus bCritical,15;
bonus bBaseAtk,3*.@r+3*(min(BaseLevel,195)/15);
if (.@r>=7) {
bonus bAspdRate,getskilllv("KN_TWOHANDQUICKEN");
}
if (.@r>=9) {
bonus bCritAtkRate,10;
bonus2 bSkillAtk,"RK_IGNITIONBREAK",25;
bonus2 bSkillAtk,"RK_SONICWAVE",25;
bonus2 bSkillAtk,"RK_WINDCUTTER",25;
bonus3 bAutoSpell,"RK_SONICWAVE",getskilllv("RK_SONICWAVE"),1;
}
if (.@r>=11) {
bonus2 bAddSize,Size_All,15;
bonus bCritical,15;
}
if (.@r>=13) {
bonus2 bSkillAtk,"RK_IGNITIONBREAK",15;
bonus2 bSkillAtk,"RK_SONICWAVE",15;
bonus2 bSkillAtk,"RK_WINDCUTTER",15;
}