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

raidboss: update wording for ex7 miasmic #5847

Merged
merged 4 commits into from
Oct 9, 2023
Merged

Conversation

quisquous
Copy link
Owner

Most players seem to dodge north for this (even though it makes the spread tough). Also, the current version orders the outputs by their ordering in the array, which means that sometimes the "north" direction is first and sometimes second.

To add clarity, only consider safe spots on the north side of the room, and then add explicit wording for where to go.

This is maybe controversial as "east wall" could be ambiguous between ENE and ESE but it felt like to me that if most people dodge north, we can just say the "north" safe spot with details in parentheses. I found this to be more clear, at least.

This output strings change would also let people change to using marker names in the output strings more easily.

Most players seem to dodge north for this (even though it makes
the spread tough). Also, the current version orders the outputs
by their ordering in the array, which means that sometimes
the "north" direction is first and sometimes second.

To add clarity, only consider safe spots on the north side
of the room, and then add explicit wording for where to go.

This is maybe controversial as "east wall" could be ambiguous
between ENE and ESE but it felt like to me that if most people
dodge north, we can just say the "north" safe spot with details
in parentheses. I found this to be more clear, at least.

This output strings change would also let people change to
using marker names in the output strings more easily.
@quisquous
Copy link
Owner Author

(cc @wexxlee for thoughts; sorry if this is too opinionated of a suggestion)

@wexxlee
Copy link
Contributor

wexxlee commented Oct 8, 2023

Been moving all weekend so haven't had a chance to dive back into ex7. Conceptually makes sense to me to simplify the calls -- but I seem to remember one pattern where the only north-ish safe spot is actually WSW? I might be misremembering that though. Will try to pull my prog logs tonight and run them through emulator with this fix and make sure I'm not hallucinating.

@valarnin
Copy link
Collaborator

valarnin commented Oct 8, 2023

During miasmic, there's always a safe spot in the north half and a safe spot in the south half, at an exact 45º angle from each other. e.g. ENE is safe means that SSW is safe.

en: 'North Wall (NNE/WSW)',
},
dirNNW: {
en: 'North Wall (NNW/WSW)',
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be "North Wall (NNW/ESE)".

Copy link
Owner Author

Choose a reason for hiding this comment

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

Whoops!

@quisquous quisquous merged commit 7494da5 into main Oct 9, 2023
6 checks passed
@quisquous quisquous deleted the zeromus_miasmic_wording branch October 9, 2023 20:22
github-actions bot pushed a commit that referenced this pull request Oct 9, 2023
Most players seem to dodge north for this (even though it makes the
spread tough). Also, the current version orders the outputs by their
ordering in the array, which means that sometimes the "north" direction
is first and sometimes second.

To add clarity, only consider safe spots on the north side of the room,
and then add explicit wording for where to go.

This is maybe controversial as "east wall" could be ambiguous between
ENE and ESE but it felt like to me that if most people dodge north, we
can just say the "north" safe spot with details in parentheses. I found
this to be more clear, at least.

This output strings change would also let people change to using marker
names in the output strings more easily. 7494da5
github-actions bot pushed a commit that referenced this pull request Oct 9, 2023
Most players seem to dodge north for this (even though it makes the
spread tough). Also, the current version orders the outputs by their
ordering in the array, which means that sometimes the "north" direction
is first and sometimes second.

To add clarity, only consider safe spots on the north side of the room,
and then add explicit wording for where to go.

This is maybe controversial as "east wall" could be ambiguous between
ENE and ESE but it felt like to me that if most people dodge north, we
can just say the "north" safe spot with details in parentheses. I found
this to be more clear, at least.

This output strings change would also let people change to using marker
names in the output strings more easily. 7494da5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants