
RENEWAL / ITEMS
Rift Manteau [1]
#20779Armor
ManteauOfCracks
TypeArmor
Equipment positionGarment
GenderBoth
Weight50
Buy price20 z
Sell price10 z
DEF16
Slots1
Required level100
Armor level1
Description
A manteau that emits a strange energy obtained from infinite space.
------------------------
MHP + 300. MSP - 50.
------------------------
When refined to +7 or higher, MHP + 400.
------------------------
When refined to +9 or higher, MHP + 600.
------------------------
Type : Garment
Def : 16
Weight : 50
Required Level : 100
Class : All Jobs
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
- No Drop
- Yes
- No Trade
- Yes
- No Cart
- Yes
- No Guild Storage
- Yes
- No Mail
- Yes
- No Auction
- Yes
Item effect script
.@r = getrefine();
bonus bMaxHP,(.@r >= 9 ? 1300 : .@r >= 7 ? 700 : 300);
bonus bMaxSP,-50;