Boost Lance-OSAD [2], одноручное копьё (Renewal)

Boost Lance-OSAD [2] (BOOST_LANCE_AD) – оружие.

Boost Lance-OSAD [2], одноручное копьё (Renewal)

Increases attack speed (reduces delay after attack by 5%).
If refine rate is 7 or higher, additional increases attack speed (reduces delay after attack by additional 10%).
If refine rate is 9 or higher, increases Vanishing Point and Cannon Spear damage by 20%.
If refine rate is 11 or higher, increases Vanishing Point damage by additional 25%.

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

  • Вес: 100

Скрипт

.@r = getrefine();
bonus bAspdRate,5;
if (.@r>=7) {
   bonus bAspdRate,10;
   if (.@r>=9) {
      bonus2 bSkillAtk,"LG_CANNONSPEAR",20;
      bonus2 bSkillAtk,"LG_BANISHINGPOINT",20;
      if (.@r>=11) {
         bonus2 bSkillAtk,"LG_BANISHINGPOINT",25;
      }
   }
}