turnbasedgamedata/Config/Level/Tutorial/Tutorial_9626.json
2024-10-21 03:16:22 -03:00

38 lines
898 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "SpaceZooResultScore"
},
{
"$type": "RPG.GameCore.WaitUIAnim",
"NodeID": "SpaceZooScoreTips",
"AnimStateName": "SpaceZooGetScoreTips",
"MaxWaitingTime": 2
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"SpaceZooScoreTips"
],
"GuideTextType": "Talk",
"GuideTalkID": 962601
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9626
}
]
}
]
}