[Magiclysm] Signpost a way(denarius) to get to the forge of wonders #75837
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Content "Signpost a way(denarius) to get to the forge of wonders"
Purpose of change
The forge of wonders was made globally unique, but there's still no way to reliably find it.
Describe the solution
Thanks to Guardian's work to expose this the reveal and reveal route functions to EOCs, we can just write an EOC for it.
Describe alternatives you've considered
My original iteration had it firing on game start with this message:
{ "u_message": "When the troubles began, you felt something… new. You're not sure what it is, but you're sure you know how to get there. Somehow.", "type": "mixed" },
Testing
Works properly when used on the roads, gives
magicalprose hints when not on the roads as desired.Additional context
Will not function properly without #75836 due to oter id matching (there is no spawned terrain with the id of
road
, it always spawns with a connection suffix)