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

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

Caster Shadow Shield [Shadow Shield]   Item ID# 24241 (S_Caster_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.
MATK +5
Reduces SP consumption by 1%.
Every 2 refine reduces SP consumption by 1%.
[Caster Shadow Set]
Caster Shadow Armor, Caster Shadow Shield, Caster Shadow Shoes
Reduces SP consumption by 1%.
Reduces variable cast time by 1% for every 5 refine levels of the total set.
Reduces SP consumption by 1% when refine levels of the total set +25 or higher.

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

Catnip Shadow Shield [Shadow Shield]   Item ID# 24641 (S_Catnip_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Summoner
Spirit Handler
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

Decreases Nyang Grass skill cooldown by 4 seconds.

For each 2 refine levels:
Increases damage of Catnip Meteor by 3%.
Item Script
{ bonus2 bSkillCooldown,"SU_NYANGGRASS",-4000; bonus2 bSkillAtk,"SU_CN_METEOR",3*(getrefine()/2); },{},{}
Dropped By No Result

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

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

Refine Level +9:
Decreases variable cast time by 5%.

Refine Level +10:
Increases magical damage with every element by additional 7%.
Item Script
{ .@r = getrefine(); bonus2 bMagicAtkEle,Ele_All,2; bonus bMatkRate,(.@r/2); if (.@r>=9) { bonus bVariableCastrate,-5; if (.@r>=10) { bonus2 bMagicAtkEle,Ele_All,7; } } },{},{}
Dropped By No Result

Cloaking Shadow Shield [Shadow Shield]   Item ID# 24134 (S_Cloaking_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.
Enables use of Level 1 Cloaking.
Increases SP consumption of Cloaking by 50.
Each refine decrease SP consumption of Cloaking by 5.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; skill "AS_CLOAKING",1; bonus2 bSkillUseSP,"AS_CLOAKING",-50+(.@r*5); },{},{ sc_end SC_CLOAKING; }
Dropped By No Result

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

Increases damage of Cluster Bomb by 3%.
Refine Level +7, increases damage of Cluster Bomb by additional 3%.
Refine Level +9, increases damage of Cluster Bomb by additional 4%.

When equipped with Cluster Shadow Armor and Cluster Shadow Shoes:
For each refine level of entire set:
Increases damage of Cluster Bomb by 1%.

When equipped Ranger 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(); bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"RA_CLUSTERBOMB",3+(.@r>=7?3:0)+(.@r>=9?4:0); },{},{}
Dropped By No Result

Cold Breath Shadow Shield [Shadow Shield]   Item ID# 24447 (S_W_Breath_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Rune Knight
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 Cold Breath Shadow Armor and Cold Breath Shadow Shoes:
For each 2 refine levels of entire set:
Decreases after skill cast delay of all skills by 1%.

When equipped with Rune Knight Shadow Weapon:
For each refine level of entire set:
Increases damage of Dragon Breath - Water by 1%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bLongAtkRate,3+(.@r>=7?3:0)+(.@r>=9?4:0); },{},{}
Dropped By No Result

Concentration Shadow Shield [Shadow Shield]   Item ID# 24756 (S_Concentration_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.

For each Refine Level: CON +1

Refine Level +7: P.ATK +2, S.MATK +2.

Refine Level +9: P.ATK +2, S.MATK +2.
Item Script
{ .@r = getrefine(); bonus bCon,.@r; if (.@r>=7) { bonus bPAtk,2; bonus bSmatk,2; if (.@r>=9) { bonus bPAtk,2; bonus bSmatk,2; } } },{},{}
Dropped By No Result

Cranial Shield (Shadow) [Shadow Shield]   Item ID# 24052 (S_Cranial_Shield)
Cranial 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 Demihuman monster by 1%.
Refined to +7: reduces damage taken from Demihuman monster by 1%.
Refined to +9: reduces damage taken from Demihuman monster by 1%.
[+Bloody Shadow Shoes]
Increase experience gained when killing Demihuman monsters by 3%.

More Information on Combo:
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSubRace,RC_DemiHuman,1; bonus2 bSubRace,RC_Player_Human,1; if (.@r>6) { bonus2 bSubRace,RC_DemiHuman,1; bonus2 bSubRace,RC_Player_Human,1; } if (.@r>=9) { bonus2 bSubRace,RC_DemiHuman,1; bonus2 bSubRace,RC_Player_Human,1; } },{},{}
Dropped By No Result

Creative Shadow Shield [Shadow Shield]   Item ID# 24762 (S_Creative_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.

For each 2 Refine Levels: CRT +1.

Refine Level +7: C.RATE +2, H.PLUS +2.

Refine Level +9: C.RATE +2, H.PLUS +2.
Item Script
{ .@r = getrefine(); bonus bCrt,(.@r/2); if (.@r>=7) { bonus bCrate,2; bonus bHplus,2; if (.@r>=9) { bonus bCrate,2; bonus bHplus,2; } } },{},{}
Dropped By No Result

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

Increases Fire elemental magic damage by 3%.
Refine Level +7, increases Fire elemental magic damage by additional 3%.
Refine Level +9, increases Fire elemental magic damage by additional 4%.

When equipped with Crimson Shadow Armor and Crimson Shadow Shoes:
For each refine level of entire set:
Increases damage of Crimson Rock by 1%.

When equipped with Warlock Shadow Weapon:
Ignores magical defense of all race monsters, except Players, by 40%.
For each refine level of entire set:
Ignores magical defense of all race monsters, except Players, by additional 1%.
Item Script
{ .@r = getrefine(); if (.@r>=9) { bonus2 bMagicAtkEle,Ele_Fire,10; } else if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Fire,6; } else { bonus2 bMagicAtkEle,Ele_Fire,3; } },{},{}
Dropped By No Result

Critical Shadow Shield [Shadow Shield]   Item ID# 24332 (S_Critical_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 refine levels: CRIT +1.
Refine Level +7: Critical damage +1%.
Refine Level +9: Critical damage +1%.

When combined with Critical Shadow Shoes:
For each refine level of entire set, ATK +1.
If total refine levels of entire set at least +15, critical damage +1%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bCritical,5+.@r/2; if (.@r >= 9) { bonus bCritAtkRate,2; } else if (.@r >= 7) { bonus bCritAtkRate,1; } },{},{}
Dropped By No Result

back to top