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

55 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"ChallengBoss.Main.Team"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_553101",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"ChallengBoss.Main.Restart"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_553102",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5531
}
]
}
]
}