.:Renewal Item Database:.
Search Item By ID
|
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
| Description | For each 20 base DEX: ATK +10, POW +2, CON +2. If enchanted Equipment's Grade is D or higher: P.ATK +6. Increases ranged physical damage by 6%. If enchanted Equipment's Grade is C or higher: P.ATK +9. Increases ranged physical damage by additional 10%. [iRO Description] Not Available |
|---|---|
| Item Script |
expand to view script{ .@dex = (readparam(bDex)/20); .@g = getenchantgrade(); bonus bBaseAtk,10*.@dex; bonus bPow,2*.@dex; bonus bCon,2*.@dex; if (.@g>=ENCHANTGRADE_D) { bonus bLongAtkRate,6; bonus bPAtk,6; if (.@g>=ENCHANTGRADE_C) { bonus bLongAtkRate,10; bonus bPAtk,9; } } },{},{} |
| Dropped By | No Result |


