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

36 lines
857 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"Switch.Btn"
],
"GuideTextType": "Talk",
"GuideTalkID": 545201,
"CustomTextDirection": "Down",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SwordTrainingPage"
},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5452
}
]
}
]
}