
RENEWAL / ITEMS
Ice Magic Orb (Critical)
#311108Card
Ice_F_Orb_Critical
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
CRI + 15.
If refine rate is 7 or higher, increases critical damage by 8%.
If refine rate is 9 or higher, increases critical damage by additional 8%.
If refine rate is 11 or higher, increases critical damage by additional 8%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
bonus bCritical,15;
.@r = getrefine();
if (.@r >= 7) {
bonus bCritAtkRate,8;
if (.@r >= 9) {
bonus bCritAtkRate,8;
if (.@r >= 11) {
bonus bCritAtkRate,8;
}
}
}