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

