
RENEWAL / ITEMS
Aegis System
#480156Armor
Aegis_System
TypeArmor
Equipment positionGarment
GenderBoth
Weight100
Buy price20 z
Sell price10 z
DEF100
Required level100
Armor level1
Description
With the built-in defense function, it is a terrifying shoulder pad that automatically defends itself by performing 360-degree search and tracking. Who made it is a secret.
Reduce incoming physical damage from normal monsters by 5%.
Increase resistance against neutral property attack by 2% per 1 refine rate.
When refined to +7 or higher, MaxHP + 20% , MaxSP + 20%, casting cannot be cancelled.
When refined to +9 or higher, can cast Spell Breaker lv5.
When Spell Breaker lv5, reduce variable casting by 15%.
Type : Garment Defense : 100
Weight : 100
Required Level : 100
Class : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Gender
- Both
- Equipment position
- Garment
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubEle,Ele_Neutral,20;
if (.@r>=7) {
bonus bMaxHPrate,20;
bonus bMaxSPrate,20;
bonus bNoCastCancel;
}
if (.@r>=9) {
skill "AS_CLOAKING",3;
if (getskilllv("AS_CLOAKING") == 3)
bonus bFlee,100;
}