Renewal
.:Renewal Item Database:.
Shadow Gear

Exorcist Shadow Weapon [Shadow Weapon]   Item ID# 24157 (S_Exorcist_Weapon)
Exorcist Shadow 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.

Ignores physical defense of Demon monsters by 5%.

For each 2 refine levels:
Ignores physical defense of Demon monsters by additional 1%.

[+ Penetration Shadow Pendant & Penetration Shadow Earring]:
ATK +5.
If total refine level of entire set at least +25:
Ignores physical defense of Demon monsters by 100%.

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

Experience Shadow Shield [Shadow Shield]   Item ID# 24683 (S_EXP_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.

Base Level less than 175:
Increases experience gained from monsters by 20%.

Base Level at least 175:
Increases experience gained from monsters by 10%.

For each 2 Refine Levels:
Increases experience gained from monsters by additional 1%.

Refine Level +10:
Increases experience gained from monsters by additional 5%.
Item Script
{ .@r = getrefine(); .@val = .@r/2; if (BaseLevel<175) .@val += 20; else .@val += 10; if (.@r>=10) .@val += 5; bonus2 bExpAddRace,RC_All,.@val; },{},{}
Dropped By No Result

Experience Shadow Weapon [Shadow Weapon]   Item ID# 24770 (S_EXP_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.

Base Level less than 175:
Increases experience gained from defeating monsters by 20%.

Base Level at least 100:
Increases experience gained from defeating monsters by 10%.

For each 2 Refine Levels:
Increases experience gained from defeating monsters additional by 1%.

Refine Level +10:
Increases experience gained from defeating monsters additional by 5%.
Item Script
{ .@r = getrefine(); if (BaseLevel<175) { bonus2 bExpAddRace,RC_All,20; } if (BaseLevel>=175) { bonus2 bExpAddRace,RC_All,10; } if (.@r>=10) { bonus2 bExpAddRace,RC_All,5; } bonus2 bExpAddRace,RC_All,(.@r/2); },{},{}
Dropped By No Result

Expert Shadow Shield [Shadow Shield]   Item ID# 24209 (S_Expert_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
150
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.

Each 4 refines increases experience gained from defeating monsters by 1%.

When combined with Expert Shadow Shoes:
Increases experience gained from defeating monsters by 1%.
If total refine levels of entire set is +15 or higher, increases experience gained from defeating monsters by 1%.

Level Limit: 175

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bExpAddRace,RC_All,(.@r/4); },{},{}
Dropped By No Result

Expert Shadow Shoes [Shadow Footgear]   Item ID# 24208 (S_Expert_Shoes)
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
150
Applicable Jobs
Every Job
Description
A pair of shoes worn on top of normal shoes for additional defense.
Can be equipped alone but needs a complete set to have bonus effect.

Each 4 refines increases experience gained from defeating monsters by 1%.

When combined with Expert Shadow Shield:
Increases experience gained from defeating monsters by 1%.
If total refine levels of entire set is +15 or higher, increases experience gained from defeating monsters by 1%.

Level Limit: 175

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bExpAddRace,RC_All,(.@r/4); },{},{}
Dropped By No Result

< 123
back to top