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

49 lines
1.2 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "RogueSelectBuffPageV2.Buff1"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"RogueSelectBuffPageV2.Buff1"
],
"GuideTextType": "RogueTalk",
"GuideTalkID": 90213
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"RogueSelectBuffPageV2.Buff1"
],
"GuideTextType": "RogueTalk",
"GuideTalkID": 90214
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9021
}
]
}
]
}