This commit is contained in:
Mocca
2025-01-21 00:40:48 +07:00
parent 232c6a958a
commit b2b36a475f
94 changed files with 921746 additions and 98505 deletions

View File

@@ -1,11 +1,45 @@
{
"EventType_MissionDailyRelease|name": "Special Missions",
"EventType_MissionPanel|name": "Panel Missions",
"EventType_ProduceHighScore|name": "Kunio Juo's Idol Growth Month",
"EventType_StoryCampaign|name": "Free Commu Unlock Period",
"EventType_StoryEvent|name": "Story",
"EventType_StoryEventMainStory|name": "Hatsuboshi Commu",
"EventType_StoryEventBoxGasha|name": "Season",
"EventType_StoryEventGuildMission|name": "Story",
"EventType_GvgRaid|name": "Regional Tour"
"rules": {
"primaryKeys": [
"eventType"
]
},
"data": [
{
"eventType": "EventType_MissionDailyRelease",
"name": "Special Missions"
},
{
"eventType": "EventType_MissionPanel",
"name": "Panel Missions"
},
{
"eventType": "EventType_ProduceHighScore",
"name": "Kunio Juo's Idol Growth Month"
},
{
"eventType": "EventType_StoryCampaign",
"name": "Free Commu Unlock Period"
},
{
"eventType": "EventType_StoryEvent",
"name": "Story"
},
{
"eventType": "EventType_StoryEventMainStory",
"name": "Hatsuboshi Commu"
},
{
"eventType": "EventType_StoryEventBoxGasha",
"name": "Season"
},
{
"eventType": "EventType_StoryEventGuildMission",
"name": "Story"
},
{
"eventType": "EventType_GvgRaid",
"name": "Regional Tour"
}
]
}