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

67 lines
1.6 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.SetLuaActionQueuePause"
},
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "ChallengeAutoSettleTutorialShowReward"
}
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "UI.ChallengeReward",
"ProtectTime": 0
}
],
"NodeIDList": [
"UI.ChallengeReward"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_511301",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.SetLuaActionQueuePause",
"IsPause": false
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5113
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "ChallengeAutoSettleTutorialSkipReward"
}
},
{
"$type": "RPG.GameCore.SetLuaActionQueuePause",
"IsPause": false
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5112
}
]
}
]
}