
RENEWAL / ITEMS
Automatic Modification Orb(Robust)
#310118Card
Automatic_Orb37
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
MaxHP +2000, MaxSP +300, MaxHP +5%, MaxSP +5%
When refined to +7 or higher, MaxHP +2%, MaxSP +2% (Additional)
When refined to +11 or higher, MaxHP +3%, 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 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;
}
}