
RENEWAL / ITEMS
Automatic Modification Orb(Range Force)
#310107Card
Automatic_Orb26
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
ATK +20, Long-ranged Physical damage +10%, Physical damage +3% on enemies of all sizes
When refined to +7 or higher, Physical damage +1% on enemies of all sizes (Additional)
When refined to +11 or higher, Physical damage +1% on enemies of all sizes (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();
bonus2 bAddSize,Size_All,3;
bonus bLongAtkRate,10;
bonus bBaseAtk,20;
if (.@r>=9) {
bonus2 bAddSize,Size_All,1;
if (.@r>=11) {
bonus2 bAddSize,Size_All,1;
}
}