[Not For Sale] Unexpected Fortune Armor [1], броня (Renewal)

[Not For Sale] Unexpected Fortune Armor [1] (COMP_OVERWH_L_ARMOR) – броня.

 

The armor that the Albatross wears during war


[Effect of Item]
All stats +1, MDEF +10
----------
If refined to +5,
Max HP +500
Max SP +50
----------
If refined to +7,
ATK +5
MATK +5
DEF +10
----------
If refined to +8,
Additional ATK +5
Additional MATK +5
Increases physical and magical damage on [Earth, Water, Wind, Fire] monster properties by 2%
----------
If refined to +9,
Additional ATK +10
Additional MATK +10
Increases physical and magical damage on [Earth, Water, Wind, Fire] monster properties by an additional 3%
----------
If refined to +10,
Increases physical and magical damage on [Earth, Water, Wind, Fire] monster properties by an additional 5%
Max HP +1%
Max SP +1%
Reduces damage from [Demihuman, Player] race by 1%


[Set Bonus]
Albatross's Armor
Odious's Robe
Insidious's Shoes


All statuses +2
Max HP +3%
Max SP +3%
Increases Damage [Boss] type by 10%
Reduces damage from [Demihuman, Player] race by 2%


This item is untradable, can be put in storage only

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

  • ID: 24109
  • Код: COMP_OVERWH_L_ARMOR
  • Тип: броня
  • Уровень брони: 1
  • Защита: 120
  •  
  • Требуемый уровень: 1
  • Вес: 200

Скрипт

.@r = getrefine();
bonus bBaseAtk,50;
bonus bCritAtkRate,2*(.@r/3);
if (.@r>=7) {
   bonus2 bIgnoreDefRaceRate,RC_Brute,30;
   bonus2 bIgnoreDefRaceRate,RC_Demon,30;
}
if (.@r>=9) {
   bonus2 bAddRace,RC_Brute,10;
   bonus2 bAddRace,RC_Demon,10;
}
if (.@r>11) {
   bonus2 bAddEle,Ele_Earth,10;
   bonus2 bAddEle,Ele_Wind,10;
}