Booster Foxtail [2], посох (Renewal)

Booster Foxtail [2] (BOOST_FOXTAIL) – оружие.

Booster Foxtail [2], посох (Renewal)

Special one-handed wand prepared for your rapid growth.
Indestructible.
MATK + 260
ATK + 5%
MATK + 5%
Increases ATK + 2, MATK + 2 per refine rate.
Increases ATK + 3, MATK + 3 per 15 base levels up to level 180.
If refine rate is +7 or greater, reduces variable casting time by 2% per level of Nyangrass, increases long-distance physical damage by 2% per level of Soul of Savage.
If refine rate is +9 or greater, increases physical and magical damage to enemies of all sizes by 10%.

When equipped with Elemental Booster set (Robe, Muffler, Shoes, and Earrings),
MATK + 20
Increases magic damage against enemies of all sizes by 10%.
Increases Catnip Meteor damage by 2% per 15 base levels up to level 180.
When using Spearmint Spear, increases Catnip Meteor Damage by additional 35% for 60 seconds.

When equipped with Range Booster set (Suit, Manteau, Boots, and Brooch),
ATK + 20
Reduces After Skill Delay by 10%.
Picky Peck damage increased by 2% per 15 base levels up to level 180.
When using Akraus Dash, increases Picky Peck damage by additional 35% for 60 seconds.

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

  • ID: 31416
  • Код: BOOST_FOXTAIL
  • Тип: оружие
  • Подтип: посох
  • Уровень оружия: 4
  • Атака: 250
  • Магическая атака: 260
  •  
  • Требуемый уровень: 100
  • Профессии: spirit_handler, summoner
  • Вес: 70

Скрипт

bonus bUnbreakableWeapon;
.@r = getrefine();
bonus bBaseAtk,.@r*2;
bonus bMatk,.@r*2;
.@i = min(BaseLevel,180)/15*3;
bonus bBaseAtk,.@i;
bonus bMatk,.@i;
bonus bAtkRate,5;
bonus bMatkRate,5;
if (.@r>=7) {
   bonus bVariableCastrate,getskilllv("SU_NYANGGRASS")*-2;
   bonus bLongAtkRate,getskilllv("SU_SVG_SPIRIT")*2;
}
if (.@r>=9) {
   bonus2 bAddSize,Size_All,10;
   bonus2 bMagicAddSize,Size_All,10;
}