0
Register now and get: 150.000 Zeny + Summer Hat Pack, Poring Cake Hat, Battle Manual Box, JOB Battle Manual Box, Bubble Gum Box
Offline
Back
ID #24369 Shadowgear

Restore Shadow Pendant

Buy Price: N/A Sell Price: N/A
A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities.
_______________________
Increases SP Recovery Rate by 20%.
_______________________
Refine Level +7:
Increases SP Recovery Rate by additional 10%.
_______________________
Refine Level +9:
Increases SP Recovery Rate by additional 20%.
_______________________
When equipped with Restore Shadow Earring:
Total Refine Level of entire set at least +15:
Increases HP and SP Recovery Rate by 50%.
_______________________
Type: Shadow Pendant
_______________________
Requirement: None

Basic Information

Shadowgear

Requirements

1

Scripts

.@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r >= 9) { .@val = 50; } else if (.@r >= 7) { .@val = 30; } else { .@val = 20; } bonus bSPrecovRate,.@val;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r >= 9) {
   .@val = 50;
} else if (.@r >= 7) {
   .@val = 30;
}
else {
   .@val = 20;
}
bonus bSPrecovRate,.@val;
We use technical cookies and browser storage to keep your session active, protect the site, and remember your preferences. Learn more in our Cookie Policy.