Aegirnion Armor [1], броня (Renewal)
Aegirnion Armor [1] (EGIRNION_ARMOR) – броня.
![Aegirnion Armor [1], броня (Renewal) Aegirnion Armor [1], броня (Renewal)](/images/db/items/picture/450164.png)
Newly crafted armor based on Egir's armor.
Can't be destroyed.
MHP + 10%, MSP + 5%.
------------------------
If refine rate is 9 or higher, additional MaxHP + 5% and MaxSP + 2%.
------------------------
Set Bonus
Aegirnion Armor
Aegirnion Helm"
Reduces physical and magical damage taken fish and demihuman race monsters by 10%.
Reduces physical and magical damage taken fish and demihuman race monsters by additional 1% per refine rate of armor.
------------------------
Def : 80
Базовые свойства предмета
- ID: 30254
 - Код: EGIRNION_ARMOR
 - Тип: броня
 - Уровень брони: 1
 - Защита: 80
 - Требуемый уровень: 140
 
- Вес: 100
 
Скрипт
bonus bMaxHPrate,10;
bonus bMaxSPrate,5;
bonus bUnbreakableArmor;
if (getrefine()>=9) {
   bonus bMaxHPrate,5;
   bonus bMaxSPrate,2;
}