-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3153 from Pennek/gameplay-stubs
Add Accuracy, Drain Time, Play Time, Spectate stubs
- Loading branch information
Showing
5 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Accuracy | ||
|
||
<!-- TODO: needs to be combined with /wiki/Accuracy in some way --> | ||
|
||
**Accuracy** defines how accurately a player is hitting [hit objects](/wiki/Hit_Objects) on a [beatmap](/wiki/Beatmaps). This value varies from 0 to 100%. Accuracy can be seen in the top-right corner while watching a replay or playing a beatmap. | ||
|
||
<!-- this is a stub --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
tags: | ||
- drain length | ||
--- | ||
|
||
# Drain time | ||
|
||
**Drain time** refers to the total duration of a [beatmap](/wiki/Beatmaps) that requires the player to be active. Drain time does not include breaks and unmapped portions of a beatmap. | ||
|
||
Beatmaps with very long drain times (usually longer than 5 minutes) are typically referred to as marathon maps and require endurance beyond the norm in order to complete successfully. | ||
|
||
<!-- this is a stub --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
tags: | ||
- length | ||
- playtime | ||
- total length | ||
--- | ||
|
||
# Play time | ||
|
||
**Play time** is the total duration of a [beatmap](/wiki/Beatmaps). This includes the lead-in time and the break time(s). This usually correlates with the beatmap's song length. | ||
|
||
<!-- this is a stub --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
tags: | ||
- spectating | ||
- spectator | ||
--- | ||
|
||
# Spectate | ||
|
||
<!-- TODO: needs to be combined with /wiki/Replay#spectator in some way --> | ||
|
||
**Spectating** is when someone watches another player playing a [beatmap](/wiki/Beatmaps) in real time. To spectate, open the extended chat and click on a grey user panel. | ||
|
||
For this to work, you will need to have a copy of the exact same beatmap the player you wish to spectate is playing. However, if you have an [osu!supporter](/wiki/osu!supporter) tag, the beatmapset will be downloaded and processed for you through osu!direct. | ||
|
||
<!-- this is a stub --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Gameplay | ||
|
||
- [Accuracy](/wiki/Gameplay/Accuracy) | ||
- [Drain Time](/wiki/Gameplay/Drain_Time) | ||
- [Play Time](/wiki/Gameplay/Play_Time) | ||
- [Spectate](/wiki/Gameplay/Spectate) | ||
|
||
<!-- TODO: category needs some fleshing out and this index probably shouldn't be empty --> |