ID #24225
Shadowgear
Force 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.
_______________________
ATK +5
_______________________
For each Refine Level:
ATK +1
_______________________
Refine Level +7:
MaxHP +1%
_______________________
Refine Level +9:
ATK +1%.
_______________________
When equipped with Force Shadow Weapon and Force Shadow Pendant:
ATK +10
_______________________
Total Refine Level of entire set at least +20:
ATK +1%.
_______________________
Total Refine Level of entire set at least +25:
ATK +1%.
_______________________
Type: Shadow Earring
_______________________
Requirement:
Base Level 70
_______________________
ATK +5
_______________________
For each Refine Level:
ATK +1
_______________________
Refine Level +7:
MaxHP +1%
_______________________
Refine Level +9:
ATK +1%.
_______________________
When equipped with Force Shadow Weapon and Force Shadow Pendant:
ATK +10
_______________________
Total Refine Level of entire set at least +20:
ATK +1%.
_______________________
Total Refine Level of entire set at least +25:
ATK +1%.
_______________________
Type: Shadow Earring
_______________________
Requirement:
Base Level 70
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
70
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bBaseAtk,5+.@r; if (.@r>=7) { bonus bMaxHPrate,1; } if (.@r>=9) { bonus2 bAddClass,Class_All,1; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bBaseAtk,5+.@r;
if (.@r>=7) {
bonus bMaxHPrate,1;
}
if (.@r>=9) {
bonus2 bAddClass,Class_All,1;
}