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

45 lines
1.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "ChessRogueBoardPage"
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.ShowTutorialGuideTalkListDialog",
"NodeID": "DiceMain.Goldfinger",
"GuideTalkIDList": [
90411,
90412
]
}
],
"NodeIDList": [
"DiceMain.Goldfinger"
],
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9041
}
]
}
]
}