Paradise Rune Knight Two-Handed Sword, двуручный меч (Renewal)
Paradise Rune Knight Two-Handed Sword (3PARA_T_SWORD_RK) – оружие.

Can't be refined.
Cri + 15, increases long ranged physical damage by 1% per each level of Two Hand Quicken user learned.
If the user's base level is 105 or higher, increases critical damage by 10%, increases Ignition Break and Sonic Wave damage by 25%.
If the user's base level is 110 or higher, additional Cri + 15, increases physical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Ignition Break and Sonic Wave damage by additional 15%.
Базовые свойства предмета
- ID: 31706
 - Код: 3PARA_T_SWORD_RK
 - Тип: оружие
 - Подтип: двуручный меч
 - Уровень оружия: 4
 - Атака: 200
 - Требуемый уровень: 100
 - Профессии: knight
 
- Вес: 1
 
Скрипт
.@a = getskilllv("KN_TWOHANDQUICKEN");
bonus bCritical,15;
bonus bAspdRate,.@a;
if (BaseLevel>=105) {
   bonus bCritAtkRate,10;
   bonus2 bSkillAtk,"RK_IGNITIONBREAK",25;
   bonus2 bSkillAtk,"RK_SONICWAVE",25;
   if (BaseLevel>=110) {
      bonus bCritical,15;
      bonus2 bAddSize,Size_All,15;
      if (BaseLevel>=115) {
         bonus2 bSkillAtk,"RK_IGNITIONBREAK",15;
         bonus2 bSkillAtk,"RK_SONICWAVE",15;
      }
   }
}