forked from Hay1tsme/artemis
IDAC: Fixed time trial events config, added new events
This commit is contained in:
parent
7033234b23
commit
4ba01cdf20
@ -109,7 +109,7 @@ class IDACTimetrialConfig:
|
||||
self.__config,
|
||||
"idac",
|
||||
"timetrial",
|
||||
"enabled_stamps",
|
||||
"enabled_timetrial",
|
||||
default="touhou_remilia_scarlet",
|
||||
)
|
||||
|
||||
|
62
titles/idac/data/timetrial/touhou_flandre_scarlet.json
Normal file
62
titles/idac/data/timetrial/touhou_flandre_scarlet.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
@ -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,
|
||||
|
62
titles/idac/data/timetrial/touhou_sakuya_izayoi.json
Normal file
62
titles/idac/data/timetrial/touhou_sakuya_izayoi.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user