-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[MoM] Add pseudo tool to nether crystal outcroppings, add that tool as a possibility to contemplation recipes #72794
[MoM] Add pseudo tool to nether crystal outcroppings, add that tool as a possibility to contemplation recipes #72794
Conversation
Maybe the shenanigans in question could simply be some mid to high-level Nether Attunement affects? I'd be simple enough to hook together the two effects. |
I had the idea for some separate conditions to give Observed its own identity since right now it only gives you bad dreams (hearing voices, sleepwalking, hallucinations, etc), so some of that might get implemented here. |
Spell checker encountered unrecognized words in the in-game text added in this pull request. See below for details. Click to expand
This alert is automatically generated. You can simply disregard if this is inaccurate, or (optionally) you can also add the new words to Hints for adding a new word to the dictionary
|
Summary
Mods "[MoM] Add pseudo tool to nether crystal outcroppings, add that tool as a possibility to contemplation recipes"
Purpose of change
If you can meditate using a matrix crystal as a focus, should you be able to meditate among a cluster of black nether crystal? I think you should.
Does this have the possibility to lead to some...odd outcomes if you're unlucky? It might.
Describe the solution
Add a pseudo-tool to nether crystal outcroppings and add that pseudo-tool in as a possible tool for contemplation recipes.
Also add a recurring EoC that checks whether you're hanging out at a crystal cluster for long periods of time (done by the recurring EoC firing off another EoC that checks if you're still there) and can give you the Observed effect, or if you do have the Observed effect, cause some shenanigans (shenanigans to be determined).
Describe alternatives you've considered
Testing
Meditation at crystal clusters works. The EoC to check if you're near a cluster for a longer period of time also works and can give you the Observed effect. At the moment, I've only applied a single shenanigan (hearing sounds)--future PRs can expand these the way Nether Attunement is being expanded.
Most of the diff is splitting off Observed effects into their own file.
Additional context