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

64 lines
1.6 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "RogueNous.RecommendStory1"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"RogueNous.RecommendStory1"
],
"GuideTextType": "RogueTalk",
"GuideTalkID": 983085,
"CustomTextDirection": "Up",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"RogueNous.RecommendStory1"
],
"GuideTextType": "RogueTalk",
"GuideTalkID": 983090,
"CustomTextDirection": "Up",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialTaskUnlock",
"TriggerParam": {
"Value": "9304"
}
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 9304,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9322
}
]
}
]
}