Focusing Shadow Pendant

Item ID 24876 Name Focusing Shadow Pendant
A sacred necklace 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%.
_______________________
Refine Level +10:
P.ATK +2
_______________________
When equipped with Focusing Shadow Earring:
ATK +2%, P.ATK +2.

Total Refine Level of entire set is at least +18:
Increases Physical Damage against monsters of every element by 10%.
_______________________
When equipped with Concentration Shadow Weapon:
ATK +3%

Total Refine Level of entire set is at least +18:
CON +3, P.ATK +3.
_______________________
Type: Shadow Pendant
_______________________
Requirement:
Base Level 200
Weapon Level 0 Identifier S_Focusing_Pendant
Attack 0 Type Shadow Equipment
MATK 0 Equip Locations Shadow Accessory Left (Pendant)
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
Concentration Shadow Weapon
.@sum = getequiprefinerycnt(EQI_SHADOW_ACC_L)+getequiprefinerycnt(EQI_SHADOW_WEAPON);
bonus bAtkRate,3;
if (.@sum>=18) {
   bonus bPAtk,3;
   bonus bCon,3;
}
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;
}