
RENEWAL / ITEMS
Ice Magic Orb (Powerful)
#311111Card
Ice_F_Orb_P_Full
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Increases melee and long ranged physical damage by 3%, increases all property magical damage by 3%.
If refine rate is 7 or higher, increases melee and long ranged physical damage by additional 3%, increases all property magical damage by additional 3%.
If refine rate is 9 or higher, increases melee and long ranged physical damage by additional 3%, increases all property magical damage by additional 3%.
If refine rate is 11 or higher, increases melee and long ranged physical damage by additional 3%, increases all property magical damage by additional 3%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
bonus2 bMagicAtkEle,Ele_All,3;
bonus bLongAtkRate,3;
bonus bShortAtkRate,3;
.@r = getrefine();
if (.@r>=7) {
bonus2 bMagicAtkEle,Ele_All,3;
bonus bLongAtkRate,3;
bonus bShortAtkRate,3;
if (.@r>=9) {
bonus2 bMagicAtkEle,Ele_All,3;
bonus bLongAtkRate,3;
bonus bShortAtkRate,3;
if (.@r>=11) {
bonus2 bMagicAtkEle,Ele_All,3;
bonus bLongAtkRate,3;
bonus bShortAtkRate,3;
}
}
}