From 0d5c0ad8c8b4154cd585f05f12ef5e3cc881dc55 Mon Sep 17 00:00:00 2001 From: EatPant2nd <106291026+EatPant2nd@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:36:03 -0400 Subject: [PATCH] change(text): Updated Some Farm-related text (#5377) * Updated Some Farm-related Stuff Updated Colbur's and Petaya's descriptions to include their effects: Kasib mutation prevention and the timer pause, respectively. Added more information to the Mulches part of the Farm's Help tab. * Changed wording * slightly reword --------- Co-authored-by: CypherX --- src/components/farmModal.html | 8 ++++---- src/scripts/farming/Farming.ts | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/components/farmModal.html b/src/components/farmModal.html index caacf2626c..e4b7100546 100644 --- a/src/components/farmModal.html +++ b/src/components/farmModal.html @@ -325,8 +325,8 @@

Mutations


Evolution mutations: They usually require a Berry changing into other and are related with flavour profiles or use of objects. These mutations can start to happen at Taller stage.

Mulches

-

Mulches can be bought in later regions from Berry Masters, -
They can be used on plots for different effects:

+

Mulches can be bought in later regions from Berry Masters. They last 5 minutes each and can be stacked. However, you cannot combine multiple types of mulch on the same plot!

+

They can be used on plots for different effects:

diff --git a/src/scripts/farming/Farming.ts b/src/scripts/farming/Farming.ts index 3597cde752..8070c88528 100644 --- a/src/scripts/farming/Farming.ts +++ b/src/scripts/farming/Farming.ts @@ -928,6 +928,7 @@ class Farming implements Feature { [ 'Tiny hooks grow on the surface of this Berry. It latches on to Pokémon so it can be carried to far-off places.', 'It has a tendency to overtake nearby plants.', + 'It also prevents Kasib from mutating.', ], undefined, ['Houndour', 'Absol', 'Stunky', 'Zorua', 'Impidimp'] @@ -1178,7 +1179,7 @@ class Farming implements Feature { BerryFirmness.Very_Hard, [ 'This Berry is surrounded by mystery. It is rumored to be imbued with the power of all living things.', - 'This power keeps other Berries alive for longer.', + 'This power revitalizes and prevents other berries from withering.', ], undefined, ['Mew']
Boost Mulch