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

61 lines
1.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"RogueTourn.Reward.1"
],
"GuideHintType": "ClickRect",
"GuideTextType": "RogueTalk",
"GuideText": "TutorialTextmap_904802",
"GuideTalkID": 906001,
"CustomTextDirection": "Right",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"RogueTourn.Reward.3"
],
"GuideHintType": "ClickRect",
"GuideTextType": "RogueTalk",
"GuideText": "TutorialTextmap_904802",
"GuideTalkID": 906002,
"CustomTextDirection": "Right",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.WaitUIControllerClose",
"UIControllerName": "RogueTournResultPage"
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9060
}
]
}
]
}