
RENEWAL / ITEMS
Automatic Modification Orb(Mental)
#310097Card
Automatic_Orb16
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
MaxSP +5%, MaxSP +300
When refined to +7 or higher, MaxSP +2% (Additional)
When refined to +11 or higher, MaxSP +3% (Additional)
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus bMaxSPrate,5;
bonus bMaxSP,300;
if (.@r>=9) {
bonus bMaxSPrate,2;
if (.@r>=11) {
bonus bMaxSPrate,3;
}
}