Focusing Shadow Earring

Item ID 24877 Name Focusing Shadow Earring
A sacred earring which is believed to protect its wearer. It also draws the wearer's potential abilities.
_______________________
ATK +3%
_______________________
For each 2 Refine Levels:
Decreases Variable Casting Time by 1%.
_______________________
When equipped with Concentration Shadow Shield:
ATK +3%

Total Refine Level of entire set is at least +18:
CON +3, P.ATK +3.
_______________________
Type: Shadow Earring
_______________________
Requirement:
Base Level 200
Weapon Level 0 Identifier S_Focusing_Earring
Attack 0 Type Shadow Equipment
MATK 0 Equip Locations Shadow Accessory Right (Earring)
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level 200
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bAtkRate,3;
bonus bVariableCastrate,-(.@r/2);
if (.@r>=10) {
   bonus bPAtk,2;
}

Set Script
Focusing Shadow Pendant
Focusing Shadow Earring
.@sum = getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_ACC_R);
bonus bPAtk,2;
bonus bAtkRate,2;
if (.@sum>=18) {
   bonus2 bAddEle,Ele_All,10;
}
Focusing Shadow Earring
Concentration Shadow Shield
.@sum = getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_SHIELD);
bonus bAtkRate,3;
if (.@sum>=18) {
   bonus bPAtk,3;
   bonus bCon,3;
}