Add options to /player-settings, fix incorrect names, note that the /weighted-settings page is advanced

This commit is contained in:
Chris Wilson 2020-12-06 00:16:22 -05:00
parent dc04034934
commit 6450e72deb
2 changed files with 15 additions and 3 deletions

View File

@ -37,9 +37,17 @@
"name": "Master Sword Pedestal", "name": "Master Sword Pedestal",
"value": "pedestal" "value": "pedestal"
}, },
{
"name": "Master Sword Pedestal + Ganon",
"value": "ganon_pedestal"
},
{ {
"name": "Triforce Hunt", "name": "Triforce Hunt",
"value": "triforce_hunt" "value": "triforce_hunt"
},
{
"name": "Triforce Hunt + Ganon",
"value": "ganon_triforce_hunt"
} }
] ]
}, },
@ -313,6 +321,10 @@
"name": "Big Keys Only", "name": "Big Keys Only",
"value": "b" "value": "b"
}, },
{
"name": "Small and Big Keys",
"value": "sb"
},
{ {
"name": "Full Keysanity", "name": "Full Keysanity",
"value": "mscb" "value": "mscb"
@ -334,11 +346,11 @@
"value": "none" "value": "none"
}, },
{ {
"name": "Dungeon Entrances", "name": "Simple Dungeon Entrance Shuffle",
"value": "dungeonssimple" "value": "dungeonssimple"
}, },
{ {
"name": "Dungeon Interiors", "name": "Full Dungeon Entrance Shuffle",
"value": "dungeonsfull" "value": "dungeonsfull"
}, },
{ {

View File

@ -14,7 +14,7 @@
<h1>Start Game</h1> <h1>Start Game</h1>
<p>Choose the options you would like to play with! You may generate a single-player game from this page, <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 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> 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> <p>A list of all games you have generated can be found <a href="/user-content">here</a>.</p>