ID #310096
Card
Automatic Modification Orb(Vital)
Buy Price: N/A
Sell Price: N/A
MaxHP +5%
MaxHP +1500
_______________________
Refine Level +9:
MaxHP +2%
_______________________
Refine Level +11:
MaxHP +3%
MaxHP +1500
_______________________
Refine Level +9:
MaxHP +2%
_______________________
Refine Level +11:
MaxHP +3%
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bMaxHPrate,5; bonus bMaxHP,1500; if (.@r>=9) { bonus bMaxHPrate,2; if (.@r>=11) { bonus bMaxHPrate,3; } }
.@r = getrefine();
bonus bMaxHPrate,5;
bonus bMaxHP,1500;
if (.@r>=9) {
bonus bMaxHPrate,2;
if (.@r>=11) {
bonus bMaxHPrate,3;
}
}