Skip to content

Commit

Permalink
Update modifier-type.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
40chyan authored Jun 18, 2024
1 parent e0bba31 commit 7aa6a9f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/locales/zh_CN/modifier-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,14 +250,14 @@ export const modifierType: ModifierTypeTranslationEntries = {
},

TempBattleStatBoosterStatName: {
"ATK": "Attack",
"DEF": "Defense",
"SPATK": "Sp. Atk",
"SPDEF": "Sp. Def",
"SPD": "Speed",
"ACC": "Accuracy",
"CRIT": "Critical Hit Ratio",
"EVA": "Evasiveness",
"ATK": "攻击",
"DEF": "防御",
"SPATK": "特攻",
"SPDEF": "特防",
"SPD": "速度",
"ACC": "命中",
"CRIT": "会心",
"EVA": "闪避",
"DEFAULT": "???",
},

Expand Down

0 comments on commit 7aa6a9f

Please sign in to comment.