
RENEWAL / ITEMS
Blitz Shadow Shield
#24232Shadowgear
S_Blitz_Shield
TypeShadowgear
Equipment positionShadow shield
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A small shield that can be mounted on the arm. Also available as a single, but the effect is small.
CRI + 5.
CRI + 1 per 2 refine rate.
If upgrade level is +7 or higher, ASPD + 1.
If upgrade level is +9 or higher, ASPD + 1.
When equipped with Blitz Shadow Shield^00000, FLEE + 5.
If the sum of refine rate is 15 or higher, ASPD + 1.
Class : Shadow Equipment
Location : Shield Weight : 0
Required Lv : 1
Jobs : All
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow shield
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bCritical,5+.@r/2;
if (.@r>=7) {
bonus bAspd,1;
}
if (.@r>=9) {
bonus bAspd,1;
}