turnbasedgamedata/Config/Level/Tutorial/Tutorial_5803.json
2024-12-02 04:04:12 -03:00

95 lines
2.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.SetLuaActionQueuePause"
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8306,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.SetLuaActionQueuePause",
"IsPause": false
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction"
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "ChallengeStoryFeverDetailPage"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"ChallengeStory2.Team.Charge"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_580201",
"OverrideActionName": "Menu_UnchangeA",
"CustomTextDirection": "Down",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"ChallengeStory2.Team.Phase1"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_580202",
"OverrideActionName": "Menu_UnchangeA",
"CustomTextDirection": "Right",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"ChallengeStory2.Team.Phase2"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_580203",
"OverrideActionName": "Menu_UnchangeA",
"CustomTextDirection": "Right",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}