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

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

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

Doram Magical Shadow Shield [Shadow Shield]   Item ID# 24317 (S_DoramMagical_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
10z
Sell
5z
Weight
0
Applicable Jobs
Summoner
Spirit Handler
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

MATK +3%.
When using Bunch of Shrimp, for 30 seconds restore SP by 5 every 5 second.

For each level of Catnip Meteor reduces skill cooldown by 0.1 second.
Refine Level +7: Increases damage of Catnip Meteor by 5%.
Refine Level +9: Increases damage of Catnip Meteor by 5%.

When equipped with Doram Magical Shadow Weapon:
All Stats +3, MaxHP +2%, MaxSP +2%.
Reduces SP cost of all skills by 10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMatkRate,3; autobonus3 "{ bonus2 bSPRegenRate,5,5000; }",1000,30000,"SU_BUNCHOFSHRIMP"; bonus2 bSkillCooldown,"SU_CN_METEOR",-(.@r*100); if (.@r>=7) bonus2 bSkillAtk,"SU_CN_METEOR",5; if (.@r>=9) bonus2 bSkillAtk,"SU_CN_METEOR",5; },{},{}
Dropped By No Result

Doram Physical Shadow Shield [Shadow Shield]   Item ID# 24316 (S_DoramPhysical_Shield)
Doram Physical Shield Shadow
Type
Shadow Gear
Class
Shadow Shield
Buy
10z
Sell
5z
Weight
0
Applicable Jobs
Summoner
Spirit Handler
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

ATK +3%.
When using Arclouse Dash on yourself, for 50 seconds ASPD +1.

For each level of Lunatic Carrot Beat, reduces skill coold down by 0.2 second.
Refine Level +7: Increases damage of Lunatic Carrot Beat by 5%.
Refine Level +9: Increases damage of Lunatic Carrot Beat by 5%.

When equipped with Doram Physical Shadow Weapon:
All Stats +3, MaxHP +2%, MaxSP +2%.
Reduces SP cost of all skills by 10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bAtkRate,3; autobonus3 "{ bonus bAspd,1; }",1000,50000,"SU_ARCLOUSEDASH"; bonus2 bSkillCooldown,"SU_LUNATICCARROTBEAT",-(.@r*200); if (.@r>=7) bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",5; if (.@r>=9) bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",5; },{},{}
Dropped By No Result

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

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

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

Increases physical damage against enemies of every size by 1% and Increases magical damage with Holy element by 1%.

Refine Level +7:
Increases physical and magical Holy elemental damage against enemies of every size by additional 2%.

Refine Level +9:
Increases physical and magical Holy elemental damage against enemies of every size by additional 2%.

When equipped with Duplex Shadow Armor and Duplex Shadow Shoes:
For each Refine Level of entire set:
Increases damage of Duple Light by 1%.

When equipped with Arc Bishop Shadow Weapon:
Ignores physical and magical defense of all race, except Players, by 40%.

For each Refine Level of entire set:
Ignores physical and magical defense of all race, except Players, by additional 1%.
Item Script
{ .@r = getrefine(); if (.@r>=9) { bonus2 bAddSize,Size_All,5; bonus2 bMagicAtkEle,Ele_Holy,5; } else if (.@r>=7) { bonus2 bAddSize,Size_All,3; bonus2 bMagicAtkEle,Ele_Holy,3; } else { bonus2 bAddSize,Size_All,1; bonus2 bMagicAtkEle,Ele_Holy,1; } },{},{}
Dropped By No Result

Durable Shield Shadow [Shadow Shield]   Item ID# 24735 (S_Durable_Shield)
Durable 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 melee and ranged physical damage by 2%.
For each 2 Refine Levels: ATK +1%.

Refine Level +9: ASPD +1

Refine Level +10:
Increases melee and ranged physical damage by additional 7%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,2; bonus bShortAtkRate,2; bonus bAtkRate,(.@r/2); if (.@r>=9) { bonus bAspd,1; if (.@r>=10) { bonus bLongAtkRate,7; bonus bShortAtkRate,7; } } },{},{}
Dropped By No Result

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

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

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

When equipped with Sorcerer 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_Water,10; } else if (.@r>=7) { bonus2 bMagicAtkEle,Ele_Water,6; } else { bonus2 bMagicAtkEle,Ele_Water,3; } },{},{}
Dropped By No Result

back to top