Skip to content

Commit

Permalink
update aliases; update mr info
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesZh committed Jan 26, 2024
1 parent 592e4b8 commit 8c2c425
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions data/aliases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ songs:
小红帽: 109
乡野整活: 27
神谕: 213
asiantech: 118
dandelion: 211
take: 192
公交车: 193
8 changes: 4 additions & 4 deletions lib/lyricat/bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,12 +205,12 @@ def gen_multilingual_dynamic_commands name, aliases: [], **opts, &block
Calculate the single-chart MR for each chart, \
and then for each song, among all its charts (accept Frog Rappa Special), \
pick the one with the highest single-chart MR as the single-song MR of the song. \
Among songs before 5.0, pick 35 ones (called **b35**) \
Among songs before 5.0, pick (at most) 35 ones (called **b35**) \
with the highest single-song MRs. \
Among songs after 5.0, pick 15 ones (called **b15**) \
Among songs after 5.0, pick (at most) 15 ones (called **b15**) \
with the highest single-song MRs. \
Then, the average single-song MRs of all the 50 songs (called **b50**) \
is the total MR of the player.
Then, the sum of the single-song MRs of all the (at most) 50 songs \
(called **b50**) divided by 50 is the total MR of the player.
The calculation of the single-chart MR is as follows:
```
S' = S / 10000
Expand Down

0 comments on commit 8c2c425

Please sign in to comment.