Artwork unavailable
RENEWAL / ITEMS
Angeling Suit [1]
#15171Armor
Angeling_Suit
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
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMdef,20;
bonus bMaxHP,1000;
bonus bMaxSP,100;
if (BaseLevel >= 100) {
bonus bMaxHP,30*BaseLevel;
bonus bMaxSP,5*BaseLevel;
}
if (.@r >= 7)
bonus bMatkRate,10;
if (.@r >= 8)
skill "BS_WEAPONPERFECT",5;
if (.@r >= 9)
bonus bDefEle,Ele_Holy;