From db3fae118008e49105ae8c908677c113d9884950 Mon Sep 17 00:00:00 2001 From: Chapybara-jp Date: Wed, 7 Aug 2024 16:38:11 +0200 Subject: [PATCH] [Localization(ja)] Update ability.ts (#3401) - Changed description of Honey Gather, Ball Fetch and Pickup to properly reflect how they function in PokeRogue. --- src/locales/ja/ability.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/ja/ability.ts b/src/locales/ja/ability.ts index d5644e2ba5e..043ca6a53ac 100644 --- a/src/locales/ja/ability.ts +++ b/src/locales/ja/ability.ts @@ -211,7 +211,7 @@ export const ability: AbilityTranslationEntries = { }, pickup: { name: "ものひろい", - description: "相手の 使った 道具を 拾ってくることが ある。 冒険中も 拾ってくる。", + description: "戦闘が 終わったとき 相手の 持った 道具を 一つ 拾ってくることが ある。", }, truant: { name: "なまけ", @@ -471,7 +471,7 @@ export const ability: AbilityTranslationEntries = { }, honeyGather: { name: "みつあつめ", - description: "戦闘が 終わったとき あまいミツを 拾うことが ある。", + description: "戦闘が 終わったとき あまいミツを 拾う。そのあまいミツが 売られて お金を もらう。", }, frisk: { name: "おみとおし", @@ -947,7 +947,7 @@ export const ability: AbilityTranslationEntries = { }, ballFetch: { name: "たまひろい", - description: "道具を 持っていない 場合 1回目に 投げて 失敗 した モンスターボールを 拾ってくる。", + description: "1回目に 投げて 失敗 した モンスターボールを 拾ってくる。", }, cottonDown: { name: "わたげ",