Renewal
.:Renewal Item Database:.
Shadow Gear

Athletic Shadow Shoes [Shadow Footgear]   Item ID# 24045 (S_Athletic_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.
AGI +1.
FLEE +1 per refine level.
When equipped with Athletic Shadow Shield
AGI +1.

More Information on Combo:
Item Script
{ bonus bAgi,1; .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bFlee,.@r; },{},{}
Dropped By No Result

Attack Shadow Armor [Shadow Body]   Item ID# 24216 (S_Attack_Armor)
Attack 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.
When dealing physical attack, has 1% chance to increase ATK by 5*refine level for 3 seconds.
Each refine increase the trigger rate by 0.2%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; autobonus "{ bonus bBaseAtk,("+.@r+"*5); }",(.@r*2)+10,3000,BF_NORMAL; },{},{}
Dropped By No Result

Auto Spell Shadow Armor [Shadow Body]   Item ID# 24723 (S_AutoSpell_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.

HIT +10
For each 2 Refine Levels: HIT +1

Refine Level +9: Perfect HIT +5%.
Item Script
{ .@r = getrefine(); bonus bHit,10+(.@r/2); if (.@r>=9) { bonus bPerfectHitRate,5; } },{},{}
Dropped By No Result

Auto Spell Shadow Earring [Shadow Pendant]   Item ID# 24727 (S_AutoSpell_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.

FLEE +10
For each 2 Refine Levels: FLEE +1

Refine Level +9: ASPD +1
Item Script
{ .@r = getrefine(); bonus bFlee,10+(.@r/2); if (.@r>=9) { bonus bAspd,1; } },{},{}
Dropped By No Result

Auto Spell Shadow Pendant [Shadow Earring]   Item ID# 24726 (S_AutoSpell_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.

HIT +10
For each 2 Refine Levels: HIT +1

Refine Level +9: Perfect HIT +5%.
Item Script
{ .@r = getrefine(); bonus bHit,10+(.@r/2); if (.@r>=9) { bonus bPerfectHitRate,5; } },{},{}
Dropped By No Result

Auto Spell Shadow Shield [Shadow Shield]   Item ID# 24722 (S_AutoSpell_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.

MATK +15
For each 2 Refine Levels: MATK +1

Refine Level +9:
Physical melee attacks have a 7% chance to autocast Level 7 Napalm Beat.

Refine Level +10:
Physical melee attacks have a 10% chance to autocast Level 10 Napalm Beat.

When equipped with Auto Spell Shadow Armor and Auto Spell Shadow Shoes:
MATK +1%

Total Refine Level of entire set at least +21:
Physical melee attacks have a 4% chance to autocast Level 3 Napalm Vulcan.

Total Refine Level of entire set at least +27:
Physical melee attacks have a 8% chance to autocast Level 5 Napalm Vulcan.
Item Script
{ .@r = getrefine(); bonus bMatk,15+(.@r/2); if (.@r==9) bonus3 bAutoSpell,"MG_NAPALMBEAT",7,70; else if (.@r>9) bonus3 bAutoSpell,"MG_NAPALMBEAT",10,100; },{},{}
Dropped By No Result

Auto Spell Shadow Shoes [Shadow Footgear]   Item ID# 24724 (S_AutoSpell_Shoes)
Type
Shadow Gear
Class
Shadow Footgear
Buy
n/a
Sell
n/a
Weight
0
Applicable Jobs
Every Job
Description
A pair of shoes worn on top of normal shoes for additional defense. Needs a complete set to have bonus effect.

FLEE +10
For each 2 Refine Levels: FLEE +1

Refine Level +9: ASPD +1
Item Script
{ .@r = getrefine(); bonus bFlee,10+(.@r/2); if (.@r>=9) { bonus bAspd,1; } },{},{}
Dropped By No Result

Auto Spell Shadow Weapon [Shadow Weapon]   Item ID# 24725 (S_AutoSpell_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
For each 2 Refine Levels: ATK +1

Refine Level +9:
Physical melee attacks have a 7% chance to autocast Level 7 Bash.

Refine Level +10:
Physical melee attacks have a 10% chance to autocast Level 10 Bash.

When equipped with Auto Spell Shadow Earring and Auto Spell Shadow Pendant:
ATK +1%

Total Refine Level of entire set at least +21:
Physical melee attacks have a 4% chance to autocast Level 7 Sonic Blow.

Total Refine Level of entire set at least +27:
Physical melee attacks have a 8% chance to autocast Level 10 Sonic Blow.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,15+(.@r/2); if (.@r==9) bonus3 bAutoSpell,"SM_BASH",7,70; else if (.@r>9) bonus3 bAutoSpell,"SM_BASH",10,100; },{},{}
Dropped By No Result

< 12345
back to top