From 6ebd15890de6e172bfbc8e66cc030f4b37200dbe Mon Sep 17 00:00:00 2001 From: Lugiad Date: Wed, 25 Sep 2024 01:12:21 +0200 Subject: [PATCH] Update trash-to-treasure-dialogue.json --- .../ja/mystery-encounters/trash-to-treasure-dialogue.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/ja/mystery-encounters/trash-to-treasure-dialogue.json b/src/locales/ja/mystery-encounters/trash-to-treasure-dialogue.json index ae6e63ed800..b552243ea71 100644 --- a/src/locales/ja/mystery-encounters/trash-to-treasure-dialogue.json +++ b/src/locales/ja/mystery-encounters/trash-to-treasure-dialogue.json @@ -6,8 +6,8 @@ "option": { "1": { "label": "Dig for Valuables", - "tooltip": "(-) Lose Healing Items in Shops\n(+) Gain Amazing Items", - "selected": "You wade through the garbage pile, becoming mired in filth.$There's no way any respectable shopkeepers\nwill sell you anything in your grimy state!$You'll just have to make do without shop healing items.$However, you found some incredible items in the garbage!" + "tooltip": "(-) Items in Shops Will Cost {{costMultiplier}}x\n(+) Gain Amazing Items", + "selected": "You wade through the garbage pile, becoming mired in filth.$There's no way any respectable shopkeeper would\nsell you items at the normal rate in your grimy state!$You'll have to pay extra for items now.$However, you found some incredible items in the garbage!" }, "2": { "label": "Investigate Further", @@ -16,4 +16,4 @@ "selected_2": "Suddenly, the garbage shifts! It wasn't just garbage, it was a Pokémon!" } } -} \ No newline at end of file +}