1
0
Fork 0

IDAC: Fixed time trial events config, added new events

This commit is contained in:
Dniel97 2023-10-01 22:17:06 +02:00
parent 7033234b23
commit 4ba01cdf20
Signed by untrusted user: Dniel97
GPG Key ID: 6180B3C768FB2E08
4 changed files with 127 additions and 2 deletions

View File

@ -109,7 +109,7 @@ class IDACTimetrialConfig:
self.__config,
"idac",
"timetrial",
"enabled_stamps",
"enabled_timetrial",
default="touhou_remilia_scarlet",
)

View File

@ -0,0 +1,62 @@
{
"timetrial_event_id": 5,
"name": "フランドール・スカーレット",
"url": "https://info-initialdac.sega.jp/2356/",
"start_dt": "2023-10-01",
"end_dt": "2029-01-01",
"course_id": 18,
"point": [
50,
80,
80,
80,
80,
100,
100,
100,
100,
120,
120,
120,
120,
140,
140,
140,
140,
160,
160,
160,
160,
180,
180,
180,
180,
200,
200,
200,
200
],
"reward": [
{
"point": 500,
"reward_category_a": 21,
"reward_type_a": 496,
"reward_category_b": 0,
"reward_type_b": 0
},
{
"point": 1000,
"reward_category_a": 21,
"reward_type_a": 497,
"reward_category_b": 0,
"reward_type_b": 0
},
{
"point": 1500,
"reward_category_a": 18,
"reward_type_a": 117,
"reward_category_b": 0,
"reward_type_b": 0
}
]
}

View File

@ -1,8 +1,9 @@
{
"timetrial_event_id": 4,
"name": "レミリア・スカーレット",
"url": "https://info-initialdac.sega.jp/2345/",
"start_dt": "2023-10-01",
"end_dt": "2023-11-01",
"end_dt": "2029-01-01",
"course_id": 22,
"point": [
50,

View File

@ -0,0 +1,62 @@
{
"timetrial_event_id": 6,
"name": "十六夜咲夜",
"url": "https://info-initialdac.sega.jp/2402/",
"start_dt": "2023-10-01",
"end_dt": "2029-01-01",
"course_id": 14,
"point": [
50,
80,
80,
80,
80,
100,
100,
100,
100,
120,
120,
120,
120,
140,
140,
140,
140,
160,
160,
160,
160,
180,
180,
180,
180,
200,
200,
200,
200
],
"reward": [
{
"point": 500,
"reward_category_a": 21,
"reward_type_a": 488,
"reward_category_b": 0,
"reward_type_b": 0
},
{
"point": 1000,
"reward_category_a": 21,
"reward_type_a": 489,
"reward_category_b": 0,
"reward_type_b": 0
},
{
"point": 1500,
"reward_category_a": 18,
"reward_type_a": 115,
"reward_category_b": 0,
"reward_type_b": 0
}
]
}