
RENEWAL / ITEMS
Nebula of Healing Lv3
#310741Card
Nebula_Of_HL3
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Increases heal effectiveness by 10%, MaxSP + 5%.
If refine rate is 9 or higher, increases heal effectiveness by additional 7%, additional MaxSP + 4%.
If refine rate is 11 or higher, increases heal effectiveness by additional 10%, additional MaxSP + 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 bMaxSPrate,5;
bonus bHealPower,10;
if (.@r>=9) {
bonus bMaxSPrate,4;
bonus bHealPower,7;
if (.@r>=11) {
bonus bMaxSPrate,7;
bonus bHealPower,10;
}
}