ID #24731
ShadowGear
Major Auto Spell Shadow Pendant
Buy Price: N/A
Sell Price: N/A
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:
Increases Melee Physical Damage by 1%.
_______________________
Refine Level +10:
Increases Attack Speed (decreases After Attack Delay by 3%).
_______________________
Type: Shadow Pendant
_______________________
Requirement: None
_______________________
ATK +3%
_______________________
For each 2 Refine Levels:
Increases Melee Physical Damage by 1%.
_______________________
Refine Level +10:
Increases Attack Speed (decreases After Attack Delay by 3%).
_______________________
Type: Shadow Pendant
_______________________
Requirement: None
Available from boxes
Equipment Reform
Available through the reform system Shadow_Changer_NPC
Basic Information
Type
ShadowGear
Acquisition method
Equipment reform
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bAtkRate,3; bonus bShortAtkRate,(.@r/2); if (.@r>=10) { bonus bAspdRate,3; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bAtkRate,3;
bonus bShortAtkRate,(.@r/2);
if (.@r>=10) {
bonus bAspdRate,3;
}