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

Advanced Paradise Shadow Armor [Shadow Body]   Item ID# 24694 (S_2Para_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
100
Refineable
No
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.

MaxHP +100, HIT +15.
Item Script
{ bonus bHit,15; bonus bMaxHP,.@r*10+100; },{},{}
Dropped By No Result

Alchemist Shadow Armor [Shadow Body]   Item ID# 24272 (S_Alchemist_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 ATK based on Learning Potion skill level.
For each refine level above +6, increases ATK based on Learning Potion skill level.

When equipped with Alchemist Shadow Shoes:
Enables the use of Level 3 Adrenaline Rush.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; .@a = getskilllv("AM_LEARNINGPOTION"); .@r = max(.@r,6); bonus bBaseAtk,.@a+((.@r-6)*.@a); },{},{}
Dropped By No Result

Ancient Shadow Armor [Shadow Body]   Item ID# 24029 (S_Ancient_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
Refine Level +7: HIT +10.

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

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

More Information on Combo:
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bHit,10; if (.@r>6) { bonus bHit,10; } },{},{}
Dropped By No Result

Andre Shadow Armor [Shadow Body]   Item ID# 24097 (S_Adurate_Armor)
Adurate Shadow Armor
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
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.
DEF +1.
Each refine add a 1% resistance to the Blind status.
When equipped with Stability Shadow Shield, Andre / Adurate Shadow Set (armor, shoes):
DEF +5.
If the refine levels of the entire set is +20 or higher, gains immunity to the Blind status.

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

Arrow Shadow Armor [Shadow Body]   Item ID# 24458 (S_Arrow_Armor)
Type
Shadow Gear
Class
Shadow Armor
Buy
n/a
Sell
n/a
Weight
0
Required Lvl
99
Applicable Jobs
Ranger
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 Arrow Storm by 5%.

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

Assassin Shadow Armor [Shadow Body]   Item ID# 24275 (S_Assassin_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.

Reduces SP cost of Sonic Blow by 20%.
For each refine level, reduces SP cost of Sonic Blow by 3%.

When equipped with Assassin Shadow Shoes:
Reduces SP cost of Grim Tooth by 20%.
Increases damage of Sonic Blow by 20%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus2 bSkillUseSPrate,"AS_SONICBLOW",(20+(.@r*3)); },{},{}
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

back to top