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

35 lines
885 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "Monopoly.OnceMore"
}
],
"NodeIDList": [
"Monopoly.OnceMore"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_509301",
"GuideTalkID": 520001,
"OverrideActionName": "Menu_UnchangeY",
"CustomTextDirection": "Up",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5200
}
]
}
]
}