Renewal
.:Renewal Item Database:.
Shadow Gear

Minstrel Shadow Shield [Shadow Shield]   Item ID# 24312 (S_Minstrel_Shield)
Maestro Shield Shadow
Type
Shadow Gear
Class
Shadow Shield
Buy
10z
Sell
5z
Weight
0
Required Lvl
99
Gender
Male Only
Applicable Jobs
Minstrel / Wanderer
Description
A small shield worn on the arm for additional defense. Needs a complete set to have bonus effect.

MaxSP +3%.
For each refine level:
MDEF +1 multiplied by every 5 skill levels of Minstrel's exclusive skills:
Echo Song, Harmonize and Windmill Rush

When equipped with Minstrel Shadow Weapon:
MaxHP +2%, MaxSP +2%.
For each 2 Level of Lesson: Increases ranged physical damage by 1%.

When equipped with 2 types of Archer Shadow, Bard Shadow or Minstrel Shadow Equipment:
All Stats +10, MaxHP +5%, MaxSP +5%.
Ignores physical and magical defense of Normal class monsters by 50%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMaxSPrate,3; bonus bMdef,.@r*(getskilllv("MI_HARMONIZE")+getskilllv("MI_RUSH_WINDMILL")+getskilllv("MI_ECHOSONG"))/5; },{},{}
Dropped By No Result

Minstrel&Wanderer's Booster Shadow Weapon [Shadow Weapon]   Item ID# 24600 (S_WM_B_Weapon)
Type
Shadow Gear
Class
Shadow Weapon
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Refineable
No
Applicable Jobs
Minstrel / Wanderer
Description
A pair of gloves that can draw the wearer's potential ability.

ATK +10, MATK +10.

When equipped with Booster Shadow Armor, Booster Shadow Shield, Booster Shadow Shoes, Booster Shadow Earring and Booster Shadow Pendant:
Increases all elemental magic damage by 10%.
Increases long range physical damage by 15%.
Decreases variable cast time by 10%.
Ignores 70% physical and magical defense of all race monsters (Except Players).
Increases damage of Severe Rainstorm and Reverberation by 15%.
Item Script
{ bonus bMatk,10; bonus bBaseAtk,10; },{},{}
Dropped By No Result

Monk Shadow Armor [Shadow Body]   Item ID# 24274 (S_Monk_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
10z
Sell
5z
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.

Increases damage of Finger Offensive and Investigate by 20%.
For each refine level, increases damage of Finger Offensive and Investigate by 5%.

When equipped with Monk Shadow Shoes:
Reduces SP cost of Chain Combo, Finger Offensive and Investigate by 20%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"MO_FINGEROFFENSIVE",20+.@r*5; bonus2 bSkillAtk,"MO_INVESTIGATE",20+.@r*5; },{},{}
Dropped By No Result

Monk Shadow Shoes [Shadow Footgear]   Item ID# 24261 (S_Monk_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.
Increase Chain Combo damage by 20%.
Every refine level further increase Chain Combo damage by 5%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillAtk,"MO_CHAINCOMBO",20+.@r*5; },{},{}
Dropped By No Result

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

Increases melee physical damage by 3%.

Refine Level +7:
Increases melee physical damage by additional 3%.

Refine Level +9:
Decreases SP Consumption of Full Moon Kick by 10%.

When equipped with Moonlight Shadow Pendant and 9Moonlight Shadow Shoes:
For each 2 Refine Levels of entire set:
Increases damage of Full Moon Kick by 1%.

When equipped with tar Emperor Shadow Armor:
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 bShortAtkRate,3; if (.@r>=7) { bonus bShortAtkRate,3; } if (.@r>=9) { bonus2 bSkillUseSPrate,"SJ_FULLMOONKICK",10; } },{},{}
Dropped By No Result

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

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

For each 2 Refine Levels:
Increases physical damage against enemies of every size by additional 1%.
Item Script
{ bonus2 bAddSize,Size_All,5+(getrefine()/2); },{},{}
Dropped By No Result

Moonlight Shadow Shoes [Shadow Footgear]   Item ID# 24651 (S_Moonlight_Shoes)
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Star Gladiator
Description
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.

Increases damage of New Moon Kick by 5%.

For each 2 Refine Levels:
Increases damage of New Moon Kick by additional 2%.
Item Script
{ bonus2 bSkillAtk,"SJ_NEWMOONKICK",5+2*(getrefine()/2); },{},{}
Dropped By No Result

Mortal Blow Shadow Earring [Shadow Pendant]   Item ID# 24371 (S_MortalBlow_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 critical damage by 1%.
Refine Level +7: Increases critical damage by 1%.
Refine Level +9: Increases critical damage by 1%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r >= 9) { .@val = 3; } else if (.@r >= 7) { .@val = 2; } else { .@val = 1; } bonus bCritAtkRate,.@val; },{},{}
Dropped By No Result

Mortal Blow Shadow Pendant [Shadow Earring]   Item ID# 24372 (S_MortalBlow_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.

Increases critical damage by 1%.
Refine Level +7: Increases critical damage by 1%.
Refine Level +9: Increases critical damage by 1%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; if (.@r >= 9) { .@val = 3; } else if (.@r >= 7) { .@val = 2; } else { .@val = 1; } bonus bCritAtkRate,.@val; },{},{}
Dropped By No Result

Mortal Blow Shadow Weapon [Shadow Weapon]   Item ID# 24370 (S_MortalBlow_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.

Increases critical damage by 2%.
Refine Level +7: Increases critical damage by 2%.
Refine Level +9: Increases critical damage by 3%.

[Mortal Blow Shadow set, Mortal Blow Shadow Weapon, Mortal Blow Shadow Earring, Mortal Blow Shadow Pendant]
Increases critical damage by 2%.
If total refine level of entire set at least +25: Increases critical damage by 10%.
If total refine level of entire set at least +30: ASPD +3.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; if (.@r >= 9) { .@val = 7; } else if (.@r >= 7) { .@val = 4; } else { .@val = 2; } bonus bCritAtkRate,.@val; },{},{}
Dropped By No Result

« First < 8910111213
back to top