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