ID #29530
Card
Modification Orb (Spirit)
Buy Price: N/A
Sell Price: N/A
MaxSP +5%
_______________________
Refine Level +7:
MaxSP +100
_______________________
Refine Level +9:
MaxSP +150
_______________________
Refine Level +7:
MaxSP +100
_______________________
Refine Level +9:
MaxSP +150
Basic Information
Type
Card
Scripts
Script .@r = getrefine(); bonus bMaxSPrate,5; if (.@r>=7) { bonus bMaxSP,100; if (.@r>=9) { bonus bMaxSP,150; } }
.@r = getrefine();
bonus bMaxSPrate,5;
if (.@r>=7) {
bonus bMaxSP,100;
if (.@r>=9) {
bonus bMaxSP,150;
}
}