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

FF6WC: Remove ArchplgoItem from shops #7

Merged
merged 2 commits into from
Jan 17, 2025
Merged

Conversation

BriGuy7727
Copy link

@BriGuy7727 BriGuy7727 commented Jan 16, 2025

What is this fixing or adding?

The implementation of the AP version of FF6WC required that an item be sent for processing to work correctly. The original implementer chose to alter the RenameCard, an item which allows you to rename characters but has no other inherent gameplay functionality, to be the ArchplgoItem which is what is used to pass rewards to the FF6WC player and is collected by them to send to other players.
When this item that had been re-purposed from the RenameCard showed up in shops, this was very confusing for newer players as they may have thought that they needed to purchase the item to complete a check, however, that is not the case since it's not actually a check, just a repurposed item. Removing them from shops avoids any confusion and does not detract from any gameplay.

How was this tested?

Unfortunately, AP's spoiler log file at Generate time does NOT include all of the log functions for the FF6WC game, and it appears at Launcher time, this .txt file is never generated, so I had to put this code into the WorldsCollide base and test using this spoiler log. I updated the flagstring to include the -sl flag to print a spoiler log when seeds were generated. I verified that the RenameCard does NOT appear in any shops, which would be the ArchplgoItem in the other version of the code.

If this makes graphical changes, please attach screenshots.

@BriGuy7727 BriGuy7727 marked this pull request as ready for review January 17, 2025 20:32
@beauxq
Copy link
Owner

beauxq commented Jan 17, 2025

Thanks

@beauxq beauxq merged commit 0928ece into beauxq:ff6wc Jan 17, 2025
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants