ID #1270016
ShadowGear
Fatal Master 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.
_______________________
Critical +1, C.RATE +1.
_______________________
For each 3 Refine Levels:
Increases Critical Damage by 2%.
_______________________
Refine Level +10:
Critical +3, P.ATK +1.
_______________________
Shadow Exclusive Magic Book can grant Random Options with 2 Shadow Essences to it.
_______________________
Type: Shadow Pendant
_______________________
Requirement:
Base Level 200
_______________________
Critical +1, C.RATE +1.
_______________________
For each 3 Refine Levels:
Increases Critical Damage by 2%.
_______________________
Refine Level +10:
Critical +3, P.ATK +1.
_______________________
Shadow Exclusive Magic Book can grant Random Options with 2 Shadow Essences to it.
_______________________
Type: Shadow Pendant
_______________________
Requirement:
Base Level 200
Equipment Reform
Available through the reform system Reform_4th_Skill_Shadow
- Shadow Essence × 2
Basic Information
Type
ShadowGear
Acquisition method
Equipment reform
Requirements
Min Level
200
Scripts
Script .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bCRate,1; bonus bCritical,1; bonus bCritAtkRate,2*(.@r/3); if (.@r>=10) { bonus bPAtk,1; bonus bCritical,3; }
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCRate,1;
bonus bCritical,1;
bonus bCritAtkRate,2*(.@r/3);
if (.@r>=10) {
bonus bPAtk,1;
bonus bCritical,3;
}