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

