
RENEWAL / ITEMS
Bearer's Shadow Shoes II
#24338Shadowgear
S2_Bearers_Shoes
TypeShadowgear
Equipment positionShadow footgear
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
SP + 50.
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 : Shoes
Weight : 0
Required Level : 1
Jobs : All Jobs
Item details
- Equipment position
- Shadow footgear
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bMaxSP,50;
if (.@r >= 7) {
bonus bMaxHPrate,3;
}
else {
bonus bMaxHPrate,1;
}