
RENEWAL / ITEMS
Automatic Modification Orb(Vital)
#310096Card
Automatic_Orb15
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
MaxHP +5%, MaxHP +1,500
When refined to +7 or higher, MaxHP +2% (Additional)
When refined to +11 or higher, MaxHP +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 bMaxHP,1500;
if (.@r>=9) {
bonus bMaxHPrate,2;
if (.@r>=11) {
bonus bMaxHPrate,3;
}
}