
RENEWAL / ITEMS
Ice Magic Orb (INT)
#311095Card
Ice_F_Orb_Int
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
INT + 3.
If refine rate is 7 or higher, additional Int + 1.
If refine rate is 9 or higher, additional Int + 1.
If refine rate is 11 or higher, SPL + 1, increases all property magical 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 bInt,3;
.@r = getrefine();
if (.@r >= 7) {
bonus bInt,1;
if (.@r >= 9) {
bonus bInt,1;
if (.@r >= 11) {
bonus bSpl,1;
bonus2 bMagicAtkEle,Ele_All,3;
}
}
}