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

76 lines
1.9 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "OpenUI_MusicRhythm"
}
},
{
"$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.TriggerGroupEvent",
"EventName": {
"Value": "Cam"
}
}
],
"OnUIExitImmediately": [
{
"$type": "RPG.GameCore.SetLocalPlayerDitherAlpha",
"DitherAlpha": 1
},
{
"$type": "RPG.GameCore.UnLockPlayerControl"
},
{
"$type": "RPG.GameCore.ActiveVirtualCamera",
"AreaName": "LevelArea_P10306_F10306001_G87",
"AnchorName": "cam01",
"IsActive": false,
"DynamicParams": {}
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitGroupEvent",
"EventName": {
"Value": "Cam"
},
"OnEvent": [
{
"$type": "RPG.GameCore.ActiveVirtualCamera",
"AreaName": "LevelArea_P10306_F10306001_G87",
"AnchorName": "cam01",
"DynamicParams": {}
}
]
}
]
}
],
"Type": "Group"
}