Renewal
.:Renewal Item Database:.

Champion Shoes (Shadow) [Shadow Footgear]   Item ID# 24025 (S_Champion_Shoes)
Champion Shadow 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.

MaxHP +20, MaxSP +10.
Refine Level +7: MaxHP +1%, MaxSP +1%.

When equipped with Hard Shadow Armor:
For each refine level of entire set: MaxHP and MaxSP +1.

If total refine level of entire set at least +15: MaxHP +1%.

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_SHOES); bonus bMaxHP,.@r; bonus bMaxSP,.@r; if(.@r >= 15) { bonus bMaxHPrate,1; } }
Item Script
{ .@r = getrefine(); bonus bMaxHP,20+.@r*10; bonus bMaxSP,10; if (.@r>6) { bonus bMaxHPrate,1; bonus bMaxSPrate,1; } },{},{}
Dropped By No Result

Hard Shadow Armor [Shadow Body]   Item ID# 24028 (S_Hard_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.

MaxHP +50
Refine Level +7: MaxHP +1%.

When equipped with Champion's Shadow Shoes:
For each refine level of entire set: MaxHP and MaxSP +1.

If total refine level of entire set at least +15: MaxHP +1%.

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_SHOES); bonus bMaxHP,.@r; bonus bMaxSP,.@r; if(.@r >= 15) { bonus bMaxHPrate,1; } }
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bMaxHP,50; if (.@r>6) { bonus bMaxHPrate,1; } },{},{}
Dropped By No Result

back to top