Renewal
.:Renewal Item Database:.
Shadow Gear

Doram Physical Shadow Armor [Shadow Body]   Item ID# 24408 (S_DoramPhysical_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
10z
Sell
5z
Weight
0
Required Lvl
100
Applicable Jobs
Summoner
Spirit Handler
Description
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.

Increases damage of Picky Peck by 20%.
Every refine level, increases damage of Lunatic Carrot Beat by 3%.

When equipped with Doram Physical Shadow Shoes:
Reduces cooldown time of Lunatic Carrot Beat by 3 sec.

[Doram Physical set:
Doram Physical Weapon, Doram Physical Shield, Doram Physical Armor, Doram Physical Shoes]

All Stats +7, MaxHP +3%, MaxSP +3%.
Pierces physical and magical defense of Normal monsters by 50%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"SU_PICKYPECK",20; bonus2 bSkillAtk,"SU_LUNATICCARROTBEAT",.@r*3; },{},{}
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

Doram Physical Shadow Shoes [Shadow Footgear]   Item ID# 24409 (S_DoramPhysical_Shoes)
Type
Shadow Gear
Class
Shadow Footgear
Buy
10z
Sell
5z
Weight
0
Required Lvl
100
Applicable Jobs
Summoner
Spirit Handler
Description
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.

Reduces cooldown time of Hiss by 3 sec.
Every 2 refine levels, reduces cooldown time of Hiss by 3 sec.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillCooldown,"SU_HISS",-3000*(1+.@r/2); },{},{}
Dropped By No Result

Doram Physical Shadow Weapon [Shadow Weapon]   Item ID# 24287 (S_DoramPhysical_Weapon)
Doram physical Weapon Shadow
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Summoner
Spirit Handler
Description
A glove that can draw the wearer's potential ability.
Every refine level increases long range pyhsical attacks by 1%.
When Power of Life is learned, increases ASPD by 1.

Refine Level +7: Perfect Dodge +2.
Refine Level +9: Perfect Dodge +3.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bLongAtkRate,.@r; if (getskilllv("SU_POWEROFLIFE") == 1) bonus bAspd,1; if (.@r>=7) bonus bFlee2,2; if (.@r>=9) bonus bFlee2,3; },{},{}
Dropped By No Result

Dragon Killer Shadow Weapon [Shadow Weapon]   Item ID# 24161 (S_Dragon_Killer_Weapon)
Dragon Killer Shadow Weapon
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A pair of gloves that can draw the wearer's potential ability.

Ignores physical defense of Dragon monsters by 5%.

For each 2 refine levels:
Ignores physical defense of Dragon monsters by additional 1%.

[+ Penetration Shadow Pendant & Penetration Shadow Earring]:
ATK +5.
If total refine level of entire set at least +25:
Ignores physical defense of Dragon monsters by 100%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus2 bIgnoreDefRaceRate,RC_Dragon,5+(.@r/2); },{},{}
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

Dragoon Shoes (Shadow) [Shadow Footgear]   Item ID# 24071 (S_Dragoon_Shoes)
Dragoon Shadow Shoes
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
Shoes worn on top of normal shoes for additional defense.
Can be equipped alone but needs a complete set to have bonus effect.
Increase damage on Dragon monsters by 2%.
Refined to +7: increase damage on Dragon monsters by 1%.
Refined to +9: increase damage on Dragon monsters by 2%.
[+Dragoon Shadow Shield]
Increase experience gained when killing Dragon monsters by 3%.

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

Duplex Shadow Armor [Shadow Body]   Item ID# 24488 (S_Duplelight_Armor)
Duple Shadow Armor
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Arch Bishop
Description
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.

Increases damage of Duple Light by 5%.
Every 2 refine levels, increases damage of Duple Light by additional 2%.
Item Script
{ bonus2 bSkillAtk,"AB_DUPLELIGHT",5+2*(getrefine()/2); },{},{}
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

Duplex Shadow Shoes [Shadow Footgear]   Item ID# 24490 (S_Duplelight_Shoes)
Duple Shadow Shoes
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Arch Bishop
Description
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.

Increases critical damage by 5%.
Every 2 refine levels, increases critical damage by additional 1%.
Item Script
{ bonus bCritAtkRate,5+(getrefine()/2); },{},{}
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

Durable Weapon Shadow [Shadow Weapon]   Item ID# 24734 (S_Durable_Weapon)
Durable Shadow Weapon
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Every Job
Description
A pair of gloves that can draw the wearer's potential ability.

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

« First < 1112131415161718192021 > Last »
back to top