Files
turnbasedgamedata/Config/Level/Tutorial/Tutorial_5569.json
2025-05-20 21:34:22 -03:00

35 lines
872 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "Maze_TimelineBtn",
"ProtectTime": 0
}
],
"NodeIDList": [
"Maze_TimelineBtn"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_556901 ",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
],
"EntityEventList": []
}