Renewal
.:Renewal Item Database:.
Shadow Gear

Medium Shadow Weapon [Shadow Weapon]   Item ID# 24076 (S_Medium_Weapon)
Medium Shadow Weapon
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A glove that can draw the wearer's potential ability.
Increase damage inflicted on Medium size monsters by 2%.
Refined to +7: Increase damage inflicted on Medium size monsters by 1%.
Refined to +9: Increase damage inflicted on Medium size monsters by 2%.
[+Medium Shadow Weapon]
MaxHP +1%, MaxSP +1%.

More Information on Combo:
Item Script
{ bonus2 bAddSize,Size_Medium,2; .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; if (.@r>=7) { bonus2 bAddSize,Size_Medium,1; } if (.@r>=9) { bonus2 bAddSize,Size_Medium,2; } },{},{}
Dropped By No Result

Mega Blitz Shadow Shield [Shadow Shield]   Item ID# 24767 (S_Mega_Blitz_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. Needs a complete set to have bonus effect.

CRI +5
For each 2 Refine Levels: Critical +2, C.RATE +1.

Refine Level +7:
ASPD +1, Critical +3.

Refine Level +9:
ASPD +8% (Decreases after attack delay by 8%).
Increases critical damage by 5%.

Refine Level +10:
C.RATE +3
Increases critical damage by additional 3%.
Item Script
{ .@r = getrefine(); bonus bCritical,5+2*(.@r/3); bonus bCrate,(.@r/3); if (.@r>=7) { bonus bCritical,3; bonus bAspd,1; if (.@r>=9) { bonus bCritAtkRate,5; bonus bAspdRate,8; if (.@r>=10) { bonus bCritAtkRate,3; bonus bCrate,3; } } } },{},{}
Dropped By No Result

Mega Blitz Shadow Weapon [Shadow Weapon]   Item ID# 24768 (S_Mega_Blitz_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.

ASPD +5% (Decreases after attack delay by 5%).

For each 2 Refine Levels: Decreases after skill cast delay by 1%.

Refine Level +7:
ASPD +1, Critical +3.

Refine Level +9:
ASPD +1, ASPD +3% (Decreases after attack delay by an additional 3%).

Refine Level +10:
P.ATK +2, S.MATK +2.
Item Script
{ .@r = getrefine(); bonus bAspdRate,5; bonus bDelayrate,-(.@r/2); if (.@r>=7) { bonus bAspdRate,5; bonus bAspd,1; if (.@r>=9) { bonus bDelayrate,-2; if (.@r>=10) { bonus bPAtk,2; bonus bSmatk,2; } } } },{},{}
Dropped By No Result

Menace Shadow Armor [Shadow Body]   Item ID# 24530 (S_Menace_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Shadow Chaser
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 Fatal Menace by 5%.

For each 2 refine levels:
Increases damage of Fatal Menace by additional 3%.
Item Script
{ bonus2 bSkillAtk,"SC_FATALMENACE",5+2*(getrefine()/2); },{},{}
Dropped By No Result

Menace Shadow Shield [Shadow Shield]   Item ID# 24531 (S_Menace_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Shadow Chaser
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

Increases physical damage against monster of all sizes by 3%.
Refine Level +7, increases physical damage against monster of all sizes by additional 3%.
Refine Level +9, increases physical damage against monster of all sizes by additional 4%.

When equipped with Menace Shadow Armor and Menace Shadow Shoes:
For each 2 Refine Levels of entire set:
Decreases after skill cast delay of all skills by 1%.

When equipped with Shadow Chaser Shadow Weapon:
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(); if (.@r>=9) { bonus2 bAddSize,Size_All,10; } else if (.@r>=7) { bonus2 bAddSize,Size_All,6; } else { bonus2 bAddSize,Size_All,3; } },{},{}
Dropped By No Result

Menace Shadow Shoes [Shadow Footgear]   Item ID# 24532 (S_Menace_Shoes)
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Shadow Chaser
Description
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.

