
RENEWAL / ITEMS
Caster Pendant (Shadow)
#24048Shadowgear
S_Caster_Pendant
TypeShadowgear
Equipment positionShadow left accessory
Weight0
Buy price0 z
Sell price0 z
Required level1
Description
A pendant worn to enhance casting speed.
Class: Shadow Pendant
Weight: 0
Requires Level: 1
Usable By: All Jobs
Max HP + 10 per upgrade level of the item.
Reduces the variable casting time of skills by 1%.
If upgrade level is +7 or higher,
Reduces the variable casting time of skills by an additional 1%.
If upgrade level is +9 or higher,
Reduces the variable casting time of skills by an additional 2%.
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 bVariableCastrate,-1;
if (.@r>8) {
bonus bVariableCastrate,-3;
}
else if (.@r>6) {
bonus bVariableCastrate,-1;
}