
RENEWAL / ITEMS
Ice Magic Orb (DEX)
#311093Card
Ice_F_Orb_Dex
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
DEX + 3.
If refine rate is 7 or higher, additional Dex + 1.
If refine rate is 9 or higher, additional Dex + 1.
If refine rate is 11 or higher, CON + 1, increases long ranged physical damage 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 bDex,3;
.@r = getrefine();
if (.@r >= 7) {
bonus bDex,1;
if (.@r >= 9) {
bonus bDex,1;
if (.@r >= 11) {
bonus bCon,1;
bonus bLongAtkRate,3;
}
}
}