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

58 lines
1.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"RecommondListDialog.DescPanel2"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_403601",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 1.5
}
],
"NodeIDList": [],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "TopCenterTip",
"GuideText": "TutorialTextmap_403602",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {
"ScaleY": 2,
"OffsetY": 500
},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "RecommendLineupListDialog"
},
"EnableActionList": [],
"EnableBattleOperationList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4036
}
]
}
]
}