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

35 lines
817 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"Detail.Jump"
],
"GuideTextType": "Talk",
"GuideTalkID": 545701,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SwordTrainingPage"
},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5457
}
]
}
]
}