-
Notifications
You must be signed in to change notification settings - Fork 382
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
Conversation
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.
(cc @wexxlee for thoughts; sorry if this is too opinionated of a suggestion) |
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. |
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)', |
There was a problem hiding this comment.
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)".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whoops!
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
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
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.