Files
turnbasedgamedata/Config/Level/Tutorial/Tutorial_8204.json
2025-05-20 21:34:22 -03:00

31 lines
738 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"ParkourCarInfoPage.CarTab"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_820501",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}