Artwork unavailable
RENEWAL / ITEMS
Angeling Robes [1]
#15239Armor
Angeling_Suit_BR
TypeArmor
Equipment positionArmor
GenderBoth
Weight40
Buy price0 z
Sell price0 z
DEF77
Slots1
Required level90
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
- Armor
- Jobs
- Novice
- Yes
- Super Novice
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,1000+((BaseLevel-100)*30);
bonus bMaxSP,100+((BaseLevel-100)*3);
if (.@r>=7) {
bonus bMatkRate,10;
if (.@r>=10) {
skill "BS_ADRENALINE",5;
if (.@r>=12) {
bonus bDefEle,Ele_Holy;
}
}
}