
RENEWAL / ITEMS
Automatic Modification Orb(Magic Power)
#310100Card
Automatic_Orb19
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
MATK +5%, MATK +75
When refined to +7 or higher, MATK +2% (Additional)
When refined to +11 or higher, MATK +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 bMatkRate,5;
bonus bMatk,75;
if (.@r>=9) {
bonus bMatkRate,2;
if (.@r>=11) {
bonus bMatkRate,3;
}
}