From 6450e72deb0067a43d44dc1c3050fe5b3a105e82 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 6 Dec 2020 00:16:22 -0500 Subject: [PATCH] Add options to /player-settings, fix incorrect names, note that the /weighted-settings page is advanced --- WebHostLib/static/static/playerSettings.json | 16 ++++++++++++++-- WebHostLib/templates/playerSettings.html | 2 +- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/WebHostLib/static/static/playerSettings.json b/WebHostLib/static/static/playerSettings.json index 4d9d5c2d..c2858cb0 100644 --- a/WebHostLib/static/static/playerSettings.json +++ b/WebHostLib/static/static/playerSettings.json @@ -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" }, { diff --git a/WebHostLib/templates/playerSettings.html b/WebHostLib/templates/playerSettings.html index 6eb4c8d1..8f3e584a 100644 --- a/WebHostLib/templates/playerSettings.html +++ b/WebHostLib/templates/playerSettings.html @@ -14,7 +14,7 @@

Start Game

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 weighted settings + your settings extra random, check out the advanced weighted settings page. There, you will find examples of all available sprites as well.

A list of all games you have generated can be found here.