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

39 lines
905 B
JSON

{
"OnInitSequece": [
{
"TaskList": []
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitGroupEvent",
"EventName": {
"Value": "Open_TrainingUI"
},
"OnEvent": [
{
"$type": "RPG.GameCore.SwordTrainingCheckStoryLineFinished",
"StoryID": 1,
"OnFinished": [
{
"$type": "RPG.GameCore.ShowUI",
"Name": "Ui.ActivitySwordTraining.Entrance.SwordTrainingSelectStoryLinePage",
"OnUIEnter": []
}
],
"OnNotFinished": [
{
"$type": "RPG.GameCore.SwordTrainingEnterGame",
"StoryID": 1
}
]
}
]
}
]
}
],
"Type": "Group"
}