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

44 lines
1.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "ChallengeBossThemeDialog"
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8148,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"ChallengBoss.Theme.Buff"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_553001",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5530
}
]
}
]
}