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

Banishing Cannon Shadow Shield [Shadow Shield]   Item ID# 24579 (S_Banish_Cannon_Shield)
Vanishing Cannon Shadow 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 Banishing Cannon Shadow Armor and Banishing Cannon Shadow Shoes:
For each refine level of entire set:
Increases damage of Banishing Point and Cannon Spear 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

Basis Shadow Shield [Shadow Shield]   Item ID# 24198 (S_Basis_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 Neutral property monsters by 1%.
Refined to +7, reduces physical and magical damage taken from Neutral property monsters by 1%.
Refined to +9, reduces physical and magical damage taken from Neutral property monsters by 1%.
[Basis Shadow Set]
Basis Shadow Armor
Basis Shadow Shield
Reduces physical and magical damage taken from Neutral 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_Neutral,.@i; bonus2 bMagicSubDefEle,Ele_Neutral,.@i; },{},{}
Dropped By No Result

Bearer's Shadow Shield [Shadow Shield]   Item ID# 24182 (S_Bearers_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.
DEF +5.
Each 2 refines, DEF +1.
[Bearer's Shadow set]
Bearer's Shadow Weapon, Bearer's Shadow Armor, Bearer's Shadow Shield,
Bearer's Shadow Shoes, Bearer's Shadow Earring, Bearer's Shadow Pendant.
All Stats +1.
If total refine levels of entire set is +45 or higher:
Enable unlimited effect of Endure.
MaxHP -60%.
Each refine levels of items in the set increases MaxHP by 1%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bDef,5+(.@r/2); },{},{}
Dropped By No Result

Beginner Shadow Shield [Shadow Shield]   Item ID# 24211 (S_Beginner_Shield)
Beginner's 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.

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

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

Level Limit: 49

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

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

VIT +2
Item Script
{ bonus bMaxHP,getrefine()*10; bonus bVit,2; },{},{}
Dropped By No Result

Blitz Shadow Shield [Shadow Shield]   Item ID# 24232 (S_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.
Can be equipped alone but needs a complete set to have bonus effect.
CRIT +5
Every 2 refines,CRIT +1.
Refined to +7 or more, increase ASPD +1.
Refined to +9 or more, increase ASPD +1.
[+Blitz Shadow Shoes]
FLEE +5
If the total refine levels of the entire set is +15 or higher, ASPD +1.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bCritical,5+.@r/2; if (.@r>=7) { bonus bAspd,1; } if (.@r>=9) { bonus bAspd,1; } },{},{}
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

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

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

back to top