Renewal
.:Renewal Item Database:.
Shadow Gear - Shadow Pendant

Enchanting Shadow Earring [Shadow Pendant]   Item ID# 24384 (Enchanting_Earring_S)
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.

MaxSP +1%, MATK +5.
Every 2 refine levels, MaxSP +5.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMaxSP,(.@r/2)*5; bonus bMaxSPrate,1; bonus bMatk,5; },{},{}
Dropped By No Result

Evil Curse Shadow Earring [Shadow Pendant]   Item ID# 24658 (S_Evilcurse_Earring)
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Soul Linker
Description
A sacred earring which is believed to protect its wearer. It also draws the wearer's potential abilities.

Increases magical damage with Shadow element by 3%.

Refine Level +7:
Increases magical damage with Shadow element by additional 3%.

Refine Level +9:
Increases magical damage with Shadow element by additional 4%.

When equipped with Evil Curse Shadow Pendant and 9Evil Curse Shadow Shoes:
For each Refine Level of entire set:
Increases damage of Curse Explosion by 1%.

When equipped with oul Reaper Shadow Armor:
Ignores magic defense of all race, except Players, by 40%.

For each Refine Level of entire set:
Ignores magic defense of all race, except Players, by additional 1%.
Item Script
{ .@r = getrefine(); if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Dark,10; } else if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Dark,6; } else { bonus2 bMagicAtkEle,Ele_Dark,3; } },{},{}
Dropped By No Result

Fire Breath Shadow Earring [Shadow Pendant]   Item ID# 24451 (S_F_Breath_Earing)
Firebreath Earring Shadow
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Rune Knight
Description
A sacred Earring which is believed to protect its wearer. It also draws the wearer's potential abilities.

Reduces SP consumption of Dragon Breath by 2%.

For each 2 refine levels:
Reduces SP consumption of Dragon Breath by additional 1%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillUseSPrate,"RK_DRAGONBREATH",2+(.@r/2); },{},{}
Dropped By No Result

Flare Dance Shadow Earring [Shadow Pendant]   Item ID# 24604 (S_Flare_Dance_Earing)
Fire Dance Shadow Earring
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Gunslinger
Rebellion
Description
A sacred earring which is believed to protect its wearer. It also draws the wearer's potential abilities.

MaxHP +5%.

Refine Level +7: MaxHP +5%.
Refine Level +9: MaxHP +2000, MaxSP +200. Increases ranged physical damage by 7%.

When combined with Flare Dance Shadow Pendant and Flare Dance Shadow Shoes:
For each 2 refine levels of entire set:
Increases damage of Fire Dance by 1%.

When combined with Rebellion Shadow Armor:
Ignores physical defense of all race monsters, except Players, by 40%.
For each refine level of entire set:
Ignores physical defense of all race monsters, except Players, by additional 1%.
Item Script
{ .@r = getrefine(); bonus bMaxHPrate,5; if (.@r>=7) { bonus bMaxHPrate,5; } if (.@r>=9) { bonus bLongAtkRate,7; bonus bMaxHP,2000; bonus bMaxSP,200; } },{},{}
Dropped By No Result

Force Shadow Earring [Shadow Pendant]   Item ID# 24225 (S_Force_Earring)
Type
Shadow Gear
Class
Shadow Pendant
Buy
10z
Sell
5z
Weight
0
Required Lvl
70
Applicable Jobs
Every Job
Description
Earring that increase wearer's potential ability
ATK +5
Every refine increase ATK by 1.
Refined to +7 increase MaxHP by 1%.
Refined to +9 increase ATK by 1%.
[Force Shadow Set]
Force Shadow Weapon
Force Shadow Earring
Force Shadow Pendant
ATK +10.
If total refine levels of entire set is at least +20, increase ATK by 1%.
If total refine levels of entire set is at least +25, increase ATK by 1%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bBaseAtk,(5+.@r); if (.@r>=7) bonus bMaxHPrate,1; if (.@r>=9) bonus bMaxSPrate,1; },{},{}
Dropped By No Result

Frozen Curse Shadow Earring [Shadow Pendant]   Item ID# 24107 (S_Curse_Lift_Earring)
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.
DEF +1.
Each refine increase resistence to the Curse status by 1%.
When equipped with Stability Shadow Shield + Curse Lift / Frozen Curse Shadow Set (earring, pendant):
DEF +5.
If the refine levels of the entire set is +20 or higher, gains immunity to the Curse status.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bDef,1; bonus2 bResEff,Eff_Curse,.@r; },{},{}
Dropped By No Result

Full Penetration Shadow Earring [Shadow Pendant]   Item ID# 24661 (S_FullPene_Earring)
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.

Ignores physical defense of all race, except Players, by 5%.

