Skip to content

Commit

Permalink
Muse Dash: Add mentions to Muse Plus to Docs and Options. (#2179)
Browse files Browse the repository at this point in the history
* Add mentions to Muse Plus.

* Grammer fix.

* Apply Exempt-Medics Suggestion

Co-authored-by: Exempt-Medic <[email protected]>

* Make [Just as Planned] casing consistent. Fix grammar on Available Trap Types option.

---------

Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
DeamonHunter and Exempt-Medic authored Sep 26, 2023
1 parent 974bab2 commit 4aed2be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions worlds/musedash/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


class AllowJustAsPlannedDLCSongs(Toggle):
"""Whether 'Just as Planned DLC' songs, and all the DLCs along with it, will be included in the randomizer."""
display_name = "Allow Just As Planned DLC Songs"
"""Whether [Just as Planned]/[Muse Plus] DLC Songs, and all the DLCs along with it, will be included in the randomizer."""
display_name = "Allow [Just as Planned]/[Muse Plus] DLC Songs"


class StreamerModeEnabled(Toggle):
Expand Down Expand Up @@ -125,7 +125,7 @@ class TrapTypes(Choice):
- VFX Traps consist of visual effects that play over the song. (i.e. Grayscale.)
- SFX Traps consist of changing your sfx setting to one possibly more annoying sfx.
Traps last the length of a song, or until you die.
Note: SFX traps are only available with Just As Planned dlc songs.
Note: SFX traps are only available if [Just as Planned] DLC songs are enabled.
"""
display_name = "Available Trap Types"
option_None = 0
Expand Down
2 changes: 1 addition & 1 deletion worlds/musedash/docs/en_Muse Dash.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The goal of Muse Dash is to collect a number of **Music Sheets**. Once you've co

Only the base Muse Dash game is required in order to play this game.

However, the **Just as Planned DLC** is recommended as the number of possible songs increases from 60+ to 400+ songs, which adds to the variety and increases replayability.
However, the **[Just as Planned]**/**[Muse Plus]** DLC is recommended, as it increases the number of possible songs from ~60 to 400+ songs, which adds to the variety and increases replayability.

## What Other Adjustments have been made to the Base Game?
- Several song select filters have been added to make finding songs to play easy.
Expand Down
2 changes: 1 addition & 1 deletion worlds/musedash/docs/setup_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- Windows 8 or Newer.
- Muse Dash: [Available on Steam](https://store.steampowered.com/app/774171/Muse_Dash/)
- \[Optional\] Just As Planned DLC: [Also Available on Steam](https://store.steampowered.com/app/1055810/Muse_Dash__Just_as_planned/)
- \[Optional\] [Just as Planned] DLC: [Also Available on Steam](https://store.steampowered.com/app/1055810/Muse_Dash__Just_as_planned/)
- Melon Loader: [GitHub](https://github.com/LavaGang/MelonLoader/releases/latest)
- .Net Framework 4.8 may be needed for the installer: [Download](https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48)
- .Net 6.0 (If not already installed): [Download](https://dotnet.microsoft.com/en-us/download/dotnet/6.0#runtime-6.0.15)
Expand Down

0 comments on commit 4aed2be

Please sign in to comment.