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