Paradise Summoner Foxtail, посох (Renewal)

Paradise Summoner Foxtail (3PARA_FOXTAIL1_SU) – оружие.

Paradise Summoner Foxtail, посох (Renewal)

Can't be refined.
Can't be destroyed.
Atk + 5%, increases long ranged physical damage by 2% per each level of Picky Peck user learned.
If the user's base level is 105 or higher, increases attack speed (reduces delay after attack by 10%), increases Picky Peck and Spirit of Savage damage by 25%.
If the user's base level is 110 or higher, increases long ranged physical damage by additional 10%, increases physical damage against all size enemies by 15%.
If the user's base level is 115 or higher, increases Picky Peck and Spirit of Savage damage by additional 15%.

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

  • ID: 31454
  • Код: 3PARA_FOXTAIL1_SU
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 4
  • Атака: 300
  •  
  • Требуемый уровень: 100
  • Профессии: spirit_handler, summoner
  • Вес: 1

Скрипт

.@l = BaseLevel;
.@a = getskilllv("SU_PICKYPECK");
bonus bAtkRate,5;
bonus bUnbreakableWeapon;
bonus bLongAtkRate,2*.@a;
if (.@l>=105) {
   bonus bAspdRate,10;
   bonus2 bSkillAtk,"SU_PICKYPECK",25;
   bonus2 bSkillAtk,"SU_SVG_SPIRIT",25;
   if (.@l>=110) {
      bonus bLongAtkRate,10;
      bonus2 bAddSize,Size_All,15;
      if (.@l>=115) {
         bonus2 bSkillAtk,"SU_PICKYPECK",15;
         bonus2 bSkillAtk,"SU_SVG_SPIRIT",15;
      }
   }
}