Renewal
.:Renewal Item Database:.
Shadow Gear - Shadow Weapon

Critical Hit Shadow Weapon [Shadow Weapon]   Item ID# 24032 (S_Cri_Hit_Weapon)
Critical 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.

ATK +10
Refine Level +7: Increases critical damage by 1%.

When equipped with Critical Shadow Armor:
For each refine level of entire set: ATK +1.

If total refine level of entire set at least +15:
Increases critical damage by additional 1%.

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10+.@r; bonus bMatk,.@r; if (.@r>6) { bonus bCritAtkRate,1; } },{},{}
Dropped By No Result

Critical Hit Weapon Shadow [Shadow Weapon]   Item ID# 24738 (S_CriticalHit_Weapon)
Critical Hit 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.

ATK +15, Critical +7.
For each 2 Refine Levels: Increases critical damage by 1%.

Refine Level +7: Critical +7.
Item Script
{ .@r = getrefine(); bonus bCritical,7; bonus bBaseAtk,15; bonus bCritAtkRate,(.@r/2); if (.@r>=7) { bonus bCritical,7; } },{},{}
Dropped By No Result

Demi-Human Shadow Weapon [Shadow Weapon]   Item ID# 24156 (S_Executioner_Weapon)
Executioner 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 DemiHuman monsters by 5% (Except Players).

For each 2 refine levels:
Ignores physical defense of DemiHuman monsters by additional 1% (Except Players).

[+ Penetration Shadow Pendant & Penetration Shadow Earring]:
ATK +5.
If total refine level of entire set at least +25:
Ignores physical defense of DemiHuman monsters by 100% (Except Players).

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

Dexterous Shadow Weapon [Shadow Weapon]   Item ID# 24043 (S_Dexterous_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.
DEX +1.
HIT +1 per 1 refine level.
+Dexterous Shadow Armor
DEX +1.

More Information on Combo:
Item Script
{ bonus bDex,1; .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bHit,.@r; },{},{}
Dropped By No Result

Doram Advanced Paradise Shadow Weapon [Shadow Weapon]   Item ID# 24714 (S_2Para_SU_Weapon)
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Refineable
No
Applicable Jobs
Summoner
Spirit Handler
Description
A pair of gloves that can draw the wearer's potential ability.

ATK +10, MATK +10.

When equipped with Advanced Paradise Shadow Armor, Advanced Paradise Shadow Shield, Advanced Paradise Shadow Shoes, Advanced Paradise Shadow Earring, Advanced Paradise Shadow Pendant:

Ignores physical and magical defense of all race, except Players, by 50%.
Increases ranged physical damage by 15%.
Increases magical damage with every element by 15%.
Decreases variable cast time by 10%.
Decreases after skill cast delay by 15%.
Increases damage of Picky Peck, Spirit of Savage, Silvervine Stem Spear and Catnip Meteor by 15%.
Item Script
{ bonus bBaseAtk,10; bonus bMatk,10; },{},{}
Dropped By No Result

Doram Magical Shadow Weapon [Shadow Weapon]   Item ID# 24286 (S_DoramMagical_Weapon)
Doram magical Weapon Shadow
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Summoner
Spirit Handler
Description
A glove that can draw the wearer's potential ability.
Reduces variable cast time by 5%.
Every refine level reduces variable cast time by 1%.
If skill Power of Land is learned, reduces fixed cast time by 0.1.
If skill Power of Sea is learned, reduces fixed cast time by 0.1 and reduces SP constumption by 3%.

Refine Level +7: MATK +5%.
Refine Level +9: MATK +5%.
Item Script
expand to view script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bVariableCastrate,-(5+.@r); if (getskilllv("SU_POWEROFLAND") == 1) bonus bFixedCast,-100; if (getskilllv("SU_POWEROFSEA") == 1) { bonus bUseSPrate,-3; } if (.@r>=7) bonus bMatkRate,5; if (.@r>=9) bonus bMatkRate,5; },{},{}
Dropped By No Result

Doram Physical Shadow Weapon [Shadow Weapon]   Item ID# 24287 (S_DoramPhysical_Weapon)
Doram physical Weapon Shadow
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Summoner
Spirit Handler
Description
A glove that can draw the wearer's potential ability.
Every refine level increases long range pyhsical attacks by 1%.
When Power of Life is learned, increases ASPD by 1.

Refine Level +7: Perfect Dodge +2.
Refine Level +9: Perfect Dodge +3.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bLongAtkRate,.@r; if (getskilllv("SU_POWEROFLIFE") == 1) bonus bAspd,1; if (.@r>=7) bonus bFlee2,2; if (.@r>=9) bonus bFlee2,3; },{},{}
Dropped By No Result

Dragon Killer Shadow Weapon [Shadow Weapon]   Item ID# 24161 (S_Dragon_Killer_Weapon)
Dragon Killer 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 Dragon monsters by 5%.

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

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

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

Increases melee and ranged physical damage by 2%.
For each 2 Refine Levels: ATK +1%

Refine Level +9: ASPD +1

Refine Level +10:
Increases melee and ranged physical damage by additional 7%.
Item Script
{ .@r = getrefine(); bonus bLongAtkRate,2; bonus bShortAtkRate,2; bonus bAtkRate,(.@r/2); if (.@r>=9) { bonus bAspd,1; if (.@r>=10) { bonus bLongAtkRate,7; bonus bShortAtkRate,7; } } },{},{}
Dropped By No Result

Elegant Shadow Weapon [Shadow Weapon]   Item ID# 24363 (S_Elegant_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.

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

Enchanting Shadow Weapon [Shadow Weapon]   Item ID# 24383 (Enchanting_Weapone_S)
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.

MaxSP +10.
Every 2 refine levels, MaxSP +15.

[Enchanting Shadow set:
Enchanting Shadow Weapon, Enchanting Shadow Earring, Enchanting Shadow Pendant]

Has a 1% chance to restore 10 SP for 5 seconds when dealing magical attack.
If total refine level of entire set at least +15: Increases the trigger rate by 1%.
If total refine level of entire set at least +25: Increases total of restored SP by 20.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bMaxSP,10+(.@r/2*15); },{},{}
Dropped By No Result

Enhanced Force Shadow Weapon [Shadow Weapon]   Item ID# 24223 (S_Enhance_Force_Weapon)
Enhance Force Shadow Weapon
Type
Shadow Gear
Class
Shadow Weapon
Buy
10z
Sell
5z
Weight
0
Required Lvl
100
Applicable Jobs
Rune Knight
Arch Bishop
Warlock
Mechanic
Ranger
Guillotine Cross
Royal Guard
Shura
Sorcerer
Shadow Chaser
Genetic
Minstrel / Wanderer
Description
Gloves that increase wearer's potential ability.
ATK +10
Every 2 refines increase ATK by 1%.
[Enhanced Force Shadow Set]
Enhanced Force Shadow Weapon, Force Shadow Earring, Force Shadow Pendant
ATK +1%.
If total refine levels of entire set is at least +20, increase ATK by 1%.
If total refine levels of entire set is at least +25, increase ATK by 1%.

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

< 1234567891011 > Last »
back to top