Renewal
.:Renewal Item Database:.
Shadow Gear

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

Bard Shadow Shoes [Shadow Footgear]   Item ID# 24267 (S_Bard_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.

Increases ATK based on Musical Lesson skill level.
For each refine level above +6, increases ATK based on Musical Lesson skill level.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; .@a = getskilllv("BA_MUSICALLESSON"); .@r = max(.@r,6); bonus bBaseAtk,.@a+((.@r-6)*.@a); },{},{}
Dropped By No Result

Basis Shadow Armor [Shadow Body]   Item ID# 24186 (S_Basis_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
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.
Increase physical and magical damage against Neutral property monsters by 1%.
Each 2 refine increase physical and magical damage against Neutral property monsters by 1%.
[Basis Shadow Set]
Basis Shadow Armor
Basis Shadow Shield
Reduces physical and magical damage taken from Neutral property monsters by 2%.

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

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

Bearer's Shadow Armor [Shadow Body]   Item ID# 24180 (S_Bearers_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
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.
MDEF +1.
Each 2 refines, MDEF +1.
[Bearer's Shadow set]
Bearer's Shadow Weapon, Bearer's Shadow Armor, Bearer's Shadow Shield,
Bearer's Shadow Shoes, Bearer's Shadow Earring, Bearer's Shadow Pendant.
All Stats +1.
If total refine levels of entire set is +45 or higher:
Enable unlimited effect of Endure.
MaxHP -60%.
Each refine levels of items in the set increases MaxHP by 1%.

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

Bearer's Shadow Armor II [Shadow Body]   Item ID# 24337 (S2_Bearers_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
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.
MaxHP +1%, MDEF +1.
Refine Level +7: MaxHP +2%.

[Bearer's II Shadow set]
Bearer's Shadow Armor II, Bearer's Shadow Pendant II, Bearer's Shadow Shoes II
All Stats +1.
If total refine levels of entire set at least +25:
Enable unlimited effect of Endure.
MaxHP -35%. MaxHP increased by (total refine levels of set)%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMdef,1; if (.@r >= 7) { bonus bMaxHPrate,3; } else { bonus bMaxHPrate,1; } },{},{}
Dropped By No Result

Bearer's Shadow Earring [Shadow Pendant]   Item ID# 24184 (S_Bearers_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.
MATK +5.
Each 2 refines, MATK +1.
[Bearer's Shadow set]
Bearer's Shadow Weapon, Bearer's Shadow Armor, Bearer's Shadow Shield,
Bearer's Shadow Shoes, Bearer's Shadow Earring, Bearer's Shadow Pendant.
All Stats +1.
If total refine levels of entire set is +45 or higher:
Enable unlimited effect of Endure.
MaxHP -60%.
Each refine levels of items in the set increases MaxHP by 1%.

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

Bearer's Shadow Pendant [Shadow Earring]   Item ID# 24185 (S_Bearers_Pendent)
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.
ATK +5.
Each 2 refines, ATK +1.
[Bearer's Shadow set]
Bearer's Shadow Weapon, Bearer's Shadow Armor, Bearer's Shadow Shield,
Bearer's Shadow Shoes, Bearer's Shadow Earring, Bearer's Shadow Pendant.
All Stats +1.
If total refine levels of entire set is +45 or higher:
Enable unlimited effect of Endure.
MaxHP -60%.
Each refine levels of items in the set increases MaxHP by 1%.

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

Bearer's Shadow Pendant II [Shadow Earring]   Item ID# 24321 (S2_Bearers_Pendent)
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.
ATK +5, MAXHP +1%.
Refine Level +7: MAXHP +2%.
[Bearer's Shadow set]
Bearer's Shadow Weapon, Bearer's Shadow Armor, Bearer's Shadow Shield
Bearer's Shadow Shoes, Bearer's Shadow Earring, Bearer's Shadow Pendant II
All Stats +1.
If total refine levels of entire set is at least +45:
Enable unlimited effect of Endure.
MaxHP -60%.
Each refine levels of the entire set increase MaxHP by 1%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bBaseAtk,5; if (.@r >= 7) { .@val = 3; } else { .@val = 1; } bonus bMaxHPrate,.@val; },{},{}
Dropped By No Result

12345 >
back to top