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