
RENEWAL / ITEMS
Nebula of Expert Archer Lv2
#310731Card
Nebula_Of_EA2
TypeCard
Weight0
Buy price0 z
Sell price0 z
Description
Ranged physical damage increases by 5%.
If refine rate is 9 or higher, ranged physical damage increases by an additional 5%.
If refine rate is 11 or higher, ranged physical damage increases by an additional 7%.
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,5;
if (.@r>=9) {
bonus bLongAtkRate,5;
if (.@r>=11) {
bonus bLongAtkRate,7;
}
}