.:Renewal Item Database:.
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | A sacred earring which is believed to protect its wearer. It also draws the wearer's potential abilities. Has a 20% chance of getting buffed with ATK +30 and HIT +30 for 5 seconds when using Double Strafe. Each refine level adds ATK +10 and HIT +10 to the buff when triggered. [+Archer Shadow Pendant] ATK +1%, MaxHP +1%. If total refine levels of entire set is +10 or higher, ATK +2% and MaxHP +2%. More Information on Combo: |
Combo Script |
{ bonus2 bAddRace,RC_All,1; bonus bMaxHPrate,1; if (getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L)>=10) { bonus2 bAddRace,RC_All,2; bonus bMaxHPrate,2; } } |
Item Script | { .@r = getrefine(); bonus bMaxHP,.@r*10; autobonus3 "{ .@val = 30+(getrefine()*10); bonus bBaseAtk,.@val; bonus bHit,.@val; }",200,5000,"AC_DOUBLE","{ specialeffect2 EF_POTION_BERSERK; }"; },{},{} |
Dropped By | No Result |
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0 | |
Applicable Jobs | Every Job |
---|---|
Description | A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities. Increases Arrow Shower damage by 20%. For every refine level, increases Arrow Shower damage by 5%. More Information on Combo: |
Combo Script |
{ bonus2 bAddRace,RC_All,1; bonus bMaxHPrate,1; if (getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L)>=10) { bonus2 bAddRace,RC_All,2; bonus bMaxHPrate,2; } } |
Item Script | { .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"AC_SHOWER",20+(5*.@r); },{},{} |
Dropped By | No Result |