Renewal
.:Renewal Item Database:.
Shadow Gear

Taekwon Shadow Shield [Shadow Shield]   Item ID# 24315 (S_Taekwon_Shield)
Taekwon Shield Shadow
Type
Shadow Gear
Class
Shadow Shield
Buy
10z
Sell
5z
Weight
0
Applicable Jobs
Taekwon
Star Gladiator
Soul Linker
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

ATK +3%, MATK +3%.
For each level of Peaceful Break, ignorse Normal monster's physical defense by 3%.
For each level of Happy Break, ignorse Normal monster's magical defense by 3%.

For each refine level: Pierces Normal monster's physical and magical defense by 3%.
Refine Level +7: ATK +2%, MATK +2%.
Refine Level +9: ATK +3%, MATK +3%.

When equipped with Taekwon 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; .@val = 3; if (.@r >= 7) { .@val += 2; if (.@r >= 9) { .@val += 3; } } bonus2 bIgnoreDefClassRate,Class_Normal,(3*(getskilllv("TK_HPTIME")+.@r)); bonus2 bIgnoreMdefClassRate,Class_Normal,(3*(getskilllv("TK_SPTIME")+.@r)); bonus bAtkRate,.@val; bonus bMatkRate,.@val; },{},{}
Dropped By No Result

Taekwondo Shadow Weapon [Shadow Weapon]   Item ID# 24284 (S_Taekwon_Weapon)
Taekwon Shadow Weapon
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Taekwon
Star Gladiator
Soul Linker
Description
A glove that can draw the wearer's potential ability.
ASPD +1.
Every refine level: ATK and MATK +1%.
Refine Level +7: ASPD +1, MaxHP +1000, MaxSP +200.
Refine Level +9: ASPD +1, MaxHP +10%, MaxSP +10%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bAspd,1; bonus bAtkRate,.@r; bonus bMatkRate,.@r; if (.@r>=7) { bonus bMaxHP,1000; bonus bMaxSP,200; bonus bAspd,1; } if (.@r>=9) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bAspd,1; } },{},{}
Dropped By No Result

Tail Dragon Shadow Armor [Shadow Body]   Item ID# 24603 (S_Tail_Dragon_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Gunslinger
Rebellion
Description
A suit of armor worn on top of normal armor for additional defense. Needs a complete set to have bonus effect.

Increases damage against Small, Medium and Large size monsters by 5%.

For each 2 refine levels:
Increases damage against Small, Medium and Large size monsters by 1%.
Item Script
{ bonus2 bAddSize,Size_All,5+(getrefine()/2); },{},{}
Dropped By No Result

Tail Dragon Shadow Shield [Shadow Shield]   Item ID# 24602 (S_Tail_Dragon_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Gunslinger
Rebellion
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

Increases damage of Dragon Tail by 5%.

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

Tail Dragon Shadow Weapon [Shadow Weapon]   Item ID# 24601 (S_Tail_Dragon_Weapon)
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Gunslinger
Rebellion
Description
A pair of gloves that can draw the wearer's potential ability.

Increases ranged physical damage by 3%.

Refine Level +7: Increases ranged physical damage by additional 3%.
Refine Level +9: increases ranged physical damage by additional 4%.

When combined with Tail Dragon Shadow Shield and Tail Dragon Shadow Armor:
For each 2 refine levels of entire set:
Increases damage of Dragon Tail by 1%.

When combined with Rebellion Shadow Shoes:
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

Teleport Shadow Armor [Shadow Body]   Item ID# 24138 (S_Teleport_Armor)
Teleport Shadow 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.
Enables use of Level 1 Teleport.
Increases SP consumption of Teleport by 50.
Each refine decrease SP consumption of Teleport by 5.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; skill "AL_TELEPORT",1; bonus2 bSkillUseSP,"AL_TELEPORT",-50+(.@r*5); },{},{}
Dropped By No Result

Teleport Shadow Earring [Shadow Pendant]   Item ID# 24142 (S_Teleport_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.
Enables use of Level 1 Teleport.
Increases SP consumption of Teleport by 50.
Each refine decrease SP consumption of Teleport by 5.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; skill "AL_TELEPORT",1; bonus2 bSkillUseSP,"AL_TELEPORT",-50+(.@r*5); },{},{}
Dropped By No Result

Teleport Shadow Pendant [Shadow Earring]   Item ID# 24143 (S_Teleport_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.
Enables use of Level 1 Teleport.
Increases SP consumption of Teleport by 50.
Each refine decrease SP consumption of Teleport by 5.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; skill "AL_TELEPORT",1; bonus2 bSkillUseSP,"AL_TELEPORT",-50+(.@r*5); },{},{}
Dropped By No Result

Teleport Shadow Shield [Shadow Shield]   Item ID# 24140 (S_Teleport_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.
Enables use of Level 1 Teleport.
Increases SP consumption of Teleport by 50.
Each refine decrease SP consumption of Teleport by 5.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; skill "AL_TELEPORT",1; bonus2 bSkillUseSP,"AL_TELEPORT",-50+(.@r*5); },{},{}
Dropped By No Result

Teleport Shadow Shoes [Shadow Footgear]   Item ID# 24139 (S_Teleport_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.
Enables use of Level 1 Teleport.
Increases SP consumption of Teleport by 50.
Each refine decrease SP consumption of Teleport by 5.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; skill "AL_TELEPORT",1; bonus2 bSkillUseSP,"AL_TELEPORT",-50+(.@r*5); },{},{}
Dropped By No Result

Teleport Shadow Weapon [Shadow Weapon]   Item ID# 24141 (S_Teleport_Weapon)
Teleport Shadow Weapon
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A glove that can draw the wearer's potential ability.
Enables use of Level 1 Teleport.
Increases SP consumption of Teleport by 50.
Each refine decrease SP consumption of Teleport by 5.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; skill "AL_TELEPORT",1; bonus2 bSkillUseSP,"AL_TELEPORT",-50+(.@r*5); },{},{}
Dropped By No Result

Tempest Pendant Shadow [Shadow Earring]   Item ID# 24169 (S_Tempest_Pendent)
Tempest Shadow Pendant
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bIgnoreMdefClassRate,Class_Normal,5+(.@r/2); },{},{}
Dropped By No Result

12345 >
back to top