2024-10-21 03:16:22 -03:00

63 lines
1.6 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitGroupEvent",
"EventName": {
"Value": "OpenUI_MusicRhythm"
},
"OnEvent": [
{
"$type": "RPG.GameCore.ShowTransitionLoadingUI",
"Name": "Ui.MusicRhythm.MusicRhythmTransitionDialog"
},
{
"$type": "RPG.GameCore.ShowUI",
"Name": "Ui.MusicRhythm.MusicRhythmMainEntrancePage",
"WaitForExit": true,
"OnUIEnter": [
{
"$type": "RPG.GameCore.ExitTransitionLoadingUI"
},
{
"$type": "RPG.GameCore.SetLocalPlayerDitherAlpha"
},
{
"$type": "RPG.GameCore.LockPlayerControl"
}
],
"OnUIExitImmediately": [
{
"$type": "RPG.GameCore.SetLocalPlayerDitherAlpha",
"DitherAlpha": 1
},
{
"$type": "RPG.GameCore.UnLockPlayerControl"
}
]
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitGroupEvent",
"EventName": {
"Value": "FinishMission8026121"
},
"OnEvent": [
{
"$type": "RPG.GameCore.ClientFinishMission",
"SubmissionID": 802612102
}
]
}
]
}
],
"Type": "Group"
}