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

34 lines
864 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"ActivityClockParkGamePlayPageCard.1215"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_ClockPark_10407",
"GuideTalkID": 532651,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5326
}
]
}
]
}