Renewal
.:Renewal Item Database:.
Shadow Gear

Tornado Shadow Shield [Shadow Shield]   Item ID# 24561 (S_Cart_Tornado_Shield)
Cart Tornado Shadow Shield
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Genetic
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 Tornado Shadow Armor and Tornado Shadow Shoes:
For each refine level of entire set:
Increases damage of Cart Tornado by 1%.

When equipped with Genetic 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

Tornado Shadow Shoes [Shadow Footgear]   Item ID# 24466 (S_Tornado_Shoes)
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Mechanic
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 Axe Tornado by 2%.

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

Tornado Shadow Shoes [Shadow Footgear]   Item ID# 24562 (S_Cart_Tornado_Shoes)
Cart Tornado Shadow Shoes
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Genetic
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 Cart Tornado by 4%.

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

Triangle Shadow Armor [Shadow Body]   Item ID# 24524 (S_Triangle_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 Triangle Shot by 5%.

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

Triangle Shadow Shield [Shadow Shield]   Item ID# 24525 (S_Triangle_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 long ranged physical damage by 3%.
Refine Level +7, increases long ranged physical damage by additional 3%.
Refine Level +9, increases long ranged physical damage by additional 4%.

When equipped with Triangle Shadow Armor and Triangle 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) { bonus bLongAtkRate,10; } else if (.@r>=7) { bonus bLongAtkRate,6; } else { bonus bLongAtkRate,3; } },{},{}
Dropped By No Result

Triangle Shadow Shoes [Shadow Footgear]   Item ID# 24526 (S_Triangle_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 Triangle Shot by 2%.

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

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

Increases damage against Small, Medium and Large size monsters by 5%.

For each 2 refine levels:
Increases damage against Small, Medium and Large size monsters by 1%.
Item Script
{ bonus2 bAddSize,Size_All,5+(getrefine()/2); },{},{}
Dropped By No Result

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

Increases damage of Round Trip by 5%.

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

Trip Shadow Weapon [Shadow Weapon]   Item ID# 24613 (S_Trip_Weapon)
Round Trip Shadow Weapon
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Gunslinger
Rebellion
Description
A pair of gloves that can draw the wearer's potential ability.

Increases ranged physical damage by 3%.

Refine Level +7: Increases ranged physical damage by additional 3%.
Refine Level +9: MaxHP +10%.

When combined with Trip Shadow Shield and Trip Shadow Armor:
For each 2 refine levels of entire set:
Increases Round Trip damage by 1%.

When combined with Rebellion Shadow Shoes:
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 bLongAtkRate,3; if (.@r>=7) { bonus bLongAtkRate,3; } if (.@r>=9) { bonus bMaxHPrate,10; } },{},{}
Dropped By No Result

True Gemstone Shadow Armor [Shadow Body]   Item ID# 24675 (S_TrueGem_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.

MATK +3%

For each 2 Refine Levels:
Increases magical damage with every element by 1%.

Refine Level +10:
Decreases variable cast time by 3%.

When equipped with True Gemstone Shadow Shoes:
MATK +2%

Total Refine Level of entire set at least +18:
Nullifies Gemstone requirement of certain skills.
Increases SP Consumption by 40%.

Total Refine Level of entire set at least +20:
Increases magical damage against enemies of every size by 12%.
Item Script
{ .@r = getrefine(); bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=10) { bonus bVariableCastrate,-3; } },{},{}
Dropped By No Result

True Gemstone Shadow Earring [Shadow Pendant]   Item ID# 24677 (S_TrueGem_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 +3%

For each 2 Refine Levels:
Increases magical damage with every element by 1%.

Refine Level +10:
Decreases variable cast time by 3%.

When equipped with True Gemstone Shadow Pendant:
MATK +2%

Total Refine Level of entire set at least +18:
Nullifies Gemstone requirement of certain skills.
Increases SP Consumption by 40%.

Total Refine Level of entire set at least +20:
Increases magical damage against enemies of every size by 12%.
Item Script
{ .@r = getrefine(); bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=10) { bonus bVariableCastrate,-3; } },{},{}
Dropped By No Result

True Gemstone Shadow Pendant [Shadow Earring]   Item ID# 24678 (S_TrueGem_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.

MATK +3%

For each 2 Refine Levels:
Increases magical damage with every element by 1%.

Refine Level +10:
Decreases variable cast time by 3%.
Item Script
{ .@r = getrefine(); bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_All,(.@r/2); if (.@r>=10) { bonus bVariableCastrate,-3; } },{},{}
Dropped By No Result

< 12345 >
back to top