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

55 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "FightFestMainPage"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "ShowNode",
"Param": "StageBoard"
},
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"FightFest.MainBoard.Tutorial01"
],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_552101",
"GuideTalkID": 523121,
"OverrideActionName": "Menu_Confirm",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {
"UseCustomConfig": true,
"OffsetX": -150
},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "HideNode",
"Param": "StageBoard"
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
],
"ValueSource": {}
}