
RENEWAL / ITEMS
Aegirnion Armor [1]
#450164Armor
Egirnion_Armor
TypeArmor
Equipment positionArmor
GenderBoth
Weight100
Buy price0 z
Sell price0 z
DEF80
Slots1
Required level140
Armor level1
Description
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.
------------------------
Class : Armor
Def : 80
Weight : 100
Required Level : 140
Jobs : All job
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
bonus bMaxHPrate,10;
bonus bMaxSPrate,5;
bonus bUnbreakableArmor;
if (getrefine()>=9) {
bonus bMaxHPrate,5;
bonus bMaxSPrate,2;
}