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

60 lines
1.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "TrainPartyMeetingGameplayPage"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.CheckUIMode",
"OnMobileOrPC": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "Skill.1",
"ProtectTime": 0
}
],
"OnController": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ActionRelease",
"Param": "Menu_UnchangeLeftStickButton",
"ProtectTime": 0
}
]
}
],
"NodeIDList": [
"Skill.1"
],
"GuideTextType": "Talk",
"GuideTalkID": 801301,
"OverrideActionName": "Menu_UnchangeLeftStickButton",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "TrainPartyPassengerLeavePage"
},
"EnableClickInHintArea": true,
"EnableActionList": [
"Menu_UnchangeLeftStickButton"
],
"EnableBattleOperationList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}