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

Phoenix Muffler [1] (PHOENIX_MUFFLER) – броня.

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

A magnificent muffler modeled after the wings of a phoenix. The way it wraps around you is beautiful and terrifying.
Mdef + 5
Increases physical and magical damage on Fire property targets by 15%
Reduces damage taken from Human Player and Doram race enemies by 5%.

For every upgrade level of the item,
Aspd + 1%
Increases physical and magical damage on Fire property targets by an additional 1%

If upgrade level is +10 or higher,
Reduces damage taken from Fire property attacks by 100%.

Set Bonus
Phoenix Muffler [1]
Mastering Card
Mdef + 10
Flee + 20
Reduces damage taken from Neutral property attacks by 20%.

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

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

Скрипт

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