ID #28391
Shadowgear
Thief 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.
_______________________
Adds 20% chance when using Throw Stone, increases ATK and FLEE by 30 for 5 seconds.
_______________________
For each Refine Level:
ATK +10
FLEE +10
_______________________
When equipped with Thief Shadow Pendant:
ATK +1%
MaxHP +1%
Total Refine Level of Thief Shadow Earring and Thief Shadow Pendant at least +10:
ATK +2%
MaxHP +2%
_______________________
Type: Shadow Earring
_______________________
Requirement: None
_______________________
Adds 20% chance when using Throw Stone, increases ATK and FLEE by 30 for 5 seconds.
_______________________
For each Refine Level:
ATK +10
FLEE +10
_______________________
When equipped with Thief Shadow Pendant:
ATK +1%
MaxHP +1%
Total Refine Level of Thief Shadow Earring and Thief Shadow Pendant at least +10:
ATK +2%
MaxHP +2%
_______________________
Type: Shadow Earring
_______________________
Requirement: None
Available from boxes
Basic Information
Type
Shadowgear
Requirements
Min Level
1
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; autobonus3 "{ .@val = 30+(getrefine()*10); bonus bBaseAtk,.@val; bonus bFlee,.@val; }",200,5000,"TF_THROWSTONE","{ specialeffect2 EF_POTION_BERSERK; }";
.@r = getrefine();
bonus bMaxHP,.@r*10;
autobonus3 "{ .@val = 30+(getrefine()*10); bonus bBaseAtk,.@val; bonus bFlee,.@val; }",200,5000,"TF_THROWSTONE","{ specialeffect2 EF_POTION_BERSERK; }";