
RENEWAL / ITEMS
Nebula of Expert Archer Lv1
#310730Card
Nebula_Of_EA1
Item stats
- Weight
- 0
- Buy price
- 0 z
- Sell price
- 0 z
Equipment & requirements
- Type
- Card
Nebula of Expert Archer Lv1 description & effects
Ranged physical damage increases by 3%.
If refine rate is 9 or higher, ranged physical damage increases by an additional 3%.
If refine rate is 11 or higher, ranged physical damage increases by an additional 4%.
Item details
- Trade
Item effect script
.@r = getrefine();
bonus bLongAtkRate,3;
if (.@r>=9) {
bonus bLongAtkRate,3;
if (.@r>=11) {
bonus bLongAtkRate,4;
}
}
