Nature Dress, броня (Renewal)

Nature Dress (NATURE_DRESS) – броня.

Nature Dress, броня (Renewal)

A dress empowered with nature's essence. Wearing this will prove that you are a member of Nature's Children.
Property: Earth
Prevents the user from being knocked back.

If upgrade level is +5 or higher,
Increases physical and magical damage on Demi-Human race targets by 10%.
Increases physical and magical damage on Player race targets by 10%.
Increases physical and magical damage on Brute race targets by 10%.
Increases physical and magical damage on Wind property targets by 10%.
Increases physical and magical damage on Earth property targets by 10%.

If upgrade level is +7 or higher,
Increases physical and magical damage on Demi-Human race targets by an additional 15%.
Increases physical and magical damage on Player race targets by an additional 15%.
Increases physical and magical damage on Brute race targets by an additional 15%.
Increases physical and magical damage on Wind property targets by an additional 15%.
Increases physical and magical damage on Earth property targets by an additional 15%.

If upgrade level is +9 or higher,
Increases physical and magical damage on Demi-Human race targets by an additional 15%.
Increases physical and magical damage on Player race targets by an additional 15%.
Increases physical and magical damage on Brute race targets by an additional 15%.
Increases physical and magical damage on Wind property targets by an additional 15%.
Increases physical and magical damage on Earth property targets by an additional 15%.

This item is indestructible in battle.
Disabled during WoE TE

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

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

Скрипт

.@r = getrefine();
bonus bNoKnockback;
bonus bUnbreakableArmor;
bonus bDefEle,Ele_Earth;
if (.@r>8)
   .@a = 40;
else if (.@r>6)
   .@a = 25;
else if (.@r>=5)
   .@a = 10;
bonus2 bAddEle,Ele_Earth,.@a;
bonus2 bAddEle,Ele_Wind,.@a;
bonus2 bMagicAddEle,Ele_Earth,.@a;
bonus2 bMagicAddEle,Ele_Wind,.@a;
bonus2 bAddRace,RC_DemiHuman,.@a;
bonus2 bAddRace,RC_Brute,.@a;
bonus2 bAddRace,RC_Player_Doram,.@a;
bonus2 bMagicAddRace,RC_DemiHuman,.@a;
bonus2 bMagicAddRace,RC_Brute,.@a;
bonus2 bMagicAddRace,RC_Player_Doram,.@a;
bonus2 bAddRace,RC_Player_Human,.@a;
bonus2 bMagicAddRace,RC_Player_Human,.@a;