
RENEWAL / ITEMS
Modification Orb (Spirit)
#29530Card
Improve_Orb_Spirit
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Max SP + 5%
If upgrade level is +7 or higher, Max SP + 100.
If upgrade level is +9 or higher, additional Max SP + 150.
Class: Enchant Stone
Weight: 0
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;
if (.@r>=7) {
bonus bMaxSP,100;
if (.@r>=9) {
bonus bMaxSP,150;
}
}