Skip to content

Commit 24751d5

Browse files
authored
Merge pull request #11996 from tsunyoku/fix-difficulty-attribute-docs
Update `BeatmapDifficultyAttributes` documentation
2 parents 894851a + ef6bcb9 commit 24751d5

File tree

1 file changed

+13
-29
lines changed

1 file changed

+13
-29
lines changed

resources/views/docs/_structures/beatmap_difficulty_attributes.md

+13-29
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,23 @@ Represent beatmap difficulty attributes. Following fields are always present and
44

55
Field | Type
66
----------- | ----
7-
max_combo | integer
87
star_rating | float
8+
max_combo | integer
99

1010
### osu
1111

12-
Field | Type
13-
--------------------- | ----
14-
aim_difficulty | float
15-
approach_rate | float
16-
flashlight_difficulty | float
17-
overall_difficulty | float
18-
slider_factor | float
19-
speed_difficulty | float
12+
Field | Type
13+
---------------------------- | ----
14+
aim_difficulty | float
15+
aim_difficult_slider_count | float
16+
speed_difficulty | float
17+
speed_note_count | float
18+
slider_factor | float
19+
aim_difficult_strain_count | float
20+
speed_difficult_strain_count | float
2021

2122
### taiko
2223

23-
Field | Type
24-
------------------ | ----
25-
stamina_difficulty | float
26-
rhythm_difficulty | float
27-
colour_difficulty | float
28-
approach_rate | float
29-
great_hit_window | float
30-
31-
### fruits
32-
33-
Field | Type
34-
------------- | ----
35-
approach_rate | float
36-
37-
### mania
38-
39-
Field | Type
40-
---------------- | ----
41-
great_hit_window | float
42-
score_multiplier | float
24+
Field | Type
25+
------------------- | ----
26+
mono_stamina_factor | float

0 commit comments

Comments
 (0)