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

64 lines
1.8 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0
}
],
"NodeIDList": [
"Monopoly.Ticket.Info"
],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_509301",
"GuideTalkID": 518901,
"OverrideActionName": "Menu_UnchangeA",
"CustomTextDirection": "Down",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableSubmit": true,
"EnableClickInHintArea": true,
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "Monopoly.Ticket.Go",
"ProtectTime": 0
}
],
"NodeIDList": [
"Monopoly.Ticket.Go"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_509301",
"GuideTalkID": 518902,
"OverrideActionName": "Menu_UnchangeA",
"CustomTextDirection": "Left",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableSubmit": true,
"EnableClickInHintArea": true,
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5189
}
]
}
]
}