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

