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

Illusion Brionac [2] (BRIONAC_IL) – оружие.

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

Atk + 10%
Increases Overbrand damage by 5% per 2 refine rate.
If refine rate is 7 or higher, increases Overbrand damage by additional 20%.
If refine rate is 9 or higher, increases physical damage against medium and large size enemies by 15%.
If refine rate is 11 or higher, increases physical damage against fish and demon race monsters by 30%.

When equipped with Illusion Saphien's Armor of Ocean, Atk + 5%.
If refine rate of each is 7 or higher, reduces global cooldown by 5%.
If the sum of refine rate is 18 or higher, increases Overbrand damage by 20%.
If the sum of refine rate is 22 or higher, when using Overbrand, has a chance to gain Atk + 50 and increases physical damage against fish and demon race monsters by 50% for 10 seconds.

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

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

Скрипт

.@r = getrefine();
bonus bAtkRate,10;
bonus2 bSkillAtk,"LG_OVERBRAND",5*(.@r/2);
if (.@r>=7) {
   bonus2 bSkillAtk,"LG_OVERBRAND",20;
}
if (.@r>=9) {
   bonus2 bAddSize,Size_Medium,15;
   bonus2 bAddSize,Size_Large,15;
}
if (.@r>=11) {
   bonus2 bAddRace,RC_Fish,30;
   bonus2 bAddRace,RC_Demon,30;
}