.:Renewal Item Database:.
Search Item By ID
|
Type
Card
Class
Enchant
Buy
n/a
Sell
n/a
Weight
0 | |
| Description | Increases melee physical damage by 3%. Refine Level +7: Increases melee physical damage by additional 3%. Refine Level +9: Increases melee physical damage by additional 3%. [Bonus by Equipment's Grade] [Grade D]: Melee physical damage +3%, Perfect HIT +5%. [Grade C]: Melee physical damage +3%, Perfect HIT +6%. [Grade B]: Melee physical damage +5%, Perfect HIT +7%. [Grade A]: Melee physical damage +5%, Perfect HIT +8%. [iRO Description] Not Available |
|---|---|
| Item Script |
expand to view script{ .@g = getenchantgrade(); .@r = getrefine(); bonus bShortAtkRate,3; if (.@r>=7) { bonus bShortAtkRate,3; if (.@r>=9) { bonus bShortAtkRate,3; } } if (.@g>=ENCHANTGRADE_D) { bonus bShortAtkRate,3; bonus bPerfectHitAddRate,5; if (.@g>=ENCHANTGRADE_C) { bonus bShortAtkRate,3; bonus bPerfectHitAddRate,6; if (.@g>=ENCHANTGRADE_B) { bonus bShortAtkRate,5; bonus bPerfectHitAddRate,7; if (.@g>=ENCHANTGRADE_A) { bonus bShortAtkRate,5; bonus bPerfectHitAddRate,8; } } } } },{},{} |
| Dropped By | No Result |

