Fix typo in healing charm for Chinese localization (#1874)

This commit is contained in:
Tempoanon 2024-06-06 13:58:02 -04:00 committed by GitHub
parent 1276006de3
commit 609efb0cf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
"MULTI_LENS": { name: "多重镜" },
"HEALING_CHARM": { name: "治愈护符", description: "HP回复量增加10% (含复活)" },
"HEALING_CHARM": { name: "治愈护符", description: "HP回复量增加10% (含复活)" },
"CANDY_JAR": { name: "糖果罐", description: "神奇糖果提供的升级额外增加1级" },
"BERRY_POUCH": { name: "树果袋", description: "使用树果时有30%的几率不会消耗树果" },

View File

@ -212,7 +212,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
MULTI_LENS: { name: "多重鏡" },
HEALING_CHARM: {
name: "治癒護符",
description: "HP恢復量增加10% (含復活)",
description: "HP恢復量增加10% (含復活)",
},
CANDY_JAR: { name: "糖果罐", description: "神奇糖果提供的升級提升1級" },
BERRY_POUCH: {