Artwork unavailable
RENEWAL / ITEMS
Hollow Aggressor [1]
#470306Armor
Hollow_Aggressor
TypeArmor
Equipment positionFootgear
GenderBoth
Weight50
Buy price0 z
Sell price0 z
DEF15
Slots1
Required level100
Armor level1
No matching English description was found in the supplied client translation. The available server properties and effects are shown below.
Item details
- Gender
- Both
- Equipment position
- Footgear
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMdef,15;
bonus2 bSubClass,Class_Boss,5;
bonus2 bSubClass,Class_Normal,5;
bonus2 bSubRace,RC_Player_Doram,10;
bonus2 bSubRace,RC_Player_Human,10;
bonus bAllStats,3*.@r;
if (.@r>=7) {
bonus bDelayrate,-15;
bonus2 bAddClass,Class_All,15;
bonus2 bMagicAddClass,Class_All,15;
if (.@r>=9) {
bonus bDelayrate,-25;
bonus2 bAddClass,Class_All,25;
bonus bMatkRate,25;
if (.@r>=10) {
bonus2 bAddSize,Size_All,15;
bonus2 bMagicAddSize,Size_All,15;
bonus bDefRatioAtkClass,Class_All;
}
}
}