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

70 lines
2.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "ActivityClockPark.MainEntrancePage.RaidButton",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"ActivityClockPark.MainEntrancePage.RaidButton"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_ClockPark_11301",
"GuideTalkID": 531551,
"CustomTextDirection": "Left",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "ClockParkGamePlayRaidLevelPage"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "ClockParkRaidLevel.Raid1",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"ClockParkRaidLevel.Raid1"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_ClockPark_11301",
"GuideTalkID": 531552,
"CustomTextDirection": "Right",
"GuideHintShowConfig": {
"UseCustomConfig": true,
"ScaleY": 0.8,
"OffsetY": 35
},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5315
}
]
}
]
}