Paradise Shadow Chaser Bow, лук (Renewal)

Paradise Shadow Chaser Bow (3PARA_BOW_SC) – оружие.

Paradise Shadow Chaser Bow, лук (Renewal)

Can't be refined.
Atk + 5%, increases long ranged physical damage by 1% per each level of Vulture's Eye user learned.
If the user's base level is 105 or higher, reduces variable casting time by 10%, increases Triangle Shot and Feint Bomb damage by 25%.
If the user's base level is 110 or higher, reduces global cooldown by 10%, increases physical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Triangle Shot and Feint Bomb damage by additional 25%.

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

  • ID: 31920
  • Код: 3PARA_BOW_SC
  • Тип: оружие
  • Подтип: лук
  • Уровень оружия: 4
  • Атака: 200
  •  
  • Требуемый уровень: 100
  • Профессии: rogue
  • Вес: 1

Скрипт

.@a = getskilllv("AC_VULTURE");
bonus bAtkRate,5;
bonus bLongAtkRate,.@a;
if (BaseLevel>=105) {
   bonus bVariableCastrate,-10;
   bonus2 bSkillAtk,"SC_TRIANGLESHOT",25;
   bonus2 bSkillAtk,"SC_FEINTBOMB",25;
   if (BaseLevel>=110) {
      bonus bDelayrate,-10;
      bonus2 bAddSize,Size_All,15;
      if (BaseLevel>=115) {
         bonus2 bSkillAtk,"SC_TRIANGLESHOT",25;
         bonus2 bSkillAtk,"SC_FEINTBOMB",25;
      }
   }
}