Files
turnbasedgamedata/Config/Level/Tutorial/Tutorial_5099.json
2026-02-12 23:41:36 +01:00

32 lines
793 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_Confirm",
"CustomTextDirection": "Down",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5099
}
]
}
]
}