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

StS: Update location table and move item creation to create_items from generate_basic. #1938

Merged
merged 5 commits into from
Jul 22, 2023

Conversation

KonoTyran
Copy link
Contributor

What is this fixing or adding?

fixes spire in #1460

also removes the extra items that dont exist in base game.

How was this tested?

ran it against #1460 and it no longer triggers a fail for this test.

@ThePhar
Copy link
Member

ThePhar commented Jul 4, 2023

Until we get #1933 merged, don't forget to also increment data_version.

@ThePhar ThePhar changed the title spire_changes StS: Update location table and move item creation to create_items from generate_basic. Jul 4, 2023
@ThePhar ThePhar added is: maintenance Regular updates to requirements and utilities that do not fix bugs or change/add features. is: refactor/cleanup Improvements to code/output readability or organizization. and removed is: maintenance Regular updates to requirements and utilities that do not fix bugs or change/add features. labels Jul 4, 2023
set_rule(world.get_location("Heart Room", player), lambda state: state.has("Beat Act 3 Boss", player))

if world.logic[player] != 'no logic':
Copy link
Collaborator

Choose a reason for hiding this comment

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

? spire doesn't have a logic option does it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

i was just copying the old bad minecraft code back when i did this bit.

@@ -29,7 +28,6 @@
'Relic 10': 20010,
'Boss Relic 1': 22001,
'Boss Relic 2': 22002,
'Boss Relic 3': 22003,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Since this removes 2 locations from the pool while keeping the number of items the same, the StS world now causes unplaced items.

Fix item pool
@ThePhar ThePhar merged commit 9b1de8f into ArchipelagoMW:main Jul 22, 2023
FlySniper pushed a commit to FlySniper/Archipelago that referenced this pull request Nov 14, 2023
kl3cks7r pushed a commit to kl3cks7r/Archipelago that referenced this pull request Dec 15, 2023
Jouramie pushed a commit to Jouramie/Archipelago that referenced this pull request Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: refactor/cleanup Improvements to code/output readability or organizization.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants