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

64 lines
1.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8075,
"WaitForExit": true,
"TaskEnabled": false
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "ChallengeLevel.MaxLevel",
"ProtectTime": 0
}
],
"NodeIDList": [
"ChallengeLevel.MaxLevel"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_509301",
"OverrideActionName": "Menu_UnchangeA",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction"
},
{
"$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": 5098
}
]
}
]
}