chore(custom-ruleset): update custom ruleset definitions (#100)
* chore(custom-ruleset): Update custom ruleset definitions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Version: 2025.1108.0
|
||||
# Version: 2025.1228.0
|
||||
# Auto-generated by scripts/generate_ruleset_attributes.py.
|
||||
# Schema generated by https://github.com/GooGuTeam/custom-rulesets
|
||||
# Do not edit this file directly.
|
||||
@@ -29,9 +29,9 @@ class OsuPerformanceAttributes(PerformanceAttributes):
|
||||
accuracy: float
|
||||
flashlight: float
|
||||
effective_miss_count: float
|
||||
speed_deviation: float | None = None
|
||||
speed_deviation: float | None
|
||||
combo_based_estimated_miss_count: float
|
||||
score_based_estimated_miss_count: float | None = None
|
||||
score_based_estimated_miss_count: float | None
|
||||
aim_estimated_slider_breaks: float
|
||||
speed_estimated_slider_breaks: float
|
||||
|
||||
@@ -66,7 +66,7 @@ class OsuDifficultyAttributes(DifficultyAttributes):
|
||||
class TaikoPerformanceAttributes(PerformanceAttributes):
|
||||
difficulty: float
|
||||
accuracy: float
|
||||
estimated_unstable_rate: float | None = None
|
||||
estimated_unstable_rate: float | None
|
||||
|
||||
|
||||
class TaikoDifficultyAttributes(DifficultyAttributes):
|
||||
|
||||
Reference in New Issue
Block a user