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

40 lines
1021 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "ChallengeBoss.Team1Ready"
}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "UI.ChallengeBoss.Team.Skill1",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"UI.ChallengeBoss.Team.Skill1"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_553006",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5536
}
]
}
]
}