turnbasedgamedata/Config/Level/Tutorial/Tutorial_5811.json
2025-02-24 07:50:34 -03:00

39 lines
986 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 9925,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "TelevisionMainPage.Start",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"TelevisionMainPage.Start"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_581101",
"GuideTalkID": 983085,
"CustomTextDirection": "Up",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}