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

39 lines
1001 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"FriendListInfoRowTemplate.Avatar"
],
"IsAutoMatchGuideHintType": false,
"GuideHintType": "ClickCircle",
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_403701",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {
"UseCustomConfig": true,
"OffsetX": 100,
"OffsetY": 70
},
"GuideUIContextConfig": {},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4037
}
]
}
]
}