Renewal
.:Renewal Item Database:.
Shadow Gear

Exorcism Shadow Shield [Shadow Shield]   Item ID# 24206 (S_Geist_Shield)
Geist 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 physical and magical damage taken from Ghost property monsters by 1%.
Refined to +7, reduces physical and magical damage taken from Ghost property monsters by 1%.
Refined to +9, reduces physical and magical damage taken from Ghost property monsters by 1%.
[Geist Shadow Set]
Geist Shadow Armor
Geist Shadow Shield
Reduces physical and magical damage taken from Ghost 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_Ghost,.@i; bonus2 bMagicSubDefEle,Ele_Ghost,.@i; },{},{}
Dropped By No Result

Exorcist Corrupt Shadow Weapon [Shadow Weapon]   Item ID# 24438 (S_Exo_Co_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.

Ignore 5% physical defense of Demon and Angel monsters.

For each 2 refine levels:
Ignore 1% additional physical defense of Demon and Angel monsters.

When equipped with Penetration Shadow Earring and Penetration Shadow Pendant:
MATK + 5
If total refine level of entire set is +25 or higher:
Ignore 100% of physical defense of Demon and Angel monsters.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus2 bIgnoreDefRaceRate,RC_Demon,5+.@r/2; bonus2 bIgnoreDefRaceRate,RC_Angel,5+.@r/2; },{},{}
Dropped By No Result

Exorcist Corrupted Shadow Armor [Shadow Body]   Item ID# 24376 (S_ExoCorrupt_Armor)
Corrupted Exorcist Shadow 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.

Pierces physical defense of Demon and Angel monsters by 5%.

For each 2 refine levels:
Pierces physical defense of Demon and Angel monsters by 1%.

[Corrupted Exorcist Shadow set:
Corrupted Exorcist Shadow Armor, Penetration Shadow Shield, Penetration Shadow Shoes]

DEF +5.
If total refine level of entire set at least +25:
Pierces physical defense of Demon and Angel monsters by 100%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; .@val = 5 + (.@r/2); bonus2 bIgnoreDefRaceRate,RC_Demon,.@val; bonus2 bIgnoreDefRaceRate,RC_Angel,.@val; },{},{}
Dropped By No Result

Exorcist Shadow Weapon [Shadow Weapon]   Item ID# 24157 (S_Exorcist_Weapon)
Exorcist 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 Demon monsters by 5%.

For each 2 refine levels:
Ignores physical defense of Demon 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 Demon monsters by 100%.

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

Experience Shadow Shield [Shadow Shield]   Item ID# 24683 (S_EXP_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.

Base Level less than 175:
Increases experience gained from monsters by 20%.

Base Level at least 175:
Increases experience gained from monsters by 10%.

For each 2 Refine Levels:
Increases experience gained from monsters by additional 1%.

Refine Level +10:
Increases experience gained from monsters by additional 5%.
Item Script
{ .@r = getrefine(); .@val = .@r/2; if (BaseLevel<175) .@val += 20; else .@val += 10; if (.@r>=10) .@val += 5; bonus2 bExpAddRace,RC_All,.@val; },{},{}
Dropped By No Result

Experience Shadow Weapon [Shadow Weapon]   Item ID# 24770 (S_EXP_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.

Base Level less than 175:
Increases experience gained from defeating monsters by 20%.

Base Level at least 100:
Increases experience gained from defeating monsters by 10%.

For each 2 Refine Levels:
Increases experience gained from defeating monsters additional by 1%.

Refine Level +10:
Increases experience gained from defeating monsters additional by 5%.
Item Script
{ .@r = getrefine(); if (BaseLevel<175) { bonus2 bExpAddRace,RC_All,20; } if (BaseLevel>=175) { bonus2 bExpAddRace,RC_All,10; } if (.@r>=10) { bonus2 bExpAddRace,RC_All,5; } bonus2 bExpAddRace,RC_All,(.@r/2); },{},{}
Dropped By No Result

Expert Shadow Shield [Shadow Shield]   Item ID# 24209 (S_Expert_Shield)
Type
Shadow Gear
Class
Shadow Shield
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
150
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.

Each 4 refines increases experience gained from defeating monsters by 1%.

When combined with Expert Shadow Shoes:
Increases experience gained from defeating monsters by 1%.
If total refine levels of entire set is +15 or higher, increases experience gained from defeating monsters by 1%.

Level Limit: 175

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bExpAddRace,RC_All,(.@r/4); },{},{}
Dropped By No Result

Expert Shadow Shoes [Shadow Footgear]   Item ID# 24208 (S_Expert_Shoes)
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
10
Required Lvl
150
Applicable Jobs
Every Job
Description
A pair of shoes worn on top of normal shoes for additional defense.
Can be equipped alone but needs a complete set to have bonus effect.

Each 4 refines increases experience gained from defeating monsters by 1%.

When combined with Expert Shadow Shield:
Increases experience gained from defeating monsters by 1%.
If total refine levels of entire set is +15 or higher, increases experience gained from defeating monsters by 1%.

Level Limit: 175

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bExpAddRace,RC_All,(.@r/4); },{},{}
Dropped By No Result

Fire Bolt Shadow Armor [Shadow Body]   Item ID# 24220 (S_FireBolt_Armor)
Fire Bolt 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.
Refined to +2, every melee physical attack has a 1% chance to activate level (Refine/2) Fire Bolt.
Each refine level increases the trigger rate by 0.2%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r>=2) autobonus "{ bonus3 bAutoSpell,\"MG_FIREBOLT\",("+.@r+"/2),1000; }",(.@r*2)+100,100,BF_SHORT; },{},{}
Dropped By No Result

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

Reduces SP consumption of Dragon Breath by 2%.

For each 2 refine levels:
Reduces SP consumption of Dragon Breath by additional 1%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillUseSPrate,"RK_DRAGONBREATH",2+(.@r/2); },{},{}
Dropped By No Result

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

Increases damage of Dragon Breath by 5%.

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

Fire Breath Shadow Weapon [Shadow Weapon]   Item ID# 24449 (S_F_Breath_Weapon)
Firebreath Weapon Shadow
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Rune Knight
Description
A pair of gloves that can draw the wearer's potential ability.

Increases long ranged physical damage by 3%.

Refine Level +7, increases long ranged physical damage by additional 3%.
Refine Level +9, increases long ranged physical damage by additional 4%.

When equipped with Fire Breath Shadow Pendant and Fire Breath Shadow Earring:
For each 2 refine levels of entire set:
MaxHP and MaxSP by 1%.

When equipped with Rune Knight Shadow Weapon:
For each refine level of entire set:
Increases damage of Dragon Breath by 1%.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bLongAtkRate,3+(.@r>=7?3:0)+(.@r>=9?4:0); },{},{}
Dropped By No Result

« First < 1415161718192021222324 > Last »
back to top