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

Chemical Glove [1] (CHEMICALGLOVE) – броня.

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

Make it possible to handle many kinds of chemicals.
Hit + 20
Aspd + 5%

Increases the recovery rate of the following consumables by 100%;
Red Potion
Orange Potion
Yellow Potion
White Potion

For every known level of Cart Remodeling;
Atk + 15
Max HP + 2%
Aspd + 1%
Reduces the SP cost of Cart Tornado by 1.

For every base level, increases the damage of Cart Revolution by 1%.
For every 20 base levels, increases the damage of Cart Cannon by 2%.
For every 30 base levels, increases the damage of Cart Tornado by 2%.

Has no effect in WoE TE

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

  • ID: 27921
  • Код: CHEMICALGLOVE
  • Тип: броня
  • Уровень брони: 1
  •  
  • Требуемый уровень: 20
  • Цена покупки: 20 з
  • Цена продажи: 10 з
  • Вес: 10

Скрипт

.@s = getskilllv("GN_REMODELING_CART");
bonus bHit,20;
bonus bAspdRate,5+.@s;
bonus bBaseAtk,15*.@s;
bonus bMaxHPrate,2*.@s;
bonus2 bSkillUseSP,"GN_CART_TORNADO",.@s;
bonus2 bAddItemHealRate,501,100;
bonus2 bAddItemHealRate,502,100;
bonus2 bAddItemHealRate,503,100;
bonus2 bAddItemHealRate,504,100;
bonus2 bSkillAtk,"MC_CARTREVOLUTION",BaseLevel;
bonus2 bSkillAtk,"GN_CARTCANNON",2*(BaseLevel/20);
bonus2 bSkillAtk,"GN_CART_TORNADO",2*(BaseLevel/30);