Fallen Angel Armor [1], броня (Renewal)

Fallen Angel Armor [1] (FALLEN_ANGEL_ARMOR_TW) – броня.

Fallen Angel Armor [1], броня (Renewal)

An armor worn by Fallen Angel.

Indestructible.

MDEF+5, All Stats +1.

Damage taken from Holy property attack +10%, damage taken from Angel monsters +15%.
Resistance against Demon, Demi-human enemies +5%.

If refine level is +7 or above, Max HP +5%.
If refine level is +9 or above, resistance against Demon, Demi-human enemies +5% additionally.
If refine level is +11 or above, variable cast time -8%.

Equip with +9 or above Fallen Angel Wing,
resistance to all races except Angel enemies +3%.

Equip with +9 or above [Kachua]Fallen Angel Wing,
Physical and magic damage to all class enemies +7%.

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

  • ID: 30235
  • Код: FALLEN_ANGEL_ARMOR_TW
  • Тип: броня
  • Уровень брони: 1
  • Защита: 50
  •  
  • Требуемый уровень: 30
  • Вес: 100

Скрипт

.@r = getrefine();
bonus bAllStats,1;
bonus bUnbreakableArmor;
bonus2 bSubEle,Ele_Holy,-10;
bonus2 bSubRace,RC_Angel,-15;
bonus2 bSubRace,RC_Demon,5+(.@r>=9?5:0);
bonus2 bSubRace,RC_DemiHuman,5+(.@r>=9?5:0);
bonus2 bSubRace,RC_Player_Human,5+(.@r>=9?5:0);
bonus2 bSubRace,RC_Player_Doram,5+(.@r>=9?5:0);
if (.@r>=7)
   bonus bMaxHPrate,5;
if (.@r>=11)
   bonus bVariableCastrate,-8;