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

Mechanic Shadow Shield [Shadow Shield]   Item ID# 24303 (S_Mechanic_Shield)
Mechanic Shield Shadow
Type
Shadow Gear
Class
Shadow Shield
Buy
10z
Sell
5z
Weight
0
Required Lvl
99
Applicable Jobs
Mechanic
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

Increases damage of Flame Launcher by 20%.
For each refine level, increases damage of Flame Launcher by 5%.

When equipped with Mechanic Shadow Weapon:
Increases damage of Vulcan Arms by 20%.
Reduces SP cost of Flame Launcher by 20%.

When equipped with 2 types of Merchant Shadow, Blacksmith Shadow or Mechanic 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,"NC_FLAMELAUNCHER",20+.@r*5; },{},{}
Dropped By No Result

Mega Blitz Shadow Shield [Shadow Shield]   Item ID# 24767 (S_Mega_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. Needs a complete set to have bonus effect.

CRI +5
For each 2 Refine Levels: Critical +2, C.RATE +1.

Refine Level +7:
ASPD +1, Critical +3.

Refine Level +9:
ASPD +8% (Decreases after attack delay by 8%).
Increases critical damage by 5%.

Refine Level +10:
C.RATE +3
Increases critical damage by additional 3%.
Item Script
{ .@r = getrefine(); bonus bCritical,5+2*(.@r/3); bonus bCrate,(.@r/3); if (.@r>=7) { bonus bCritical,3; bonus bAspd,1; if (.@r>=9) { bonus bCritAtkRate,5; bonus bAspdRate,8; if (.@r>=10) { bonus bCritAtkRate,3; bonus bCrate,3; } } } },{},{}
Dropped By No Result

Menace Shadow Shield [Shadow Shield]   Item ID# 24531 (S_Menace_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Shadow Chaser
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 Menace Shadow Armor and Menace Shadow Shoes:
For each 2 Refine Levels of entire set:
Decreases after skill cast delay of all skills by 1%.

When equipped with Shadow Chaser 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

Metallic Shadow Shield [Shadow Shield]   Item ID# 24507 (S_Metalic_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 Neutral elemental magic damage by 3%.
Refine Level +7, increases Neutral elemental magic damage by additional 3%.
Refine Level +9, increases Neutral elemental magic damage by additional 4%.

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

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

Minstrel Shadow Shield [Shadow Shield]   Item ID# 24312 (S_Minstrel_Shield)
Maestro Shield Shadow
Type
Shadow Gear
Class
Shadow Shield
Buy
10z
Sell
5z
Weight
0
Required Lvl
99
Gender
Male Only
Applicable Jobs
Minstrel / Wanderer
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

MaxSP +3%.
For each refine level:
MDEF +1 multiplied by every 5 skill levels of Minstrel's exclusive skills:
Echo Song, Harmonize and Windmill Rush

When equipped with Minstrel Shadow Weapon:
MaxHP +2%, MaxSP +2%.
For each 2 Level of Lesson: Increases ranged physical damage by 1%.

When equipped with 2 types of Archer Shadow, Bard Shadow or Minstrel 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; bonus bMaxSPrate,3; bonus bMdef,.@r*(getskilllv("MI_HARMONIZE")+getskilllv("MI_RUSH_WINDMILL")+getskilllv("MI_ECHOSONG"))/5; },{},{}
Dropped By No Result

Ninja Shadow Shield [Shadow Shield]   Item ID# 24314 (S_Ninja_Shield)
Ninja Shield Shadow
Type
Shadow Gear
Class
Shadow Shield
Buy
10z
Sell
5z
Weight
0
Applicable Jobs
Ninja
Kagerou / Oboro
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

ASPD +1.
For each level of Ninja Training, ATK +3.
When using Ninja Aura, for 50 seconds ASPD +1.

For each refine level: Pierces Normal monster's physical and magical defense by 4%.
Refine Level +7: Pierces Normal monster's physical and magical defense by 10%.
Refine Level +9: Pierces Normal monster's physical and magical defense by 10%.

When equipped with Ninja 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 bAspd,1; bonus bBaseAtk,(3*getskilllv("NJ_TOBIDOUGU")); autobonus3 "{ bonus bAspd,1; }",1000,50000,"NJ_NEN"; .@val = 4 * .@r; if (.@r >= 7) { .@val += 10; if (.@r >= 9) { .@val += 10; } } bonus2 bIgnoreDefClassRate,Class_Normal,.@val; bonus2 bIgnoreMdefClassRate,Class_Normal,.@val; },{},{}
Dropped By No Result

Paradise Shadow Shield [Shadow Shield]   Item ID# 24688 (S_1Para_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
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 5%.
Item Script
{ bonus bMaxHP,100+getrefine()*10; bonus bVariableCastrate,-5; },{},{}
Dropped By No Result

Penetration Shadow Shield [Shadow Shield]   Item ID# 24374 (S_Penetration_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.

Pierces physical defense of Normal monsters by 5%.
For every 2 refine levels, pierces physical defense of Normal monsters by 1%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bIgnoreDefClassRate,Class_Normal,5+(.@r/2); },{},{}
Dropped By No Result

Physical Power Shadow Shield [Shadow Shield]   Item ID# 24752 (S_P_Power_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: POW +1

Refine Level +7: P.ATK +3

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

Physical Shadow Shield [Shadow Shield]   Item ID# 24394 (S_Physical_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.

MaxHP +200.
Refine Level +7, MaxHP +2%.
Refine Level +9, MaxHP +3%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10+200; if (.@r >= 9) { bonus bMaxHPrate,5; } else if (.@r >= 7) { bonus bMaxHPrate,2; } },{},{}
Dropped By No Result

Picky Rush Shadow Shield [Shadow Shield]   Item ID# 24635 (S_Pickyrush_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.

Increases physical damage against all size enemies by 5%.

For each 2 refine levels:
Increases physical damage against all size enemies by additional 1%.
Item Script
{ bonus2 bAddSize,Size_All,5+(getrefine()/2); },{},{}
Dropped By No Result

Psychic Shadow Shield [Shadow Shield]   Item ID# 24555 (S_Psychic_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 Neutral elemental magic damage by 3%.
Refine Level +7, increases Neutral elemental magic damage by additional 3%.
Refine Level +9, increases Neutral elemental magic damage by additional 4%.

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

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

« First < 234567891011 >
back to top