.:Renewal Item Database:.
Search Item By ID
|
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
| Description | ATK +5%, ATK +50, P.ATK +7. Refine Level +7: Increases ranged physical damage by 5%. Refine Level +9: Increases ranged physical damage by additional 5%. [Bonus by Equipment's Grade] [Grade D]: Ranged physical damage +5%. [Grade C]: Ranged physical damage +5%. [Grade B]: Ranged physical damage +5%. [Grade A]: Ranged physical damage +5%. |
|---|---|
| Item Script |
expand to view script{ .@g = getenchantgrade(); .@r = getrefine(); bonus bPAtk,7; bonus bAtkRate,5; bonus bBaseAtk,50; if (.@r>=7) { bonus bLongAtkRate,5; if (.@r>=9) { bonus bLongAtkRate,5; } } if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bLongAtkRate,5; if (.@g>=ENCHANTGRADE_B) { bonus bLongAtkRate,5; if (.@g>=ENCHANTGRADE_A) { bonus bLongAtkRate,5; } } } } },{},{} |
| Dropped By | No Result |