Reduces SP consumption of Fatal Menace by 2%.

For each 2 refine levels:
Reduces SP consumption of Fatal Menace by additional 1%.
Item Script
{ bonus2 bSkillUseSPrate,"SC_FATALMENACE",2+(getrefine()/2); },{},{}
Dropped By No Result

Merchant Shadow Earring [Shadow Pendant]   Item ID# 24247 (S_Merchant_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.
Reduces SP consumption of Mammonite by 20%.
For every refine level, reduces SP consumption of Mammonite by 3%.

[+Merchant Shadow Pendant]
ATK +1%, MaxHP +1%.
If total refine level of entire set is at least +10: ATK +2%, MaxHP +2%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"MC_MAMMONITE",20+(5*.@r); },{},{}
Dropped By No Result

Merchant Shadow Pendant [Shadow Earring]   Item ID# 24251 (S_Merchant_Pendant)
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 Cart Revolution damage by 20%.
For every refine level, increases Cart Revolution damage by 5%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"MC_CARTREVOLUTION",20+(5*.@r); },{},{}
Dropped By No Result

Metallic Shadow Armor [Shadow Body]   Item ID# 24506 (S_Metalic_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Minstrel / Wanderer
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 Metallic Sound by 5%.
Every 2 refine levels, increases damage of Metallic Sound by additional 2%.
Item Script
{ bonus2 bSkillAtk,"WM_METALICSOUND",5+2*(getrefine()/2); },{},{}
Dropped By No Result

Metallic Shadow Shield [Shadow Shield]   Item ID# 24507 (S_Metalic_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Minstrel / Wanderer
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

Increases Neutral elemental magic damage by 3%.
Refine Level +7, increases Neutral elemental magic damage by additional 3%.
Refine Level +9, increases Neutral elemental magic damage by additional 4%.

When equipped with Metallic Shadow Armor and Metallic Shadow Shoes:
For each refine level of entire set:
Increases damage of Metallic Sound by 1%.

When equipped with Minstrel Shadow Weapon or Wanderer Shadow Weapon:
Ignores magical defense of all race monsters, except Players, by 40%.
For each refine level of entire set:
Ignores magical defense of all race monsters, except Players, by additional 1%.
Item Script
{ .@r = getrefine(); if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Neutral,10; } else if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Neutral,6; } else { bonus2 bMagicAtkEle,Ele_Neutral,3; } },{},{}
Dropped By No Result

Metallic Shadow Shoes [Shadow Footgear]   Item ID# 24508 (S_Metalic_Shoes)
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Minstrel / Wanderer
Description
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.

Reduces SP consumption of Metallic Sound by 2%.

For each 2 refine levels:
Reduces SP consumption of Metallic Sound by additional 1%.
Item Script
{ bonus2 bSkillUseSPrate,"WM_METALICSOUND",2+(getrefine()/2); },{},{}
Dropped By No Result

Minstrel & Wanderer Adva [Shadow Weapon]   Item ID# 24709 (S_2Para_WM_Weapon)
Wanderer&Minstrel Advanced Paradise Shadow Weapon
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Refineable
No
Applicable Jobs
Minstrel / Wanderer
Description
A pair of gloves that can draw the wearer's potential ability.

ATK +10, MATK +10.

When equipped with Advanced Paradise Shadow Armor, Advanced Paradise Shadow Shield, Advanced Paradise Shadow Shoes, Advanced Paradise Shadow Earring, Advanced Paradise Shadow Pendant:

Ignores physical defense of all race, except Players, by 50%.
Increases ranged physical damage by 15%.
Increases magical damage with every element by 15%.
Decreases variable cast time by 10%.
Decreases after skill cast delay by 15%.
Increases damage of Severe Rainstorm, Metallic Sound and Reverberation by 15%.
Item Script
{ bonus bBaseAtk,10; bonus bMatk,10; },{},{}
Dropped By No Result

« First < 78910111213 >
back to top