Renewal
.:Renewal Item Database:.
Shadow Gear

Tension Shadow Pendant [Shadow Earring]   Item ID# 24362 (S_Tension_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.
Increases restoration gained from Healing skills and Restorative items by 2%.

For each 3 refine levels:
Increases restoration gained from Healing skills and Restorative items by 1%.

[Tension Shadow set: Tension Shadow Weapon, Tension Shadow Earring, Tension Shadow Pendant]
Has a 2% chance to restore 100 HP per seconds for 5 seconds when dealing physical attack.
If total refine level of entire set at least +10: Increases trigger rate by 1%.
If total refine level of entire set at least +25: Increases restored HP by 400.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; .@val = 2 + (.@r/3); bonus bBaseAtk,5; bonus bHealPower2,.@val; bonus bAddItemHealRate,.@val; },{},{}
Dropped By No Result

Tension Shadow Weapon [Shadow Weapon]   Item ID# 24360 (S_Tension_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.

MaxHP +100.
For each 2 refine levels, MaxHP +150.

[Tension Shadow set: Tension Shadow Weapon, Tension Shadow Earring, Tension Shadow Pendant]
Has a 2% chance to restore 100 HP per seconds for 5 seconds when dealing physical attack.
If total refine level of entire set at least +10: Increases trigger rate by 1%.
If total refine level of entire set at least +25: Increases restored HP by 400.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bMaxHP,100+((.@r/2)*150); },{},{}
Dropped By No Result

Thief Shadow Earring [Shadow Pendant]   Item ID# 28391 (S_Thief_earring)
Thief Earring Shadow
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.

Has a 20% chance of getting buffed with ATK +30 and Flee +30 for 5 seconds when using Throw Stone. Each refine level adds ATK +10 and Flee +10 to the buff when triggered.

[+Thief Shadow Pendant]
ATK +1%, MaxHP +1%.
If total refine levels of entire set is +10 or higher, ATK +2% and MaxHP +2%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; autobonus3 "{ .@val = 30+(getrefine()*10); bonus bBaseAtk,.@val; bonus bFlee,.@val; }",200,5000,"TF_THROWSTONE","{ specialeffect2 EF_POTION_BERSERK; }"; },{},{}
Dropped By No Result

Thief Shadow Pendant [Shadow Earring]   Item ID# 24253 (S_Thief_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.
Increases Envenom damage by 20%.
For every refine level, increases Envenom damage by 5%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"TF_POISON",20+(5*.@r); },{},{}
Dropped By No Result

Tiger Shadow Earring [Shadow Pendant]   Item ID# 24487 (S_Tigercannon_Earing)
Type
Shadow Gear
Class
Shadow Pendant
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Shura
Description
A sacred Earring which is believed to protect its wearer. It also draws the wearer's potential abilities.

Reduces SP consumption of Tiger Cannon by 2%.
Every 2 refine levels, reduces SP consumption of Tiger Cannon by additional 1%.
Item Script
{ bonus2 bSkillUseSPrate,"SR_TIGERCANNON",2+(getrefine()/2); },{},{}
Dropped By No Result

Tiger Shadow Pendant [Shadow Earring]   Item ID# 24486 (S_Tigercannon_Pendant)
Type
Shadow Gear
Class
Shadow Earring
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Shura
Description
A sacred necklace which is believed to protect its wearer. It also draws the wearer's potential abilities.

Increases damage of Tiger Cannon by 5%.
Every 2 refine levels, increases damage of Tiger Cannon by additional 2%.
Item Script
{ bonus2 bSkillAtk,"SR_TIGERCANNON",5+2*(getrefine()/2); },{},{}
Dropped By No Result

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

Increases physical damage against enemies of every size by 3%.

Refine Level +7:
Increases physical damage against enemies of every size by additional 3%.

Refine Level +9:
Increases physical damage against enemies of every size by additional 4%.

When equipped with Tiger Cannon Shadow Pendant and Tiger Cannon Shadow Earring:
For each 2 Refine Levels of entire set:
MaxHP and Max SP +1%

When equipped with Sura Shadow Shield:
Ignores physical defense of all race, except Players, by 40%.

For each Refine Level of entire set:
Ignores physical defense of all race, 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

Titan Shadow Earring [Shadow Pendant]   Item ID# 24234 (S_Titan_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.

Increases physical damage inflicted on Large size monsters by 1%.

Refine Level +7:
Increases physical damage inflicted on Large size monsters by 1%.
Refine Level +9:
Increases physical damage inflicted on Large size monsters by 2%.

When combined with Titan Shadow Pendant:
ATK +5
If total refine levels of entire set at least +15:
Increases physical damage inflicted on Large size monsters by 2%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; .@rate = (.@r<7)?1:((.@r<9)?2:4); bonus2 bAddSize,Size_Large,.@rate; bonus2 bMagicAddSize,Size_Large,.@rate; },{},{}
Dropped By No Result

Titan Shadow Pendant [Shadow Earring]   Item ID# 24235 (S_Titan_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.

Increases physical damage inflicted on Large size monsters by 1%.

Refine Level +7:
Increases physical damage inflicted on Large size monsters by 1%.
Refine Level +9:
Increases physical damage inflicted on Large size monsters by 2%.

When combined with Titan Shadow Earring:
ATK +5
If total refine levels of entire set at least +15:
Increases physical damage inflicted on Large size monsters by 2%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; .@rate = (.@r<7)?1:((.@r<9)?2:4); bonus2 bAddSize,Size_Large,.@rate; bonus2 bMagicAddSize,Size_Large,.@rate; },{},{}
Dropped By No Result

Tornado Shadow Armor [Shadow Body]   Item ID# 24464 (S_Tornado_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Mechanic
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 Axe Tornado by 5%.

For each 2 refine levels:
Increases damage of Axe Tornado by additional 2%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"NC_AXETORNADO",5+2*(.@r/2); },{},{}
Dropped By No Result

Tornado Shadow Armor [Shadow Body]   Item ID# 24560 (S_Cart_Tornado_Armor)
Cart Tornado Shadow Armor
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Genetic
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 Cart Tornado by 5%.

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

Tornado Shadow Shield [Shadow Shield]   Item ID# 24465 (S_Tornado_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
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 physical damage against enemies of every size by 3%.

Refine Level +7:
Increases physical damage against enemies of every size by additional 3%.

Refine Level +9:
Increases physical damage against enemies of every size by additional 4%.

When equipped with Tornado Shadow Armor and Tornado Shadow Shoes:
For each 2 Refine Levels of entire set:
Decreases after skill cast delay by 1%.

When equipped with Mechanic Shadow Weapon:
Ignores physical defense of all race, except Players, by 40%.

For each Refine Level of entire set:
Ignores physical defense of all race, except Players, by additional 1%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bAddSize,Size_All,3+(.@r>=7?3:0)+(.@r>=9?4:0); },{},{}
Dropped By No Result

< 12345 >
back to top