.:Renewal Item Database:.
Search Item By ID
|
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
| Description | ATK +2%, P.ATK +1. Refine Level +7: ATK +3%. Refine Level +9: ATK +4%. [Bonus by Equipment's Grade] [Grade D]: ATK +2%. [Grade C]: ATK +3%. |
|---|---|
| Item Script | { .@g = getenchantgrade(); .@r = getrefine(); bonus bPAtk,1; bonus bAtkRate,2; if (.@r>=7) { bonus bAtkRate,3; if (.@r>=9) { bonus bAtkRate,4; } } if (.@g>=ENCHANTGRADE_D) { bonus bAtkRate,2; if (.@g>=ENCHANTGRADE_C) { bonus bAtkRate,3; } } },{},{} |
| Dropped By | No Result |

