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

31 lines
712 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"MatchThreeBattlePage.Self"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_521701",
"GuideTalkID": 522101,
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5217
}
]
}
],
"ValueSource": {}
}