mirror of
https://github.com/283375/arcaea-offline.git
synced 2025-04-09 17:40:17 +00:00
feat: ETERNAL rating class support
This commit is contained in:
parent
2bd64bbd5e
commit
8dc433b12a
@ -5,6 +5,7 @@ RATING_CLASS_TEXT_MAP = {
|
|||||||
1: "Present",
|
1: "Present",
|
||||||
2: "Future",
|
2: "Future",
|
||||||
3: "Beyond",
|
3: "Beyond",
|
||||||
|
4: "Eternal",
|
||||||
}
|
}
|
||||||
|
|
||||||
RATING_CLASS_SHORT_TEXT_MAP = {
|
RATING_CLASS_SHORT_TEXT_MAP = {
|
||||||
@ -12,6 +13,7 @@ RATING_CLASS_SHORT_TEXT_MAP = {
|
|||||||
1: "PRS",
|
1: "PRS",
|
||||||
2: "FTR",
|
2: "FTR",
|
||||||
3: "BYD",
|
3: "BYD",
|
||||||
|
4: "ETR",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user