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

62 lines
1.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "ShopPage",
"OnSuccessImmediate": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "CommonCenterTalk",
"GuideText": "TutorialTextmap_511301",
"GuideTalkID": 970301,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "ShopPage"
},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "CommonCenterTalk",
"GuideText": "TutorialTextmap_511301",
"GuideTalkID": 970302,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "ShopPage"
}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9703
}
]
}
]
}