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

32 lines
795 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0
}
],
"NodeIDList": [
"UI.ChallengeMaze.FastTips"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_509302",
"OverrideActionName": "Menu_UnchangeA",
"CustomTextDirection": "Down",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5099
}
]
}
]
}