
RENEWAL / ITEMS
Lord Bearer's Shadow Armor
#24764Shadow Gear
S_R_Bearers_Armor
TypeShadow Gear
Equipment positionShadow armor
GenderBoth
Weight0
Buy price0 z
Sell price0 z
Description
For every 2 refine levels, MHP +1%.
------------------------
If refine rate is 7 or higher, increases physical and magical damage against all size monsters by 5%.
------------------------
If refine rate is 9 or higher, additional MHP +5%.
------------------------
Set Bonus:
Lord Bearer's Shadow Armor
Lord Bearer's Shadow Shoes
All Talent Stat +2.
If the sum of refine rate is 18 or higher, grants [Endure] effect, MHP -20%.
If the sum of refine rate is 20, MHP +25%.
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
- Gender
- Both
- Equipment position
- Shadow armor
- Jobs
- All
- Yes
- Classes
- All
- Yes
- Refineable
- Yes
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMaxHPrate,(.@r/2);
if (.@r>=7) {
bonus2 bAddSize,Size_All,5;
bonus2 bMagicAddSize,Size_All,5;
if (.@r>=9) {
bonus bMaxHPrate,5;
}
}