Renewal
.:Renewal Item Database:.
Shadow Gear

Hasty Shadow Armor [Shadow Body]   Item ID# 24197 (S_Hasty_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 +5.
Each 2 refine levels, DEF +1.
[Hasty Shadow Set]
Hasty Shadow Armor, Hasty Shadow Shoes
FLEE +5.
If total refine levels of entire set is +15 or higher, increases movement speed.

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

Hasty Shadow Shield [Shadow Shield]   Item ID# 24732 (S_Hasty_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.

ATK +1%, MATK +1%.

For each 2 Refine Levels:
ATK +1%, MATK +1%.

Refine Level +7:
DEF +15, FLEE +15.

Refine Level +10:
Increases Movement Speed.
Item Script
{ .@r = getrefine(); bonus bMatkRate,1+(.@r/2); bonus bAtkRate,1+(.@r/2); if (.@r>=7) { bonus bDef,15; bonus bFlee,15; if (.@r>=10) { bonus bSpeedRate,25; } } },{},{}
Dropped By No Result

Hasty Shadow Shoes [Shadow Footgear]   Item ID# 24196 (S_Hasty_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.
FLEE +5.
Each 2 refine levels, FLEE +1.
[Hasty Shadow Set: Hasty Shadow Armor & Hasty Shadow Shoes]:
FLEE +5.
If total refine levels of entire set is +15 or higher, increases movement speed.

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

Hasty Shadow Shoes II [Shadow Footgear]   Item ID# 24320 (S2_Hasty_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.
Flee +5, ATK +1%, MATK +1%.
Each 2 refines, ATK +1% and MATK +1%.

[Hasty Shadow Set]
Hasty Shadow Armor, Hasty Shadow Shoes II
Flee +5.
If total refine levels of entire set is at least +15, increase movement speed.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; .@val = 1; if (.@r >= 7) { .@val += 1; } bonus bFlee,5; bonus bAtkRate,.@val; bonus bMatkRate,.@val; },{},{}
Dropped By No Result

Hasty Shadow Weapon [Shadow Weapon]   Item ID# 24439 (S_Hasty_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 + 1%, MATK + 1%.
Every 2 refine levels: ATK + 1%, MATK + 1%.

Refine Level +7: DEF + 15, FLEE + 15.
Refine Level +10: Increases Movement Speed.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; bonus bAtkRate,1+.@r/2; bonus bMatkRate,1+.@r/2; if (.@r >= 7) { bonus bDef,15; bonus bFlee,15; } if (.@r >= 10) bonus bSpeedRate,25; },{},{}
Dropped By No Result

Heal Shadow Armor [Shadow Body]   Item ID# 24120 (S_Heal_Armor)
Shadow Heal 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.
Enables use of Level 1 Heal.
Increases SP consumption of Heal by 50.
Each refine decrease SP consumption of Heal by 5.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; skill "AL_HEAL",1; bonus2 bSkillUseSP,"AL_HEAL",-50+(.@r*5); },{},{}
Dropped By No Result

Heal Shadow Earring [Shadow Pendant]   Item ID# 24124 (S_Heal_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.
Enables use of Level 1 Heal.
Increases SP consumption of Heal by 50.
Each refine decrease SP consumption of Heal by 5.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; skill "AL_HEAL",1; bonus2 bSkillUseSP,"AL_HEAL",-50+(.@r*5); },{},{}
Dropped By No Result

Heal Shadow Pendant [Shadow Earring]   Item ID# 24125 (S_Heal_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.
Enables use of Level 1 Heal.
Increases SP consumption of heal by 50.
Each refine decrease SP consumption of Heal by 5.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; skill "AL_HEAL",1; bonus2 bSkillUseSP,"AL_HEAL",-50+(.@r*5); },{},{}
Dropped By No Result

Heal Shadow Shield [Shadow Shield]   Item ID# 24122 (S_Heal_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.
Enables use of Level 1 Heal.
Increases SP consumption of Heal by 50.
Each refine decrease SP consumption of Heal by 5.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; skill "AL_HEAL",1; bonus2 bSkillUseSP,"AL_HEAL",-50+(.@r*5); },{},{}
Dropped By No Result

Heal Shadow Shoes [Shadow Footgear]   Item ID# 24121 (S_Heal_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.
Enables use of Level 1 Heal.
Increases SP consumption of Heal by 50.
Each refine decrease SP consumption of Heal by 5.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; skill "AL_HEAL",1; bonus2 bSkillUseSP,"AL_HEAL",-50+(.@r*5); },{},{}
Dropped By No Result

Heal Shadow Weapon [Shadow Weapon]   Item ID# 24123 (S_Heal_Weapon)
Shadow Heal 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.
Enables use of Level 1 Heal.
Increases SP consumption of Heal by 50.
Each refine decrease SP consumption of Heal by 5.
Item Script
{ .@r = getrefine(); bonus bBaseAtk,.@r; bonus bMatk,.@r; skill "AL_HEAL",1; bonus2 bSkillUseSP,"AL_HEAL",-50+(.@r*5); },{},{}
Dropped By No Result

Healing Shadow Shield [Shadow Shield]   Item ID# 24366 (S_Healing_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 +10.
Refine Level +7, increases Healing skills effectiveness by 3%.
Refine Level +9, increases Healing skills effectiveness by 5%.

[Healing Shadow set: Healing Shadow Weapon, Healing Shadow Shield, Healing Shadow Shoes]
Increases Healing skills effectiveness by 5%.
If total refine level of entire set at least +25:
Increases Healing skills effectiveness by 15%.
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMatk,10; if (.@r >= 7) { .@val = 3; if (.@r >= 9) { .@val += 5; } bonus bHealPower,.@val; } },{},{}
Dropped By No Result

« First < 2122232425262728293031 > Last »
back to top