
RENEWAL / ITEMS
Nebula of Health Lv1
#310742Card
Nebula_Of_HP1
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
MHP + 3%, DEF + 25.
If refine rate is 9 or higher, additional MaxHP + 3%, additional Def + 15.
If refine rate is 11 or higher, additional MaxHP + 5%, additional Def + 25.
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 bMaxHPrate,3;
bonus bDef,25;
if (.@r>=9) {
bonus bMaxHPrate,3;
bonus bDef,15;
if (.@r>=11) {
bonus bMaxHPrate,5;
bonus bDef,25;
}
}