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

Illusion Gelerdria [2] (GELERDRIA_IL) – оружие.

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

MaxHP + 10%, Cri + 15.
Atk + 20 and increases attack speed (reduces delay after attack by 2%) per 3 refine rate.
If refine rate is 7 or higher, increases Cannon Spear damage by 25%, increases critical damage by 30%.
If refine rate is 9 or higher, increases Vanishing Point damage by 25%, increases long ranged physical damage by 15%.
If refine rate is 11 or higher, increases Cannon Spear and Vanishing Point damage by additional 25%.

When equipped with Illusion Hot-blooded Headband, increases Cannon Spear and Vanishing Point damage by 25% for 60 seconds when using Shield Spell.
If refine rate of each is 7 or higher, increases long ranged physical damage by 15%.
If the sum of refine rate is 18 or higher, increases physical damage against all race monsters by 15%.
If the sum of refine rate is 22 or higher, increases Cannon Spear and Vanishing Point damage as percentage equal to 2 tiems of the sum of refine rate of set.

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

  • Вес: 200

Скрипт

.@r = getrefine();
bonus bCritical,15;
bonus bMaxHPrate,10;
bonus bAspdRate,2*(.@r/3);
bonus bBaseAtk,20*(.@r/3);
if (.@r>=7) {
   bonus bCritAtkRate,30;
   bonus2 bSkillAtk,"LG_CANNONSPEAR",25;
   if (.@r>=9) {
      bonus bLongAtkRate,15;
      bonus2 bSkillAtk,"LG_BANISHINGPOINT",25;
      if (.@r>=11) {
         bonus2 bSkillAtk,"LG_BANISHINGPOINT",20;
         bonus2 bSkillAtk,"LG_CANNONSPEAR",20;
      }
   }
}