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

The Witness: Add "Panel Keys" and "Obelisk Keys" item groups #4026

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NewSoupVi
Copy link
Member

@NewSoupVi NewSoupVi commented Oct 3, 2024

Right now, there is a Doors item group that contains everything that sort of acts like a door (i.e. it is unlocked by a singular "key"), and these items are all implemented the same in the code.

But for the player, there are really three types of """doors""": Doors, Panels, and Obelisks.

This PR splits the "Doors" item group into "Doors", "Panel Keys", and "Obelisk Keys".

The name "Panel Keys" was chosen because "Panels" might be a location group in the future, and the name makes more sense for that.

Tested:
Launched Webhost and glanced at datapackage

@github-actions github-actions bot added the waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. label Oct 3, 2024
@NewSoupVi NewSoupVi added the is: enhancement Issues requesting new features or pull requests implementing new features. label Oct 3, 2024
@Exempt-Medic
Copy link
Collaborator

Exempt-Medic commented Oct 3, 2024

Would "Panels" be a more intuitive name for that group? Alternatively, it should probably be "Door Keys" so they all match. Also, is it intended that "Boat" is in the Panels group for these?

@NewSoupVi
Copy link
Member Author

Would "Panels" be a more intuitive name for that group?

Yes, but I might make a "Panels" location group, and I don't like the idea that those have the same name

Alternatively, it should probably be "Door Keys" so they all match

Hmm, I'll think about it

Also, is it intended that "Boat" is in the Panels group for these?

Yes, Boat is a panel key since it unlocks panels. It just so happens that you add it to your game via a different option than shuffle_doors

Copy link
Collaborator

@ScipioWright ScipioWright left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Item groups gud, code looks fine

Copy link
Collaborator

@Exempt-Medic Exempt-Medic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments were addressed, the code looks good and the groups (checked the datapackage) are accurate

@Exempt-Medic Exempt-Medic added waiting-on: core-review Issue/PR has been peer-reviewed and is ready to be merged or needs input from a core maintainer. and removed waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. labels Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: enhancement Issues requesting new features or pull requests implementing new features. waiting-on: core-review Issue/PR has been peer-reviewed and is ready to be merged or needs input from a core maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants