Renewal
.:Renewal Item Database:.

Blitz Shadow Shield [Shadow Shield]   Item ID# 24232 (S_Blitz_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.
CRIT +5
Every 2 refines,CRIT +1.
Refined to +7 or more, increase ASPD +1.
Refined to +9 or more, increase ASPD +1.
[+Blitz Shadow Shoes]
FLEE +5
If the total refine levels of the entire set is +15 or higher, ASPD +1.

More Information on Combo:
Combo Script
{ bonus bFlee,5; if (getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_SHIELD)>=15) { bonus bAspd,1; } }
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bCritical,5+.@r/2; if (.@r>=7) { bonus bAspd,1; } if (.@r>=9) { bonus bAspd,1; } },{},{}
Dropped By No Result

Blitz Shadow Shoes [Shadow Footgear]   Item ID# 24231 (S_Blitz_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
Every 2 refines, FLEE +1.
Refined to +7 or more, increase ASPD +1.
Refined to +9 or more, increase ASPD +1.
[+Blitz Shadow Shield]
FLEE +5
If the total refine levels of the entire set is +15 or higher, ASPD +1.

More Information on Combo:
Combo Script
{ bonus bFlee,5; if (getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_SHIELD)>=15) { bonus bAspd,1; } }
Item Script
{ .@r = getrefine(); bonus bMaxHP,.@r*10; bonus bFlee,5+.@r/2; if (.@r>=7) { bonus bAspd,1; } if (.@r>=9) { bonus bAspd,1; } },{},{}
Dropped By No Result

back to top