turnbasedgamedata/Config/Level/Tutorial/Tutorial_5221.json
2025-02-24 07:50:34 -03:00

52 lines
1.2 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"MatchThreeChallengeMainPage.BtnSwitch"
],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "TopCenterTip",
"GuideText": "TutorialTextmap_522101",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "5221_1"
}
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "5221_1"
}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5221
}
]
}
],
"ValueSource": {}
}