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