Renewal
.:Renewal Item Database:.

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:
Combo Script
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_WEAPON); bonus bBaseAtk,.@r; if(.@r >= 15) { bonus bLongAtkRate,1; } }
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bHit,10; if (.@r>6) { bonus bHit,10; } },{},{}
Dropped By No Result

Kingbird's Shadow Weapon [Shadow Weapon]   Item ID# 24031 (S_Kingbird_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 +10
Refine Level +7: Increases ranged physical damage by 1%..

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

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

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_WEAPON); bonus bBaseAtk,.@r; if(.@r >= 15) { bonus bLongAtkRate,1; } }
Item Script
{ .@r = getrefine(); bonus bBaseAtk,10+.@r; bonus bMatk,.@r; if (.@r>6) { bonus bLongAtkRate,1; } },{},{}
Dropped By No Result

back to top