From a18d796e2e2b88f297259ede61a9d1633520b31e Mon Sep 17 00:00:00 2001 From: returntoice Date: Fri, 7 Jun 2024 05:43:25 +0900 Subject: [PATCH] [Localization] Fix Korean multi lens description (#1891) --- src/locales/ko/modifier-type.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/modifier-type.ts b/src/locales/ko/modifier-type.ts index fce9d25b629..fcfb1cc4283 100644 --- a/src/locales/ko/modifier-type.ts +++ b/src/locales/ko/modifier-type.ts @@ -93,7 +93,7 @@ export const modifierType: ModifierTypeTranslationEntries = { description: "기술의 명중률이 {{accuracyAmount}} 증가 (최대 100)", }, "PokemonMultiHitModifierType": { - description: "공격이 가진 갯수에 따라 60/75/82.5%의 위력으로 한번 더 명중", + description: "지닌 개수(최대 3개)마다 추가 공격을 하는 대신, 공격력이 60%(1개)/75%(2개)/82.5%(3개)만큼 감소합니다.", }, "TmModifierType": { name: "No.{{moveId}} {{moveName}}",