Illusion Tae Goo Lyeon [2], двуручный меч (Renewal)

Illusion Tae Goo Lyeon [2] (TAEGOOLYEON_IL) – оружие.

Illusion Tae Goo Lyeon [2], двуручный меч (Renewal)

A legendary sword of a brave general from the East.
------------------------
Perfect Dodge + 10.
------------------------
For every refine level, increase long ranged physical damage by 2%.
------------------------
When refined to +7 or higher, reduce SP consumption of skills by 20%.
------------------------
When refined to +9 or higher, reduce after cast delay by 20%.
------------------------
When refined to +11 or higher, MHP + 10%, MSP + 10%.
------------------------
Set Bonus:
Illusion Tae Goo Lyeon [2]
Illusion Boots [1]

Increase long ranged physical damage by 3%.
------------------------
When the both items are refined to +7 or higher,
Reduce variable casting time by 10%.
------------------------
When the total refine level of set are 18 or higher,
Reduce fixed casting time by 0.5 second.
------------------------
When the total refine level of set are 22 or higher,
Increase Dragon Breath and Dragon Breath - Water damage by 20%.
------------------------

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

  • ID: 26512
  • Код: TAEGOOLYEON_IL
  • Тип: оружие
  • Подтип: двуручный меч
  • Уровень оружия: 4
  • Атака: 250
  •  
  • Требуемый уровень: 120
  • Профессии: crusader, knight
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 200

Скрипт

.@r = getrefine();
bonus bFlee2,10;
bonus bLongAtkRate,.@r*2;
if (.@r >= 7) {
   bonus bUseSPrate,-20;
   if (.@r >= 9) {
      bonus bDelayrate,-20;
      if (.@r >= 11) {
         bonus bMaxHPrate,10;
         bonus bMaxSPrate,10;
      }
   }
}