For each 2 Refine Levels:
Ignores physical defense of all race, except Players, by additional 1%.

Refine Level +10:
Increases physical damage against enemies of every race, except Players, by 3%.

When equipped with Full Penetration Shadow Pendant:
ATK +2%

Total Refine Level of entire set at least +18:
Ignores physical defense of all race, except Players, by 100%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bIgnoreDefRaceRate,RC_All,5+(.@r/2); bonus2 bIgnoreDefRaceRate,RC_Player_Human,-5-1*(.@r/2); bonus2 bIgnoreDefRaceRate,RC_Player_Doram,-5-1*(.@r/2); if (.@r>=10) { bonus2 bAddRace,RC_All,3; bonus2 bAddRace,RC_Player_Human,-3; bonus2 bAddRace,RC_Player_Doram,-3; } },{},{}
Dropped By No Result

Full Tempest Shadow Earring [Shadow Pendant]   Item ID# 24665 (S_FullTemp_Earring)
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.

Ignores magical defense of all race, except Players, by 5%.

For each 2 Refine Levels:
Ignores magical defense of all race, except Players, by additional 1%.

Refine Level +10:
Increases magical damage against monsters of every race, except Players, by 3%.

When equipped with Full Tempest Shadow Pendant:
MATK +2%

Total Refine Level of entire set at least +18:
Ignores magical defense of all race, except Players, by 100%.
Item Script
expand to view script
{ .@r = getrefine(); bonus2 bIgnoreMdefRaceRate,RC_All,5+(.@r/2); bonus2 bIgnoreMdefRaceRate,RC_Player_Human,-5-(.@r/2); bonus2 bIgnoreMdefRaceRate,RC_Player_Doram,-5-(.@r/2); if (.@r>=10) { bonus2 bMagicAddRace,RC_All,3; bonus2 bMagicAddRace,RC_Player_Human,-3; bonus2 bMagicAddRace,RC_Player_Doram,-3; } },{},{}
Dropped By No Result

Gemstone Shadow Earring [Shadow Pendant]   Item ID# 24088 (S_Gemstone_Earring)
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 it's wearer.
It also draws the wearer's potential abilities.
MATK +5.
Each 2 refines, MATK +1.

When equipped with Gemstone Shadow Set (armor, shield, shoes, weapon, earring, pendant):
All stats +1.
If total refine levels of entire set is +45 or higher, removes gemstone from the requirement of skills.
SP cost of skills increase by (100 - total refine level of set)%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMatk,5+(.@r/2); },{},{}
Dropped By No Result

Gemstone Shadow Earring II [Shadow Pendant]   Item ID# 24322 (S2_Gemstone_Earring)
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.
MATK +5.
Reduces SP cost by 2%.
Refine Level +7: Reduces SP cost by 1%.
[Gemstone Shadow set]
Gemstone Shadow Weapon, Gemstone Shadow Armor, Gemstone Shadow Shield
Gemstone Shadow Shoes, Gemstone Shadow Earring II, Gemstone Shadow Pendant
All Stats +1.
If total refine levels of entire set at least +45:
Removes gemstone from the requirement of skills.
Increases SP cost of skills by (100 - total refine levels of set)%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r >= 7) { .@val = 3; } else { .@val = 2; } bonus bMatk,5; bonus bUseSPrate,-.@val; },{},{}
Dropped By No Result

Genesis Shadow Earring [Shadow Pendant]   Item ID# 24583 (S_Genesis_Earing)
Genesis Shadow Earrings
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Royal Guard
Description
A sacred earring which is believed to protect its wearer. It also draws the wearer's potential abilities.

Decreases Genesis Ray skill cooldown by 0.2 seconds.

For each 3 Refine Levels:
Decreases Genesis Ray skill cooldown by additional 0.1 second.
Item Script
{ bonus2 bSkillCooldown,"LG_RAYOFGENESIS",-200-100*(getrefine()/3); },{},{}
Dropped By No Result

Gigantic Shadow Earring [Shadow Pendant]   Item ID# 24238 (S_Gigantic_Earring)
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.

Increases physical damage inflicted on Small size monsters by 1%.

Refine Level +7:
Increases physical damage inflicted on Small size monsters by 1%.
Refine Level +9:
Increases physical damage inflicted on Small size monsters by 2%.

When combined with Gigantic Shadow Pendant:
ATK +5
If total refine levels of entire set at least +15:
Increases physical damage inflicted on Small monsters by 2%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; .@rate = (.@r<7)?1:((.@r<9)?2:4); bonus2 bAddSize,Size_Small,.@rate; bonus2 bMagicAddSize,Size_Small,.@rate; },{},{}
Dropped By No Result

< 12345678910 > Last »
back to top