mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-08-09 12:41:56 -05:00
fix: display S+ and SS+ for chu3 on AquaNet
This commit is contained in:
parent
3e2c198204
commit
08bf69c723
|
|
@ -29,7 +29,9 @@ const multTable = {
|
|||
'chu3': [
|
||||
[ 100.9, 215, 'SSS+' ],
|
||||
[ 100.75, 200, 'SSS' ],
|
||||
[ 100.50, 0, 'SS+' ],
|
||||
[ 100.0, 0, 'SS' ],
|
||||
[ 99.0, 0, 'S+' ],
|
||||
[ 97.5, 0, 'S' ],
|
||||
[ 95.0, 0, 'AAA' ],
|
||||
[ 92.5, 0, 'AA' ],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user