
RENEWAL / ITEMS
Bearer's Shadow Pendant II
#24321Shadowgear
S2_Bearers_Pendent
TypeShadowgear
Equipment positionShadow left accessory
Weight0
Buy price0 z
Sell price0 z
Required level1
Bearer's Shadow Pendant II description & effects
ATK +5.
MHP +1%.
If refine rate is 7 or higher, additional MHP +2%.
------------------------
Set Bonus:
Bearer's Shadow Armor
Bearer's Shadow Shoes
Bearer's Shadow Shield
Bearer's Shadow Weapon
Bearer's Shadow Earring
Bearer's Shadow Pendant II
All Basic Stat +1.
If the sum of refine rate is 45 or higher, grants [Endure] effect, MHP -60%.
For every refine level of Bearer's Set, Increases MHP by 1%.
Class : Shadow Equipment
Location : Pendant
Weight : 0
Required Level : 1
Jobs : All Jobs
Item details
- Equipment position
- Shadow left accessory
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bBaseAtk,5;
if (.@r >= 7) {
.@val = 3;
}
else {
.@val = 1;
}
bonus bMaxHPrate,.@val;
Equipment sets
Set 1
Set effect
.@r = getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt(EQI_SHADOW_SHIELD)+getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L);
bonus bAllStats,1;
if (.@r >= 45) {
bonus bMaxHPrate,(.@r-60);
bonus bNoWalkDelay;
}
Set 2
Set effect
bonus bAllStats,1;
.@r = getequiprefinerycnt(EQI_SHADOW_SHOES) + getequiprefinerycnt(EQI_SHADOW_ACC_L) + getequiprefinerycnt(EQI_SHADOW_ARMOR);
if (.@r >= 25) {
bonus bNoWalkDelay;
bonus bMaxHPrate,.@r-35;
}









