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