Super Mario World: Implement New Game (#1045)

This commit is contained in:
PoryGone
2022-09-29 14:16:59 -04:00
committed by GitHub
parent 885c8d3fcc
commit 13edfa60be
23 changed files with 4923 additions and 2 deletions

View File

@@ -0,0 +1,43 @@
# Super Mario World
## Where is the settings page?
The [player settings page for this game](../player-settings) contains all the options you need to configure and export a config file.
## What does randomization do to this game?
Mario's basic abilities are removed, and placed into the item pool as items that any player can find. This includes:
- Carry
- Climb
- Run
- P-Switch
- Swim
- Spin Jump
- Yoshi
Additionally, the ability to use powerups (Mushrooms, Fire Flowers, Capes, Stars, and P-Balloons) are shuffled into the item pool, as are the Four Switch Palaces.
## What is the goal of Super Mario World when randomized?
There are two goals which can be chosen:
- `Bowser`: Reach Bowser's Castle and defeat Bowser, after defeating a certain number of bosses.
- `Yoshi Egg Hunt`: Collect a certain number of Yoshi Eggs, then return to Yoshi's House
## What items and locations get shuffled?
Each unique level exit awards a location check. Optionally, collecting five Dragon Coins in each level can also award a location check.
Mario's various abilities and powerups as described above are placed into the item pool.
If the player is playing Yoshi Egg Hunt, a certain number of Yoshi Eggs will be placed into the item pool.
Any additional items that are needed to fill out the item pool with be 1-Up Mushrooms.
## Which items can be in another player's world?
Any shuffled item can be in other players' worlds.
## What does another world's item look like in Super Mario World
Items do not have an appearance in Super Mario World.
## When the player receives an item, what happens?
The player can choose to receive a text box in-game when they receive an item. Regardless of that choice, items will be queued, and granted when the player next enters a level.