
RENEWAL / ITEMS
Nebula of Health Lv3
#310744Card
Nebula_Of_HP3
Item stats
- Weight
- 0
- Buy price
- 0 z
- Sell price
- 0 z
Usage & restrictions
- Type
- Card
- Trading & storage
- No restrictions
Nebula of Health Lv3 description & effects
MHP + 7%, DEF + 45.
If refine rate is 9 or higher, additional MaxHP + 5%, additional Def + 30.
If refine rate is 11 or higher, additional MaxHP + 8%, additional Def + 45.
Item effect script
.@r = getrefine();
bonus bMaxHPrate,7;
bonus bDef,45;
if (.@r>=9) {
bonus bMaxHPrate,5;
bonus bDef,30;
if (.@r>=11) {
bonus bMaxHPrate,8;
bonus bDef,45;
}
}
