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