ID #24368
Shadowgear
Restore Shadow Earring
Buy Price: N/A
Sell Price: N/A
A sacred earring which is believed to protect its wearer. It also draws the wearer's potential abilities.
_______________________
Increases HP Recovery Rate by 20%.
_______________________
Refine Level +7:
Increases HP Recovery Rate by additional 10%.
_______________________
Refine Level +9:
Increases HP Recovery Rate by additional 20%.
_______________________
When equipped with Restore Shadow Pendant:
Total Refine Level of entire set at least +15:
Increases HP and SP Recovery Rate by 50%.
_______________________
Type: Shadow Earring
_______________________
Requirement: None
_______________________
Increases HP Recovery Rate by 20%.
_______________________
Refine Level +7:
Increases HP Recovery Rate by additional 10%.
_______________________
Refine Level +9:
Increases HP Recovery Rate by additional 20%.
_______________________
When equipped with Restore Shadow Pendant:
Total Refine Level of entire set at least +15:
Increases HP and SP Recovery Rate by 50%.
_______________________
Type: Shadow Earring
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r >= 9) { .@val = 50; } else if (.@r >= 7) { .@val = 30; } else { .@val = 20; } bonus bHPrecovRate,.@val;
.@r = getrefine();
bonus bMaxHP,.@r*10;
if (.@r >= 9) {
.@val = 50;
} else if (.@r >= 7) {
.@val = 30;
}
else {
.@val = 20;
}
bonus bHPrecovRate,.@val;