Behemoth Muffler [1], броня (Renewal)

Behemoth Muffler [1] (BEHEMOTH_MUFFLER) – броня.

 

Increase physical, magical damage dealt to earth type monsters by 15%, increase resistance to players by 5%.

Increase attack speed per 1 refine rate(delay after skill by 1%), increase damage dealt to earth type monsters by 1%.
When refined to +13 or higher, increase resistance to earth type attacks by 100%.

When equipped with Vocal Card, additional Mdef + 10, MaxHP + 10%, resistance to neutral type attacks +20%.

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

  • ID: 30592
  • Код: BEHEMOTH_MUFFLER
  • Тип: броня
  • Уровень брони: 1
  • Защита: 18
  •  
  • Требуемый уровень: 100
  • Вес: 20

Скрипт

.@r = getrefine();
bonus bMdef,5;
bonus bAspdRate,.@r;
bonus2 bAddEle,Ele_Earth,15+.@r;
bonus2 bMagicAddEle,Ele_Earth,15+.@r;
bonus2 bSubRace,RC_Player_Human,5;
bonus2 bSubRace,RC_Player_Doram,5;
if (.@r>=10)
   bonus2 bSubEle,Ele_Earth,100;