Files
turnbasedgamedata/Config/Level/Tutorial/Tutorial_8005.json
2025-07-03 10:50:43 +02:00

61 lines
1.6 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "TrainPartyBuildTaskPage"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [],
"GuideTextType": "CommonCenterTalk",
"GuideTalkID": 800501,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "TrainPartyBuildTaskPage"
},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"Build.Task"
],
"GuideTextType": "Talk",
"GuideTalkID": 800502,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "TrainPartyBuildTaskPage"
},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}