Create custom_logic.md - #131
Conversation
| ### Chair Skips | ||
|
|
||
| A chair skip is when you bypass an obstacle by placing a chair somewhere you cannot normally get to and sitting in it. By default, you are never expected to do this. When your custom logic includes Chair Skips, you are expected to be able to reach the following locations using a chair skip: | ||
| - The entrance to the [Secret Woods](https://stardewvalleywiki.com/Secret_Woods) from Cindersap Forest. This normally requires a steel or better axe, ~~or the "Blink" ability from the [Magic Mod](<./Supported Mods.md#what-mods-are-supported>)~~. |
There was a problem hiding this comment.
why is the blink stuff struck? the page exists
There was a problem hiding this comment.
It exists, but according to that page the mod is unsupported. I've also included but crossed out other mentions of mods that are unsupported (such as SVE).
There was a problem hiding this comment.
I'd rather not include that text at all, or include it without being struck. I'm not a fan of using struck through to mean "this is true but not relevant anymore"
|
|
||
| By default, you are not expected to earn any hearts with villagers until you unlock their birthday. If a villager doesn't have a birthday (such as ~~Apples in [SVE](<./Supported Mods.md#what-mods-are-supported>)~~), you instead need to unlock every season or reach year 3, whichever comes first. | ||
|
|
||
| The "Ignore Birthdays" setting disables this behavior. This means that as soon as you can meet a villager, you can logically become maximum hearts with them. This can greatly increase the number of checks available at the start of a run if you are using ~~[Friendsanity](./friendsanity)~~ or ~~[Chefsanity](./chefsanity)~~ (with friendship recipes randomized). |
There was a problem hiding this comment.
This should mention that you still need heart X to be expected to earn heart X+1
There was a problem hiding this comment.
I know that the code says that, but things like UT seem to put all of the heart checks in logic at the same time. It might affect which sphere that check goes into, but I'm not sure if that's enough to warrant mentioning it here. But if you think it should still be mentioned here, I can add it.
There was a problem hiding this comment.
It's a pretty core part of the behavior. If you think UT is wrong about it, you should show that, as that would be a bug that needs addressing.
Replaced "checks" with "locations" in line 5
Creates the file custom_logic.md. Also updates index.md to no longer cross out "Custom Logic".