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

48 lines
1.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"FailPage.Rank"
],
"GuideTextType": "Talk",
"GuideTalkID": 546501,
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SwordTrainingBattleFailPage"
}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"FailPage.Retry"
],
"GuideTextType": "Talk",
"GuideTalkID": 546502,
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5465
}
]
}
]
}