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

Military Glove [1] (MILITARY_GLOVE) – броня.

 

Gloves used by soldiers standing on the battlefield. It provides excellent protection in dangerous areas.

Increase physical damage to all size monsters by 10%.
Increase damage of Power Swing, Axe Tornado, Axe Boomerang by 1% per 2 BaseLv.
When FAW Silver Sniper Lv. 5 is learned, increase physical damage to all property type monsters by 10%
When FAW Magic Decoy Lv. 3 is learned, adds a chance to drop 2carat or 3carat diamond when monsters are killed.
When Axe Boomerang Lv. 5 is learned, ASPD +10%, recovers HP + 100, SP + 10 when monsters are killed.
When Lava Flow Lv. 5 is learned, reduce after skill delay by 30%.

Required level : 100

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

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

Скрипт

bonus bVit,7;
bonus2 bAddSize,Size_All,10;
bonus2 bSkillAtk,"NC_AXETORNADO",BaseLevel/2;
bonus2 bSkillAtk,"NC_AXEBOOMERANG",BaseLevel/2;
bonus2 bSkillAtk,"NC_POWERSWING",BaseLevel/2;
if (getskilllv("NC_SILVERSNIPER") == 5)
   bonus2 bAddEle,Ele_All,10;
if (getskilllv("NC_MAGICDECOY") == 5) {
   bonus2 bAddMonsterDropItem,731,30;
   bonus2 bAddMonsterDropItem,731,10;
}
if (getskilllv("NC_AXEBOOMERANG") == 5) {
   bonus bAspdRate,10;
   bonus bHPGainValue,100;
   bonus bSPGainValue,10;
}
if (getskilllv("NC_MAGMA_ERUPTION") == 5)
   bonus bDelayrate,-30;