Acolyte Shadow Pendant

Item ID 24252 Name Acolyte Shadow Pendant
A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities.
_______________________
Increases damage of Holy Light by 20%.
_______________________
For each Refine Level:
Increases damage of Holy Light by additional 5%.
_______________________
Type: Shadow Pendant
_______________________
Requirement: None
Weapon Level 0 Identifier S_Acolyte_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 None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable Yes
Credit Price None Trade restriction None
Item Script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus2 bSkillAtk,"AL_HOLYLIGHT",50+(.@r*10);

Set Script
Acolyte Shadow Pendant
Acolyte Shadow Earring
Priest Shadow Shoes
Priest Shadow Armor
Arch Bishop Shadow Weapon
Archbishop Shadow Shield
bonus bAllStats,10;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus2 bIgnoreDefClassRate,Class_Normal,50;
bonus2 bIgnoreMDefClassRate,Class_Normal,50;
Acolyte Shadow Pendant
Acolyte Shadow Earring
Monk Shadow Shoes
Monk Shadow Armor
Sura Shadow Weapon
Sura Shadow Shield
bonus bAllStats,10;
bonus bMaxHPrate,5;
bonus bMaxSPrate,5;
bonus2 bIgnoreDefClassRate,Class_Normal,50;
bonus2 bIgnoreMDefClassRate,Class_Normal,50;
Acolyte Shadow Earring
Acolyte Shadow Pendant
bonus bMatkRate,1;
bonus bMaxSPrate,1;
if (getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L) >= 10) {
   bonus bMatkRate,2;
   bonus bMaxSPrate,2;
}