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

61 lines
1.6 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"ChallengeBoss.Tags"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_553004",
"CustomTextDirection": "Down",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "ChallengeBoss.Tag.1",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"ChallengeBoss.Tag.1"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_553009",
"CustomTextDirection": "Down",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8158,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5537
}
]
}
]
}