Renewal
.:Renewal Item Database:.
Shadow Gear

Earth Spike Shadow Armor [Shadow Body]   Item ID# 24222 (S_EarthSpike_Armor)
Earth Spike Shadow Armor
Type
Shadow Gear
Class
Shadow Armor
Buy
10z
Sell
5z
Weight
0
Applicable Jobs
Every Job
Description
An armor worn on top of normal armor for additional defense.
Can be equipped alone but needs a complete set to have bonus effect.
Refined to +2, every melee physical attack has a 1% chance to activate level (Refine/2) Earth Spike.
Each refine level increases the trigger rate by 0.2%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=2) autobonus "{ bonus3 bAutoSpell,\"WZ_EARTHSPIKE\",("+.@r+"/2),1000; }",(.@r*2)+100,100,BF_SHORT; },{},{}
Dropped By No Result

Elegant Shadow Earring [Shadow Pendant]   Item ID# 24364 (S_Elegant_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.

MaxHP +1%, MATK +5.
For each 2 refine levels, MaxHP +50.

[Elegant Shadow set: Elegant Shadow Weapon, Elegant Shadow Earring, Elegant Shadow Pendant]
Has a 1% chance to restore 100 HP per seconds for 5 seconds when dealing magical attack.
If total refine level of entire set at least +15: Increases trigger rate by 1%.
If total refine level of entire set at least +25: Increases restored HP by 150.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10+((.@r/2)*50); bonus bMaxHPrate,1; bonus bMatk,5; },{},{}
Dropped By No Result

Elegant Shadow Pendant [Shadow Earring]   Item ID# 24365 (S_Elegant_Pendent)
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.

MATK +5.
Increases restoration gained from Healing skills and Restorative items by 2%.

For each 3 refine levels:
Increases restoration gained from Healing skills and Restorative items by 1%.

[Elegant Shadow set: Elegant Shadow Weapon, Elegant Shadow Earring, Elegant Shadow Pendant]
Has a 1% chance to restore 100 HP per sec for 5 sec when dealing magical attack.
If total refine level of entire set at least +15: Increases trigger rate by 1%.
If total refine level of entire set at least +25: Increases restored HP by 150.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; .@val = 2 + (.@r/3); bonus bMatk,5; bonus bHealPower2,.@val; bonus bAddItemHealRate,.@val; },{},{}
Dropped By No Result

Elegant Shadow Weapon [Shadow Weapon]   Item ID# 24363 (S_Elegant_Weapon)
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A pair of gloves that can draw the wearer's potential ability.

MaxHP +100.
For each 2 refine levels, MaxHP +150.

[Elegant Shadow set: Elegant Shadow Weapon, Elegant Shadow Earring, Elegant Shadow Pendant]
Has a 1% chance to restore 100 HP per seconds for 5 seconds when dealing magical attack.
If total refine level of entire set at least +15: Increases trigger rate by 1%.
If total refine level of entire set at least +25: Increases restored HP by 150.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bMaxHP,100+((.@r/2)*150); },{},{}
Dropped By No Result

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

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

MATK +5. Increases SP regen by 2%.
Every 3 refine levels, increases SP regen by 1%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bSPrecovRate,2+.@r/3; bonus bMatk,5; },{},{}
Dropped By No Result

Enchanting Shadow Weapon [Shadow Weapon]   Item ID# 24383 (Enchanting_Weapone_S)
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A pair of gloves that can draw the wearer's potential ability.

MaxSP +10.
Every 2 refine levels, MaxSP +15.

[Enchanting Shadow set:
Enchanting Shadow Weapon, Enchanting Shadow Earring, Enchanting Shadow Pendant]

Has a 1% chance to restore 10 SP for 5 seconds when dealing magical attack.
If total refine level of entire set at least +15: Increases the trigger rate by 1%.
If total refine level of entire set at least +25: Increases total of restored SP by 20.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bMaxSP,10+(.@r/2*15); },{},{}
Dropped By No Result

