Skip to content

Commit

Permalink
Merge pull request #12598 from cl8n/system-mods
Browse files Browse the repository at this point in the history
Expand system mod articles
  • Loading branch information
Walavouchey authored Dec 26, 2024
2 parents 78894a1 + 4d31f9e commit 3c53a1f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 8 deletions.
12 changes: 9 additions & 3 deletions wiki/Gameplay/Game_modifier/Score_V2_(lazer)/en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
stub: true
tags:
- ScoreV2
- SV2
Expand Down Expand Up @@ -28,10 +27,17 @@ tags:

:::

*For the osu!stable version of this article, see: [ScoreV2 (mod)](/wiki/Gameplay/Game_modifier/ScoreV2)*\
*For the osu!(stable) version of this article, see: [ScoreV2 (mod)](/wiki/Gameplay/Game_modifier/ScoreV2)*\
*For the full list of all [lazer](/wiki/Client/Release_stream/Lazer) mods, see: [Game modifier (lazer)](/wiki/Gameplay/Game_modifier_(lazer))*

<!-- TODO description and settings -->
The **Score V2** mod indicates that a score was set on osu!(stable) and used the [ScoreV2](/wiki/Gameplay/Score#scorev2) gameplay mechanics and scoring algorithm.[^score-v2-ref] Scores with this mod display their original score value, unlike all other osu!(stable) scores, which are recalculated using a newer scoring algorithm.[^original-score-ref]

Score V2 cannot be used in osu!(lazer).

## References

[^score-v2-ref]: [`ModScoreV2` in osu!(lazer)'s source code](https://github.com/ppy/osu/blob/62e536baf6e9f464e8a355d9491f2ac84b21b7b0/osu.Game/Rulesets/Mods/ModScoreV2.cs#L9)
[^original-score-ref]: [`StandardisedScoreMigrationTools` in osu!(lazer)'s source code](https://github.com/ppy/osu/blob/62e536baf6e9f464e8a355d9491f2ac84b21b7b0/osu.Game/Database/StandardisedScoreMigrationTools.cs#L302-L303)

[osu!]: /wiki/shared/mode/osu.png "osu!"
[osu!taiko]: /wiki/shared/mode/taiko.png "osu!taiko"
Expand Down
15 changes: 10 additions & 5 deletions wiki/Gameplay/Game_modifier/Touch_Device_(lazer)/en.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
stub: true
tags:
- TD
- touch screen
- touchdevice
- TouchDevice
- touchscreen
---

Expand All @@ -26,14 +25,20 @@ tags:
| Game modes | ![][osu!] |
| Score multiplier | 1.00x |
| Status | Ranked |
| Incompatible mods | None |
| Incompatible mods | [Autoplay (AT)](/wiki/Gameplay/Game_modifier/Autoplay_(lazer)), [Cinema (CN)](/wiki/Gameplay/Game_modifier/Cinema_(lazer)), [Autopilot (AP)](/wiki/Gameplay/Game_modifier/Autopilot_(lazer)), Bloom (BM) <!-- TODO: link --> |

:::

*For the full list of all [lazer](/wiki/Client/Release_stream/Lazer) mods, see: [Game modifier (lazer)](/wiki/Gameplay/Game_modifier_(lazer))*

<!-- TODO note that this is in stable too but doesn't have a wiki article -->
The **Touch Device** mod indicates that a score was played on [a device with a touchscreen](/wiki/Gameplay/Input_device/Touch_device) and used touch inputs during gameplay (excluding [breaks](/wiki/Beatmap/Break)).[^touch-inputs-ref] It adjusts [star rating](/wiki/Beatmap/Star_rating) and [performance points](/wiki/Performance_points) calculations to account for the reduced difficulty of large [jumps](/wiki/Beatmap/Pattern/osu!/Jump) with this playstyle.

<!-- TODO description and settings -->
Touch Device cannot be selected by the user. It is applied to scores automatically when the conditions are met.

<!-- TODO should have a history section -->

## References

[^touch-inputs-ref]: [`PlayerTouchInputDetector` in osu!(lazer)'s source code](https://github.com/ppy/osu/blob/62e536baf6e9f464e8a355d9491f2ac84b21b7b0/osu.Game/Screens/Play/PlayerTouchInputDetector.cs#L35-L62)

[osu!]: /wiki/shared/mode/osu.png "osu!"

0 comments on commit 3c53a1f

Please sign in to comment.