Add options to /player-settings, fix incorrect names, note that the /weighted-settings page is advanced
This commit is contained in:
parent
dc04034934
commit
6450e72deb
|
@ -37,9 +37,17 @@
|
|||
"name": "Master Sword Pedestal",
|
||||
"value": "pedestal"
|
||||
},
|
||||
{
|
||||
"name": "Master Sword Pedestal + Ganon",
|
||||
"value": "ganon_pedestal"
|
||||
},
|
||||
{
|
||||
"name": "Triforce Hunt",
|
||||
"value": "triforce_hunt"
|
||||
},
|
||||
{
|
||||
"name": "Triforce Hunt + Ganon",
|
||||
"value": "ganon_triforce_hunt"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -313,6 +321,10 @@
|
|||
"name": "Big Keys Only",
|
||||
"value": "b"
|
||||
},
|
||||
{
|
||||
"name": "Small and Big Keys",
|
||||
"value": "sb"
|
||||
},
|
||||
{
|
||||
"name": "Full Keysanity",
|
||||
"value": "mscb"
|
||||
|
@ -334,11 +346,11 @@
|
|||
"value": "none"
|
||||
},
|
||||
{
|
||||
"name": "Dungeon Entrances",
|
||||
"name": "Simple Dungeon Entrance Shuffle",
|
||||
"value": "dungeonssimple"
|
||||
},
|
||||
{
|
||||
"name": "Dungeon Interiors",
|
||||
"name": "Full Dungeon Entrance Shuffle",
|
||||
"value": "dungeonsfull"
|
||||
},
|
||||
{
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<h1>Start Game</h1>
|
||||
<p>Choose the options you would like to play with! You may generate a single-player game from this page,
|
||||
or download a settings file you can use to participate in a MultiWorld. If you would like to make
|
||||
your settings extra random, check out the <a href="/weighted-settings">weighted settings</a>
|
||||
your settings extra random, check out the advanced <a href="/weighted-settings">weighted settings</a>
|
||||
page. There, you will find examples of all available sprites as well.</p>
|
||||
|
||||
<p>A list of all games you have generated can be found <a href="/user-content">here</a>.</p>
|
||||
|
|
Loading…
Reference in New Issue