Renewal
.:Renewal Item Database:.
Shadow Gear

Athletic Shadow Shoes [Shadow Footgear]   Item ID# 24045 (S_Athletic_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.
AGI +1.
FLEE +1 per refine level.
When equipped with Athletic Shadow Shield
AGI +1.

More Information on Combo:
Item Script
{ bonus bAgi,1; .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bFlee,.@r; },{},{}
Dropped By No Result

Attack Shadow Armor [Shadow Body]   Item ID# 24216 (S_Attack_Armor)
Attack Shadow Armor
Type
Shadow Gear
Class
Shadow Armor
Buy
10z
Sell
5z
Weight
0
Applicable Jobs
Every Job
Description
An armor worn on top of normal armor for additional defense.
Can be equipped alone but needs a complete set to have bonus effect.
When dealing physical attack, has 1% chance to increase ATK by 5*refine level for 3 seconds.
Each refine increase the trigger rate by 0.2%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; autobonus "{ bonus bBaseAtk,("+.@r+"*5); }",(.@r*2)+10,3000,BF_NORMAL; },{},{}
Dropped By No Result

Auto Spell Shadow Armor [Shadow Body]   Item ID# 24723 (S_AutoSpell_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.

HIT +10
For each 2 Refine Levels: HIT +1

Refine Level +9: Perfect HIT +5%.
Item Script
{ .@r = getrefine(); bonus bHit,10+(.@r/2); if (.@r>=9) { bonus bPerfectHitRate,5; } },{},{}
Dropped By No Result

Auto Spell Shadow Earring [Shadow Pendant]   Item ID# 24727 (S_AutoSpell_Earring)
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A sacred earring which is believed to protect its wearer. It also draws the wearer's potential abilities.

FLEE +10
For each 2 Refine Levels: FLEE +1

Refine Level +9: ASPD +1
Item Script
{ .@r = getrefine(); bonus bFlee,10+(.@r/2); if (.@r>=9) { bonus bAspd,1; } },{},{}
Dropped By No Result

Auto Spell Shadow Pendant [Shadow Earring]   Item ID# 24726 (S_AutoSpell_Pendant)
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities.

HIT +10
For each 2 Refine Levels: HIT +1

Refine Level +9: Perfect HIT +5%.
Item Script
{ .@r = getrefine(); bonus bHit,10+(.@r/2); if (.@r>=9) { bonus bPerfectHitRate,5; } },{},{}
Dropped By No Result

Auto Spell Shadow Shield [Shadow Shield]   Item ID# 24722 (S_AutoSpell_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.

MATK +15
For each 2 Refine Levels: MATK +1

Refine Level +9:
Physical melee attacks have a 7% chance to autocast Level 7 Napalm Beat.

Refine Level +10:
Physical melee attacks have a 10% chance to autocast Level 10 Napalm Beat.

When equipped with Auto Spell Shadow Armor and Auto Spell Shadow Shoes:
MATK +1%

Total Refine Level of entire set at least +21:
Physical melee attacks have a 4% chance to autocast Level 3 Napalm Vulcan.

Total Refine Level of entire set at least +27:
Physical melee attacks have a 8% chance to autocast Level 5 Napalm Vulcan.
Item Script
{ .@r = getrefine(); bonus bMatk,15+(.@r/2); if (.@r==9) bonus3 bAutoSpell,"MG_NAPALMBEAT",7,70; else if (.@r>9) bonus3 bAutoSpell,"MG_NAPALMBEAT",10,100; },{},{}
Dropped By No Result

Auto Spell Shadow Shoes [Shadow Footgear]   Item ID# 24724 (S_AutoSpell_Shoes)
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.

FLEE +10
For each 2 Refine Levels: FLEE +1

Refine Level +9: ASPD +1
Item Script
{ .@r = getrefine(); bonus bFlee,10+(.@r/2); if (.@r>=9) { bonus bAspd,1; } },{},{}
Dropped By No Result

Auto Spell Shadow Weapon [Shadow Weapon]   Item ID# 24725 (S_AutoSpell_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.

