
RENEWAL / ITEMS
Ice Magic Orb (Heal)
#311115Card
Ice_F_Orb_Heal
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Increases heal effectiveness by 5%.
If refine rate is 7 or higher, increases heal effectiveness by additional 5%.
If refine rate is 9 or higher, increases heal effectiveness by additional 7%.
If refine rate is 11 or higher, increases heal effectiveness by additional 7%.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus bHealPower,5;
if (.@r>=7) {
bonus bHealPower,5;
if (.@r>=9) {
bonus bHealPower,7;
if (.@r>=11) {
bonus bHealPower,7;
}
}
}