Renewal
.:Renewal Item Database:.
Shadow Gear

Booster Shadow Earring [Shadow Pendant]   Item ID# 24587 (S_Booster_Earing)
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Refineable
No
Applicable Jobs
Every Job
Description
A sacred earring which is believed to protect its wearer. It also draws the wearer's potential abilities.

MaxHP +100, MATK +15.
Item Script
{ bonus bMatk,15; bonus bMaxHP,100; },{},{}
Dropped By No Result

Booster Shadow Pendant [Shadow Earring]   Item ID# 24588 (S_Booster_Pandent)
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Refineable
No
Applicable Jobs
Every Job
Description
A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities.

MaxHP +100, ATK +15.
Item Script
{ bonus bMaxHP,100; bonus bBaseAtk,15; },{},{}
Dropped By No Result

Booster Shadow Shield [Shadow Shield]   Item ID# 24585 (S_Booster_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Refineable
No
Applicable Jobs
Every Job
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

MaxHP +100.
Decreases variable cast time by 10%.
Item Script
{ bonus bMaxHP,100; bonus bVariableCastrate,-10; },{},{}
Dropped By No Result

Booster Shadow Shoes [Shadow Footgear]   Item ID# 24586 (S_Booster_Shoes)
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Refineable
No
Applicable Jobs
Every Job
Description
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.

MaxHP +100.
ASPD +7% (Decreases after attack delay by 7%).
Item Script
{ bonus bMaxHP,100; bonus bAspdRate,7; },{},{}
Dropped By No Result

Brand Shadow Armor [Shadow Body]   Item ID# 24572 (S_Brand_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Royal Guard
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 Over Brand by 5%.

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

Brand Shadow Shield [Shadow Shield]   Item ID# 24573 (S_Brand_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Royal Guard
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 rand Shadow Armor and GBrand Shadow Shoes:
For each 2 Refine Levels of entire set:
Decreases after skill cast delay of all skills by 1%.

When equipped with Royal Guard 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

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

Increases damage of Over Brand by 5%.

For each 3 refine levels:
Reduces after skill delay by 1.%
Item Script
{ bonus2 bSkillAtk,"LG_OVERBRAND",5; bonus bDelayrate,-1*(getrefine()/3); },{},{}
Dropped By No Result

Breeze Armor (Shadow) [Shadow Body]   Item ID# 24024 (S_Breezy_Armor)
Breeze Shadow 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 set to have any effect.
FLEE +5.
When refined to +7 or higher, FLEE +10.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bFlee,5; if (.@r>6) { bonus bFlee,10; } },{},{}
Dropped By No Result

Brutal Shield (Shadow) [Shadow Shield]   Item ID# 24054 (S_Brutal_Shield)
Brutal Shadow 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 damage taken from Brute monster by 1%.
Refine to +7: reduces damage taken from Brute monster by 1%.
Refine to +9: reduces damage taken from Brute monster by 1%.
[+Clamorous Shadow Shoes]
Increase experience gained when killing Brute monsters by 3%.

More Information on Combo:
Item Script
{ bonus2 bSubRace,RC_Brute,1; .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=7) { bonus2 bSubRace,RC_Brute,1; } if (.@r>=9) { bonus2 bSubRace,RC_Brute,1; } },{},{}
Dropped By No Result

Cadi Shield (Shadow) [Shadow Shield]   Item ID# 24061 (S_Cadi_Shield)
Cadi Shadow 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 damage taken from Plant monster by 1%.
Refined to +7: reduces damage taken from Plant type monster by 1%.
Refined to +9: reduces damage taken from Plant type monster by 1%.
[+Chemical Shadow Shoes]
Increase experience gained when killing Plant monsters by 3%.

More Information on Combo:
Item Script
{ bonus2 bSubRace,RC_Plant,1; .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=7) { bonus2 bSubRace,RC_Plant,1; } if (.@r>=9) { bonus2 bSubRace,RC_Plant,1; } },{},{}
Dropped By No Result

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

Increases physical damage against enemies of every size by 5%.

For each 2 Refine Levels:
Increases physical damage against enemies of every size by additional 1%.
Item Script
{ bonus2 bAddSize,Size_All,5+(getrefine()/2); },{},{}
Dropped By No Result

Cannon Cart Shadow Pendant [Shadow Earring]   Item ID# 24564 (S_Cannon_Cart_Pendant)
Cart Cannon Shadow Pendant
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Genetic
Description
A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities.

Increases damage of Cart Cannon by 5%.

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

« First < 4567891011121314 > Last »
back to top