[Localization] Fix Korean multi lens description (#1891)

This commit is contained in:
returntoice 2024-06-07 05:43:25 +09:00 committed by GitHub
parent 4fcc3ef9ff
commit a18d796e2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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}}",