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

Rainstorm Shadow Shield [Shadow Shield]   Item ID# 24501 (S_Rainstorm_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Minstrel / Wanderer
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 Rainstorm Shadow Armor and Rainstorm Shadow Shoes:
For each refine level of entire set:
Increases damage of Severe Rainstorm by 1%.

When equipped with Minstrel Shadow Weapon or Wanderer 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) { bonus bLongAtkRate,10; } else if (.@r>=7) { bonus bLongAtkRate,6; } else { bonus bLongAtkRate,3; } },{},{}
Dropped By No Result

Rampage Shadow Shield [Shadow Shield]   Item ID# 24477 (S_Rampage_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Shura
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 Rampage Shadow Armor and Rampage Shadow Shoes:
For each refine level of entire set:
Increases damage of Rampage Blaster by 1%.

When equipped with Sura 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) { bonus bLongAtkRate,10; } else if (.@r>=7) { bonus bLongAtkRate,6; } else { bonus bLongAtkRate,3; } },{},{}
Dropped By No Result

Ranger Shadow Shield [Shadow Shield]   Item ID# 24311 (S_Ranger_Shield)
Ranger Shield Shadow
Type
Shadow Gear
Class
Shadow Shield
Buy
10z
Sell
5z
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.

Reduces SP cost of Aimed Bolt by 20%.
For each refine level, reduces SP cost of Aimed Bolt by 5%.

When equipped with Ranger Shadow Weapon:
Increases damage of Cluster Bomb and Aimed Bolt by 20%.

When equipped with 2 types of Archer Shadow, Hunter Shadow or Ranger Shadow Equipment:
All Stats +10, MaxHP +5%, MaxSP +5%.
Pierces physical and magical defense of Normal monsters by 50%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillUseSPrate,"RA_AIMEDBOLT",(20+(5*.@r)); },{},{}
Dropped By No Result

Reload Shadow Shield [Shadow Shield]   Item ID# 24244 (S_Reload_Shield)
Reload Shield Shadow
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.
Reduce after cast skill delay by 1%.
When refine level +7, reduce after cast skill delay by 1%.
When refine level +9, reduce after cast skill delay by 1%.
[Reload Shadow Set]
Reload Shadow Armor, Reload Shadow Shield, Reload Shadow Shoes
Reduce after cast skill delay by 1%.
When total refine of set is 25 or more, reduce after cast skill delay by 5%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bDelayrate,(.@r<7)?-1:((.@r<9)?-2:-3); },{},{}
Dropped By No Result

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

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

Rolling Shadow Shield [Shadow Shield]   Item ID# 24537 (S_Rolling_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Guillotine Cross
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 +7, increases physical damage against monster of all sizes by additional 4%.

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

When equipped with Guillotine Cross 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

Rookie Shadow Shield [Shadow Shield]   Item ID# 24213 (S_Rookie_Shield)
Rookie's Shadow Shield
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
50
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 2 refines increases experience gained from defeating monsters by 1%.

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

Level Limit: 99

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

Royal Guard Shadow Shield [Shadow Shield]   Item ID# 24302 (S_Royalguard_Shield)
Royal Guard Shield Shadow
Type
Shadow Gear
Class
Shadow Shield
Buy
10z
Sell
5z
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 damage of Earth Drive by 20%.
For each refine level, increases damage of Earth Drive by 5%.

When equipped with Royal Guard Shadow Weapon:
Reduces SP cost of Cannon Spear by 20%.
Enables the use of Level 3 Chemical Protection Shield.

When equipped with 2 types of Swordman Shadow, Crusader Shadow or Royal Guard Shadow Equipment:
All Stats +10, MaxHP +5%, MaxSP +5%.
Pierces physical and magical defense of Normal monsters by 50%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"LG_EARTHDRIVE",20+.@r*5; },{},{}
Dropped By No Result

Rune Knight Shadow Shield [Shadow Shield]   Item ID# 24301 (S_Runeknight_Shield)
Rune Knight Shield Shadow
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.

When Enchant Blade is used:
For each refine level: Increases ASPD by 1% for 50 seconds.

Refine Level +7:
When Enchant Blade is used: Increases ASPD by 1 for 50 seconds.

Refine Level +9:
When Enchant Blade is used: Increases ASPD by additional 1 for 50 seconds.

When equipped with Rune Knight Shadow Weapon:
Decreases SP Consumption of Sonic Wave by 20%.
Random chance to autocast Level 3 Ignition Break when dealing physical damage.

When equipped with 2 types of Swordman Shadow, Knight Shadow or Rune Knight Shadow Equipment:
All Stats +10, MaxHP +5%, MaxSP +5%.
Ignores physical and magical defense of Normal class monsters by 50%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; autobonus3 "{ .@r = getrefine(); if (.@r>=9) { bonus bAspd,2; } else if (.@r>=7) { bonus bAspd,1; } bonus bAspdRate,.@r; }",1000,50000,"RK_ENCHANTBLADE"; },{},{}
Dropped By No Result

back to top