Renewal
.:Renewal Item Database:.

Athena Shield (Shadow) [Shadow Shield]   Item ID# 24026 (S_Athena_Shield)
Athena Shadow 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.

DEF +10
Refine Level +7: DEF +10.

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

If total refine level of entire set at least +15:
Decreases damage taken from Neutral elemental attacks by 1%.

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_SHIELD); bonus bDef,.@r; if(.@r >= 15) { bonus2 bSubEle,Ele_Neutral,1; } }
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bDef,10; if (.@r>6) { bonus bDef,10; } },{},{}
Dropped By No Result

Immune Shadow Armor [Shadow Body]   Item ID# 24027 (S_Immune_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.

Decreases damage taken from Neutral elemental attacks by 1%.

When equipped with Athena Shadow Shield:
For each refine level of entire set: DEF +1.

If total refine level of entire set at least +15:
Decreases damage taken from Neutral elemental attacks by additional 1%.

More Information on Combo:
Combo Script
{ .@r = getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_SHIELD); bonus bDef,.@r; if(.@r >= 15) { bonus2 bSubEle,Ele_Neutral,1; } }
Item Script
{ bonus bMaxHP,getrefine()*10; bonus2 bSubEle,Ele_Neutral,1; },{},{}
Dropped By No Result

back to top