Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stardew Valley: Fix Art Of Crabbing Logic and Extract Festival Logic #3625

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

agilbert1412
Copy link
Collaborator

What is this fixing or adding?

The Art of crabbing book in content pack relies on the festival being winnable, which is the vanilla rule for it. But when festivals are shuffled, the book is an AP item instead. This changes the rule to be conditional, either get the book if shuffled festivals, or win if not.

Furthermore, took this opportunity to extract festival logic code into a dedicated file to be slightly cleaner

Note: While this is a bug, it is not a critical bug, because that book also has a bookseller source, which is available in year 3 on all setting combinations. Therefore the bug can delay a player, but it cannot softlock them. Annoyance-tier bug :)

How was this tested?

Automated tests plus a manual gen each way.

@github-actions github-actions bot added the waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. label Jul 7, 2024
@ScipioWright ScipioWright added the is: bug/fix Issues that are reporting bugs or pull requests that are fixing bugs. label Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: bug/fix Issues that are reporting bugs or pull requests that are fixing bugs. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants