Renewal
.:Renewal Item Database:.
Shadow Gear - Shadow Shield

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 Shield [Shadow Shield]   Item ID# 24656 (S_S_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Soul Linker
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

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

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

Exorcism Shadow Shield [Shadow Shield]   Item ID# 24206 (S_Geist_Shield)
Geist 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 physical and magical damage taken from Ghost property monsters by 1%.
Refined to +7, reduces physical and magical damage taken from Ghost property monsters by 1%.
Refined to +9, reduces physical and magical damage taken from Ghost property monsters by 1%.
[Geist Shadow Set]
Geist Shadow Armor
Geist Shadow Shield
Reduces physical and magical damage taken from Ghost 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_Ghost,.@i; bonus2 bMagicSubDefEle,Ele_Ghost,.@i; },{},{}
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

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

back to top