
RENEWAL / ITEMS
Automatic Modification Orb(Attack Power)
#310099Card
Automatic_Orb18
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
ATK +5%, ATK +75
When refined to +7 or higher, Melee Physical damage +2%
When refined to +11 or higher, Melee Physical damage +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 bAtkRate,5;
bonus bBaseAtk,75;
if (.@r>=9) {
bonus bShortAtkRate,2;
if (.@r>=11) {
bonus bShortAtkRate,3;
}
}