ATK +15
For each 2 Refine Levels: ATK +1

Refine Level +9:
Physical melee attacks have a 7% chance to autocast Level 7 Bash.

Refine Level +10:
Physical melee attacks have a 10% chance to autocast Level 10 Bash.

When equipped with Auto Spell Shadow Earring and Auto Spell Shadow Pendant:
ATK +1%

Total Refine Level of entire set at least +21:
Physical melee attacks have a 4% chance to autocast Level 7 Sonic Blow.

Total Refine Level of entire set at least +27:
Physical melee attacks have a 8% chance to autocast Level 10 Sonic Blow.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,15+(.@r/2); if (.@r==9) bonus3 bAutoSpell,"SM_BASH",7,70; else if (.@r>9) bonus3 bAutoSpell,"SM_BASH",10,100; },{},{}
Dropped By No Result

Banishing Cannon Shadow Armor [Shadow Body]   Item ID# 24578 (S_Banish_Cannon_Armor)
Vanishing Cannon Shadow Armor
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Royal Guard
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 Banishing Point by 5%.

For each 2 refine levels:
Increases damage of Cannon Spear by additional 2%.
Item Script
{ bonus2 bSkillAtk,"LG_BANISHINGPOINT",5; bonus2 bSkillAtk,"LG_CANNONSPEAR",2*(getrefine()/2); },{},{}
Dropped By No Result

Banishing Cannon Shadow Shield [Shadow Shield]   Item ID# 24579 (S_Banish_Cannon_Shield)
Vanishing Cannon Shadow Shield
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
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 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 Banishing Cannon Shadow Armor and Banishing Cannon Shadow Shoes:
For each refine level of entire set:
Increases damage of Banishing Point and Cannon Spear by 1%.

When equipped with Royal Guard 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

Banishing Cannon Shadow Shoes [Shadow Footgear]   Item ID# 24580 (S_Banish_Cannon_Shoes)
Vanishing Cannon Shadow Shoes
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Royal Guard
Description
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.

Decreases Cannon Spear skill cooldown by 0.2 seconds.

For each 3 Refine Levels:
Decreases Cannon Spear skill cooldown by additional 0.1 second.
Item Script
{ bonus2 bSkillCooldown,"LG_CANNONSPEAR",-200-100*(getrefine()/3); },{},{}
Dropped By No Result

Bard Shadow Armor [Shadow Body]   Item ID# 24280 (S_Bard_Armor)
Bard Armor Shadow
Type
Shadow Gear
Class
Shadow Armor
Buy
10z
Sell
5z
Weight
0
Applicable Jobs
Every Job
Description
An armor worn on top of normal armor for additional defense.
Can be equipped alone but needs a complete set to have bonus effect.

When Bard using their exclusive skills, for 30 seconds restores SP by 5 every 5 seconds.
Every refine level increases SP restore bonus by 1.
(Bard exclusive skills: Dissonance, Poem of Bragi, Assassin Cross on Sunset, Apple of Idun and Whistle)

+Bard Shadow Shoes
When Adaptation to Circumstances is used, for 5 seconds increases ASPD and movement speed drastically.
Item Script
expand to view script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; autobonus3 "{ bonus2 bSPRegenRate,5+"+.@r+",5000; }",1000,30000,"BA_DISSONANCE"; autobonus3 "{ bonus2 bSPRegenRate,5+"+.@r+",5000; }",1000,30000,"BA_POEMBRAGI"; autobonus3 "{ bonus2 bSPRegenRate,5+"+.@r+",5000; }",1000,30000,"BA_ASSASSINCROSS"; autobonus3 "{ bonus2 bSPRegenRate,5+"+.@r+",5000; }",1000,30000,"BA_APPLEIDUN"; autobonus3 "{ bonus2 bSPRegenRate,5+"+.@r+",5000; }",1000,30000,"BA_WHISTLE"; },{},{}
Dropped By No Result

< 1234567891011 > Last »
back to top