
RENEWAL / ITEMS
Ice Magic Orb (Physical Force)
#311119Card
Ice_F_Orb_P_F
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Increases physical damage against all size enemies by 4%.
If refine rate is 7 or higher, increases physical damage against all size enemies by additional 4%.
If refine rate is 9 or higher, increases physical damage against all size enemies by additional 4%.
If refine rate is 11 or higher, increases physical damage against all size enemies by additional 4%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus2 bAddSize,Size_All,4;
if (.@r>=7) {
bonus2 bAddSize,Size_All,4;
if (.@r>=9) {
bonus2 bAddSize,Size_All,4;
if (.@r>=11) {
bonus2 bAddSize,Size_All,4;
}
}
}