Insecticide Shoes (Shadow), теневое снаряжение (Renewal)

Insecticide Shoes (Shadow) (S_INSECTICIDE_SHOES) – теневое снаряжение.

Insecticide Shoes (Shadow), теневое снаряжение (Renewal)

A pair of shoes worn to enhance insect damage.
Max HP + 10 per upgrade level of the item.
Increases physical and magical damage on Insect race targets by 2%.
If upgrade level is +7 or higher,
Increases physical and magical damage on Insect race targets by an additional 1%.
If upgrade level is +9 or higher,
Increases physical and magical damage on Insect race targets by an additional 2%.

Set Bonus
Gargantua Shadow Shield
Insecticide Shadow Shoes
Increases the experience given from Insect race monsters by 3%.

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

  • Вес: 1

Скрипт

bonus2 bAddRace,RC_Insect,2;
bonus2 bMagicAddRace,RC_Insect,2;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r>=7) {
   bonus2 bAddRace,RC_Insect,1;
   bonus2 bMagicAddRace,RC_Insect,1;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_Insect,2;
   bonus2 bMagicAddRace,RC_Insect,2;
}