ID #312075
Card
Glacier Flower Meow Power (Robust)
Buy Price: N/A
Sell Price: N/A
MaxHP/MaxSP +2%
_______________________
Refine Level +7:
MaxHP/MaxSP +1%
_______________________
Refine Level +9:
MaxHP/MaxSP +1%
_______________________
Refine Level +11:
MaxHP/MaxSP +2%
_______________________
Refine Level +7:
MaxHP/MaxSP +1%
_______________________
Refine Level +9:
MaxHP/MaxSP +1%
_______________________
Refine Level +11:
MaxHP/MaxSP +2%
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,2; bonus bMaxSPrate,2; if (.@r>=7) { bonus bMaxHPrate,1; bonus bMaxSPrate,1; if (.@r>=9) { bonus bMaxHPrate,1; bonus bMaxSPrate,1; if (.@r>=11) { bonus bMaxHPrate,2; bonus bMaxSPrate,2; } } }
.@r = getrefine();
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
if (.@r>=7) {
bonus bMaxHPrate,1;
bonus bMaxSPrate,1;
if (.@r>=9) {
bonus bMaxHPrate,1;
bonus bMaxSPrate,1;
if (.@r>=11) {
bonus bMaxHPrate,2;
bonus bMaxSPrate,2;
}
}
}