turnbasedgamedata/Config/Level/Tutorial/Tutorial_9098.json
2025-02-24 07:50:34 -03:00

37 lines
939 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "RogueTournSelectFormulaPage.BtnGuide",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"RogueTournSelectFormulaPage.BtnGuide"
],
"GuideTextType": "RogueTalk",
"GuideTalkID": 909801,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal"
},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
],
"EntityEventList": []
}