Paracelsus Glove [1], броня (Renewal)

Paracelsus Glove [1] (PARACELSUS_GLOVE) – броня.

 

A glove worn by a great alchemist who was not only good at medicine and science, but also magic.

Increase physical damage to all size monsters by 10%.

Increase damage of Cart Tornado by 2% per 3 base level.
When Cart Boost skill level 5,
increases ASPD by 10%.
Recovers HP 100, SP 10 when enemy
is killed using a physical attack.
When Crazy Vines skill level 10,
increases accuracy by 15%.
Increase damage to small, medium, and large monsters
by 2% per 1 skill level of Fire Expansion learned.

SET BONUS
Bear's Power
When a Genetic is equipped with Bear's Power,
increase chance to cast Bear's Power,
MaxHP + 50 per 1 base level.

Required level : 100

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

  • ID: 30943
  • Код: PARACELSUS_GLOVE
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 100
  • Вес: 10

Скрипт

bonus bStr,7;
bonus bAtkRate,10;
bonus2 bSkillAtk,"GN_CARTCANNON",(BaseLevel/2);
bonus2 bSkillAtk,"GN_CART_TORNADO",(BaseLevel/2);
if (getskilllv("GN_CARTBOOST") == 5) {
   bonus bAspdRate,15;
   bonus bMaxHPrate,15;
}
if (getskilllv("GN_CRAZYWEED") == 10)
   bonus bSPDrainValue,3;
if (getskilllv("GN_FIRE_EXPANSION") == 5)
   bonus2 bAddSize,Size_All,10;