Booster Sword [2], одноручный меч (Renewal)

Booster Sword [2] (BOOST_SWORD) – оружие.

Booster Sword [2], одноручный меч (Renewal)

ATK + 2%
Variable Cast time reduced by 3%.
ATK + 3 for ever refine level.
ATK + 3 for every 15 Base Level up to Level 180.
If refined to +7 or higher, reduces Variable Cast Time by 1% for every level of Potion Research known.
If refined to +9 or higher, increase Long Range Physical damage by 10%.

If equipped with Attacker Booster Set (Plate, Manteau, Greaves, and Ring),
ASPD + 2
Increase damage to all sizes of enemies by 10%.
Cart Tornado +1% damage for every 15 Base Levels up to Level 180.
When using Cart Boost, increase Cart Tornado damage by an additional 20% for 60 seconds.

If equipped with Ranged Booster Set (Suit, Manteau, Boots, and Brooch),
MaxHP + 10%
Variable Cast time reduced by 10%.
Cart Cannon +1% damage for every 15 Base Levels up to Level 180.
When using Cart Boost, increase Cart Cannon damage by an additional 20% for 60 seconds.

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

  • ID: 31151
  • Код: BOOST_SWORD
  • Тип: оружие
  • Подтип: одноручный меч
  • Уровень оружия: 4
  • Атака: 160
  •  
  • Требуемый уровень: 100
  • Профессии: alchemist
  • Вес: 1

Скрипт

bonus bAtkRate,2;
bonus bVariableCastrate,-3;
.@r = getrefine();
bonus bBaseAtk,.@r*3;
bonus bBaseAtk,min(BaseLevel,180)/15*3;
if (.@r>=7)
   bonus bVariableCastrate,-1*getskilllv("AM_LEARNINGPOTION");
if (.@r>=9)
   bonus bLongAtkRate,10;