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