mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-06 20:13:55 +08:00
60 lines
1.7 KiB
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |