forked from Hay1tsme/artemis
Compare commits
3 Commits
feat/chuni
...
fix/chuni/
Author | SHA1 | Date | |
---|---|---|---|
f747a731bf | |||
be2bf8b491 | |||
203aa43fe1 |
@ -1,8 +1,6 @@
|
|||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
from typing import Dict
|
from typing import Dict
|
||||||
|
|
||||||
from sqlalchemy.dialects.mysql.base import MySQLExecutionContext
|
|
||||||
|
|
||||||
from core.config import CoreConfig
|
from core.config import CoreConfig
|
||||||
from titles.chuni.sunplus import ChuniSunPlus
|
from titles.chuni.sunplus import ChuniSunPlus
|
||||||
from titles.chuni.const import ChuniConstants, MapAreaConditionLogicalOperator, MapAreaConditionType
|
from titles.chuni.const import ChuniConstants, MapAreaConditionLogicalOperator, MapAreaConditionType
|
||||||
@ -258,8 +256,8 @@ class ChuniLuminous(ChuniSunPlus):
|
|||||||
)
|
)
|
||||||
|
|
||||||
# LUMINOUS ep. II
|
# LUMINOUS ep. II
|
||||||
if 14250 in event_by_id:
|
if 14251 in event_by_id:
|
||||||
start_date = event_by_id[14250]["startDate"].strftime(self.date_time_format)
|
start_date = event_by_id[14251]["startDate"].strftime(self.date_time_format)
|
||||||
|
|
||||||
if not mystic_area_1_added:
|
if not mystic_area_1_added:
|
||||||
conditions.append(mystic_area_1_conditions)
|
conditions.append(mystic_area_1_conditions)
|
||||||
|
@ -242,6 +242,8 @@ class ChuniScoreData(BaseData):
|
|||||||
# Calculates the ROM version that should be fetched for rankings, based on the game version being retrieved
|
# Calculates the ROM version that should be fetched for rankings, based on the game version being retrieved
|
||||||
# This prevents tracks that are not accessible in your version from counting towards the 10 results
|
# This prevents tracks that are not accessible in your version from counting towards the 10 results
|
||||||
romVer = {
|
romVer = {
|
||||||
|
15: "2.20%",
|
||||||
|
14: "2.15%",
|
||||||
13: "2.10%",
|
13: "2.10%",
|
||||||
12: "2.05%",
|
12: "2.05%",
|
||||||
11: "2.00%",
|
11: "2.00%",
|
||||||
|
Reference in New Issue
Block a user