Cylinder Hairband [1], броня (Renewal)

Cylinder Hairband [1] (CYLINDER_HAIRBAND) – броня.

Cylinder Hairband [1], броня (Renewal)

Developed to hold the chemicals when fixing carts. The cylinders are made out of reinforced material but you still have to handle it with care.
Str + 5
Int + 5
Reduces the variable casting time of Cart Cannon by 100%.
Reduces the SP cost of Cart Cannon by 30.
Reduces the SP cost of Cart Tornado by 5.
Increases the damage of Cart Cannon by 10%.
Increases the damage of Cart Tornado by 5%.
If upgrade level is +5 or higher,
Increases the damage of Cart Cannon by an additional 20%.
Increases the damage of Cart Tornado by an additional 10%.
If upgrade level is +8 or higher,
Increases the damage of Cart Cannon by an additional 30%.
Increases the damage of Cart Tornado by an additional 20%.

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

  • ID: 24901
  • Код: CYLINDER_HAIRBAND
  • Тип: броня
  • Уровень брони: 1
  • Защита: 12
  •  
  • Требуемый уровень: 90
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 30

Скрипт

bonus bStr,5;
bonus bInt,5;
bonus2 bVariableCastrate,"GN_CARTCANNON",-100;
bonus2 bSkillUseSP,"GN_CARTCANNON",30;
bonus2 bSkillUseSP,"GN_CART_TORNADO",5;
bonus2 bSkillAtk,"GN_CARTCANNON",10;
bonus2 bSkillAtk,"GN_CART_TORNADO",5;
if (getrefine()>=5) {
   bonus2 bSkillAtk,"GN_CARTCANNON",20;
   bonus2 bSkillAtk,"GN_CART_TORNADO",10;
}
if (getrefine()>=8) {
   bonus2 bSkillAtk,"GN_CARTCANNON",30;
   bonus2 bSkillAtk,"GN_CART_TORNADO",20;
}