Illusion Zephyrus [2], двуручное копьё (Renewal)

Illusion Zephyrus [2] (ZEPHYRUS_IL) – оружие.

Illusion Zephyrus [2], двуручное копьё (Renewal)

Atk + 4 per refine rate.
Increases long ranged physical damage by 3% per 2 refine rate.
If refine rate is 7 or higher, increases Clashing Spiral damage by 20%.
If refine rate is 9 or higher, increases long ranged physical damage by additional 5%.
If refine rate is 11 or higher, Hit + 10, increases physical damage against medium and large size monsters by 10%.

When equipped with Illusion Chain Mail, Atk + 30.
If refine rate of each is 7 or higher, increases long ranged physical damage by 5%.
If the sum of refine rate is 18 or higher, increases Clashing Spiral damage by 20%.
If the sum of refine rate is 22 or higher, increases physical damage against water property enemies and fish race monsters by 15%.

Базовые свойства предмета

  • ID: 31791
  • Код: ZEPHYRUS_IL
  • Тип: оружие
  • Подтип: двуручное копьё
  • Уровень оружия: 4
  • Атака: 250
  •  
  • Требуемый уровень: 120
  • Профессии: crusader, knight, swordman
  • Вес: 330

Скрипт

.@r = getrefine();
bonus bBaseAtk,4*.@r;
bonus bLongAtkRate,3*(.@r/2);
if (.@r>=7) {
   bonus2 bSkillAtk,"LK_SPIRALPIERCE",20;
}
if (.@r>=9) {
   bonus bLongAtkRate,5;
}
if (.@r>=11) {
   bonus2 bAddSize,Size_Medium,10;
   bonus2 bAddSize,Size_Large,10;
   bonus bHit,10;
}