ID #310743
Card
Nebula of Health Lv2
Buy Price: N/A
Sell Price: N/A
MaxHP +5%, DEF +30.
_______________________
Refine Level +9:
MaxHP +4%, DEF +20.
_______________________
Refine Level +11:
MaxHP +6%, DEF +30.
_______________________
Refine Level +9:
MaxHP +4%, DEF +20.
_______________________
Refine Level +11:
MaxHP +6%, DEF +30.
Basic Information
Type
Card
Scripts
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; } }
.@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;
}
}