
RENEWAL / ITEMS
Bearer's Shadow Armor II
#24337Shadowgear
S2_Bearers_Armor
TypeShadowgear
Equipment positionShadow armor
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
MDEF +1.
MAXHP + 1%.
If refine rate is 7 or higher, additional MHP +2%.
------------------------
Set Bonus:
Bearer's Shadow Armor II
Bearer's Shadow Pendant II
Bearer's Shadow Shoes II
All Basic Stat +1.
If the sum of refine rate is 25 or higher, grants [Endure] effect, MHP -35%.
For every refine level of Bearer's Shadow Set II, Increases MHP by 1%.
Class : Shadow Equipment
Location : Armor
Weight : 0
Required Level : 1
Jobs : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow armor
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMdef,1;
if (.@r >= 7) {
bonus bMaxHPrate,3;
}
else {
bonus bMaxHPrate,1;
}