mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-04-19 06:00:18 +00:00
feat: score lower limit constants
Add play result score lower limits
This commit is contained in:
parent
09fbebf7a4
commit
c585e5ec04
12
src/arcaea_offline/constants/play_result.py
Normal file
12
src/arcaea_offline/constants/play_result.py
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
from dataclasses import dataclass
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass(frozen=True)
|
||||||
|
class ScoreLowerLimits:
|
||||||
|
EX_PLUS = 9900000
|
||||||
|
EX = 9800000
|
||||||
|
AA = 9500000
|
||||||
|
A = 9200000
|
||||||
|
B = 8900000
|
||||||
|
C = 8600000
|
||||||
|
D = 0
|
Loading…
x
Reference in New Issue
Block a user