turnbasedgamedata/Config/Level/GroupGraph/F10306001/Group_F10306001_G363.json
2024-10-21 03:16:22 -03:00

67 lines
1.7 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"
},
{
"$type": "RPG.GameCore.ClientFinishMission",
"SubmissionID": 1802610101
}
],
"OnUIExitImmediately": [
{
"$type": "RPG.GameCore.SetLocalPlayerDitherAlpha",
"DitherAlpha": 1
},
{
"$type": "RPG.GameCore.UnLockPlayerControl"
}
]
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitLevelGraphFinish",
"OnFinish": [
{
"$type": "RPG.GameCore.SetLocalPlayerDitherAlpha",
"DitherAlpha": 1
},
{
"$type": "RPG.GameCore.UnLockPlayerControl"
}
]
}
]
}
],
"Type": "Group"
}