Skip to content

Commit

Permalink
change(text): Updated Some Farm-related text (pokeclicker#5377)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
EatPant2nd and CypherX authored Jun 25, 2024
1 parent 3db6d60 commit 0d5c0ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/components/farmModal.html
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ <h5 class="p-0 modal-title text-muted" data-bind="text: `#${(Number($data) + 1).
</tr>
</tbody>
</table>
<!-- ko let: {
berrySpecificWanderers: App.game.farming.berryData[$data].wander.filter((w) => ![...Berry.baseWander, ...Berry.colorWander[App.game.farming.berryData[$data].color]].includes(w) && pokemonMap[w].nativeRegion <= GameConstants.MAX_AVAILABLE_REGION)
<!-- ko let: {
berrySpecificWanderers: App.game.farming.berryData[$data].wander.filter((w) => ![...Berry.baseWander, ...Berry.colorWander[App.game.farming.berryData[$data].color]].includes(w) && pokemonMap[w].nativeRegion <= GameConstants.MAX_AVAILABLE_REGION)
} -->
<!-- ko if: berrySpecificWanderers.length -->
<table class="table table-striped table-hover table-bordered table-sm m-0">
Expand Down Expand Up @@ -397,8 +397,8 @@ <h4><u>Mutations</u></h4>
<br/><b>Evolution mutations:</b> They usually require a Berry changing into other and are related with flavour profiles or use of objects. <i>These mutations can start to happen at Taller stage.</i></p>

<h4><u>Mulches</u></h4>
<p>Mulches can be bought in later regions from Berry Masters,
<br/>They can be used on plots for different effects:</p>
<p>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!</p>
<p>They can be used on plots for different effects:</p>
<table class="table table-bordered table-striped">
<tr>
<td>Boost Mulch</td>
Expand Down
3 changes: 2 additions & 1 deletion src/scripts/farming/Farming.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down Expand Up @@ -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']
Expand Down

0 comments on commit 0d5c0ad

Please sign in to comment.