
RENEWAL / ITEMS
Reload Shadow Shield
#24244Shadowgear
S_Reload_Shield
TypeShadowgear
Equipment positionShadow shield
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A small shield that can be placed on the arm to provide additional defense. It can be used on its own, but has less defensive effect.
Delay after skill reduced by 1%.
When refined to 7, delay after skills additionally decreased by 1%.
When refined to 9, delay after skills additionally decreased by 1%.
When worn together with Reload (Whoes, Shield, Armor) Shadowdelay after skills additionally decreased by 1%.
When sum of Refine is higher than 25, delay after skill decreased by 5%.
Class : Shadow Shield
Location : Shield Weight : 0
Requires Level : 1
Usable by : All Jobs
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 bDelayrate,(.@r<7)?-1:((.@r<9)?-2:-3);