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

44 lines
1.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "RogueSelectBuffPage"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"RogueSelectBuffPageV2.Buff1"
],
"GuideTextType": "RogueTalk",
"GuideTalkID": 90471
},
{
"$type": "RPG.GameCore.TutorialTaskUnlock",
"TriggerParam": {
"Value": "9120"
}
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 9120,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9048
}
]
}
]
}