Renewal
.:Renewal Item Database:.

Critical Hit Shadow Weapon [Shadow Weapon]   Item ID# 24032 (S_Cri_Hit_Weapon)
Critical Shadow 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 critical damage by 1%.

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

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

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

Critital Shadow Armor [Shadow Body]   Item ID# 24030 (S_Critical_Armor)
Critical Shadow 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.

Critical +5
Refine Level +7: Critical +5.

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

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

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

back to top