TUNIC: Add note about bushes to logic section of game info page (#3555)
* Add note about bushes to logic section of readme * Update worlds/tunic/docs/en_TUNIC.md Co-authored-by: Silent <110704408+silent-destroyer@users.noreply.github.com> --------- Co-authored-by: Silent <110704408+silent-destroyer@users.noreply.github.com>
This commit is contained in:
parent
67a0a04917
commit
19d00547c2
|
@ -53,6 +53,7 @@ You can also use the Universal Tracker (by Faris and qwint) to find a complete l
|
||||||
## What should I know regarding logic?
|
## What should I know regarding logic?
|
||||||
In general:
|
In general:
|
||||||
- Nighttime is not considered in logic. Every check in the game is obtainable during the day.
|
- Nighttime is not considered in logic. Every check in the game is obtainable during the day.
|
||||||
|
- Bushes are not considered in logic. It is assumed that the player will find a way past them, whether it is with a sword, a bomb, fire, luring an enemy, etc. There is also an option in the in-game randomizer settings menu to clear some of the early bushes.
|
||||||
- The Cathedral is accessible during the day by using the Hero's Laurels to reach the Overworld fuse near the Swamp entrance.
|
- The Cathedral is accessible during the day by using the Hero's Laurels to reach the Overworld fuse near the Swamp entrance.
|
||||||
- The Secret Legend chest at the Cathedral can be obtained during the day by opening the Holy Cross door from the outside.
|
- The Secret Legend chest at the Cathedral can be obtained during the day by opening the Holy Cross door from the outside.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue