Skip to content

Commit

Permalink
Added new artifact substat types
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzandro committed Jul 2, 2023
1 parent 1407de8 commit 6c61a68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,8 @@ module.exports = {
222: (value) => `CRIT DMG+ up to ${value}% as the enemy's HP condition is good`,
223: (value) => `CRIT DMG+ up to ${value}% as the enemy's HP condition is bad`,
224: (value) => `Single-target skill CRIT DMG ${value}% on your turn`,
225: (value) => `Counterattack/Co-op Attack DMG +${value}%`,
226: (value) => `ATK/DEF UP Effect +${value}%`,
300: (value) => `Damage Dealt on Fire +${value}%`,
301: (value) => `Damage Dealt on Water +${value}%`,
302: (value) => `Damage Dealt on Wind +${value}%`,
Expand All @@ -1819,6 +1821,8 @@ module.exports = {
407: (value) => `Skill 1 Accuracy +${value}%`,
408: (value) => `Skill 2 Accuracy +${value}%`,
409: (value) => `Skill 3 Accuracy +${value}%`,
410: (value) => `[Skill 3/4] CRIT DMG +${value}%`,
411: (value) => `First Attack CRIT DMG +${value}%`,
},
},
types: {
Expand Down

0 comments on commit 6c61a68

Please sign in to comment.