
RENEWAL / ITEMS
Blitz Shadow Pendant
#24218Shadowgear
S_Blitz_Pendent
TypeShadowgear
Equipment positionShadow left accessory
Weight0
Buy price10 z
Sell price5 z
Required level1
Description
ATK + 5.
------------------------
For every 2 refine level, additional ATK +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 : Pendant
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 left accessory
- Trade
Item effect script
.@r = getrefine();
bonus bMaxHP,.@r*10;
bonus bBaseAtk,(.@r/2)+5;
if (.@r>=7) {
bonus bAspd,1;
}