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

59 lines
1.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"DrinkMakerGameplayPage.ImgPanel"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_508601",
"GuideTalkID": 516101,
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"DrinkMakerGameplayPage.IngredientSelect"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_508601",
"GuideTalkID": 516102,
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowTutorialGuideTalk",
"GuideResID": 23,
"GuideTalkIDList": [
516103
],
"NodeID": "DrinkMakerGameplayPage.IngredientSelect",
"OffsetX": -640,
"Follow": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5161
}
]
}
]
}