Enhanced Force Shadow Weapon [Shadow Weapon]   Item ID# 24223 (S_Enhance_Force_Weapon)
Enhance Force Shadow Weapon
Type
Shadow Gear
Class
Shadow Weapon
Buy
10z
Sell
5z
Weight
0
Required Lvl
100
Applicable Jobs
Rune Knight
Arch Bishop
Warlock
Mechanic
Ranger
Guillotine Cross
Royal Guard
Shura
Sorcerer
Shadow Chaser
Genetic
Minstrel / Wanderer
Description
Gloves that increase wearer's potential ability.
ATK +10
Every 2 refines increase ATK by 1%.
[Enhanced Force Shadow Set]
Enhanced Force Shadow Weapon, Force Shadow Earring, Force Shadow Pendant
ATK +1%.
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 bBaseAtk,.@r+10; bonus bMatk,.@r; bonus2 bAddClass,Class_All,(.@r/2); },{},{}
Dropped By No Result

Enhanced Soul Shadow Weapon [Shadow Weapon]   Item ID# 24227 (S_Enhance_Spirit_Weapon)
Enhance Spirit Shadow Weapon
Type
Shadow Gear
Class
Shadow Weapon
Buy
10z
Sell
5z
Weight
0
Required Lvl
100
Applicable Jobs
Rune Knight
Arch Bishop
Warlock
Mechanic
Ranger
Guillotine Cross
Royal Guard
Shura
Sorcerer
Shadow Chaser
Genetic
Minstrel / Wanderer
Description
Gloves that increase wearer's potential ability
MATK +10
Every refine increase MATK by 1%.
[Enhanced Soul Shadow Set]
Enhanced Soul Shadow Weapon, Soul Shadow Earring, Soul Shadow Pendant
MATK +1%
If total refine levels of entire set is at least +20, increase MATK by 1%.
If total refine levels of entire set is at least +25, increase MATK by 1%.

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

Envenom Shadow Armor [Shadow Body]   Item ID# 24192 (S_Envenom_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
An armor worn on top of normal armor for additional defense.
Can be equipped alone but needs a complete set to have bonus effect.
Increase physical and magical damage against Poison property monsters by 1%.
Each 2 refine increase physical and magical damage against Poison property monsters by 1%.
[Envenom Shadow Set]
Envenom Shadow Armor
Envenom Shadow Shield
Reduces physical and magical damage taken from Poison property monsters by 2%.

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

Envenom Shadow Shield [Shadow Shield]   Item ID# 24204 (S_Envenom_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A small shield worn on the arm for additional defense.
Can be equipped alone but needs a complete set to have bonus effect.
Reduces physical and magical damage taken from Poison property monsters by 1%.
Refined to +7, reduces physical and magical damage taken from Poison property monsters by 1%.
Refined to +9, reduces physical and magical damage taken from Poison property monsters by 1%.
[Envenom Shadow Set]
Envenom Shadow Armor
Envenom Shadow Shield
Reduces physical and magical damage taken from Poison property monsters by 2%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; .@i = (.@r<7)?1:((.@r<9)?2:3); bonus2 bSubDefEle,Ele_Poison,.@i; bonus2 bMagicSubDefEle,Ele_Poison,.@i; },{},{}
Dropped By No Result

Es Shadow Armor [Shadow Body]   Item ID# 24657 (S_S_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Soul Linker
Description
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.

Increases damage of Esma by 10%.

For each 2 Refine Levels:
Increases damage of Espa and Eswhoo by additional 1%.
Item Script
{ .@r = getrefine(); bonus2 bSkillAtk,"SL_SMA",10; bonus2 bSkillAtk,"SP_SPA",(.@r/2); bonus2 bSkillAtk,"SP_SWHOO",(.@r/2); },{},{}
Dropped By No Result

123 >
back to top