Red Serpent Dress, броня (Renewal)

Red Serpent Dress (SAMAEL_DRESS) – броня.

 

Holy Property.
Resistant to knock back effects.

If the refine level is 7 or above, increases physical and magical damage to Plant monster and Insect monster by 10% and damage to Holy and Poison property monsters by 10%.

If the refine level is 9 or above, increases physical and magical damage to Plant monster and Insect monster by an additional 15% and damage to Holy and Poison property monsters by an additional 15%.

If the refine level is 12 or above, increases physical and magical damage to Plant monster and Insect monster by an additional 15% and damage to Holy and Poison property monsters by an additional 15%.
Has no effect during WoE TE

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

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

Скрипт

.@r = getrefine();
.@a = ((.@r>=9)?40:(.@r>=7)?25:(.@r>=5?10:0));
bonus bDefEle,Ele_Holy;
bonus bNoKnockback;
bonus2 bAddRace,RC_Insect,.@a;
bonus2 bAddRace,RC_Plant,.@a;
bonus2 bAddEle,Ele_Holy,.@a;
bonus2 bAddEle,Ele_Poison,.@a;
bonus2 bMagicAddRace,RC_Insect,.@a;
bonus2 bMagicAddRace,RC_Plant,.@a;
bonus2 bMagicAddEle,Ele_Holy,.@a;
bonus2 bMagicAddEle,Ele_Poison,.@a;