
RENEWAL / ITEMS
Ice Magic Orb (Cast Delay)
#311105Card
Ice_F_Orb_S_Delay
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Reduces global cooldown by 4%.
If refine rate is 7 or higher, reduces global cooldown by additional 4%.
If refine rate is 9 or higher, reduces global cooldown by additional 4%.
If refine rate is 11 or higher, reduces global cooldown by additional 4%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
bonus bDelayrate,-4;
.@r = getrefine();
if (.@r >= 7) {
bonus bDelayrate,-4;
if (.@r >= 9) {
bonus bDelayrate,-4;
if (.@r >= 11) {
bonus bDelayrate,-4;
}
}
}