
RENEWAL / ITEMS
Modification Orb (Global Delay)
#29540Card
Improve_Orb_Delay
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Reduces the global delay of skills by 5%.
If upgrade level is +7 or higher, reduces the global delay of skills by an additional 5%.
If upgrade level is +9 or higher, reduces the global delay of skills by an additional 5%.
Class: Enchant Stone
Weight: 0
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus bDelayrate,-5;
if (.@r>=7) {
bonus bDelayrate,-5;
if (.@r>=9) {
bonus bDelayrate,-5;
}
}