
RENEWAL / ITEMS
Automatic Modification Orb(Shooter)
#310101Card
Automatic_Orb20
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Long-ranged Physical damage +3%
When refined to +7 or higher, Long-ranged Physical damage +3% (Additional)
When refined to +11 or higher, Long-ranged 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 bLongAtkRate,3;
if (.@r>=9) {
bonus bLongAtkRate,3;
if (.@r>=11) {
bonus bLongAtkRate,3;
}
}