
RENEWAL / ITEMS
Blitz Shadow Earring
#24217Shadowgear
S_Blitz_Earring
TypeShadowgear
Equipment positionShadow right accessory
Weight0
Buy price10 z
Sell price5 z
Required level1
Description
HIT + 5.
------------------------
For every 2 refine level, additional HIT +1.
------------------------
If refine rate is 7 or higher, ASPD + 1.
------------------------
Set Bonus
Blitz Shadow Earring
Blitz Shadow Pendant
Increase ATK by the sum of refine level of the set.
if the sum of refine rate is 15 or higher, ASPD + 1.
------------------------
Class : Shadow Equipment
Location : Earring
Weight : 0
Required Level : 1
Jobs : All Jobs
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Equipment position
- Shadow right accessory
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bHit,(.@r/2)+5;
if (.@r>=7) {
bonus bAspd,1;
}