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

85 lines
2.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "RelicLevelUpPanel.BtnRarity",
"ProtectTime": 0
}
],
"NodeIDList": [
"RelicLevelUpPanel.BtnRarity"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_402001",
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "StarSelectOrderDialog.TogEnable",
"ProtectTime": 0
}
],
"NodeIDList": [
"StarSelectOrderDialog.TogEnable"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_402002",
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "StarSelectOrderDialog.BtnConfirm",
"ProtectTime": 0
}
],
"NodeIDList": [
"StarSelectOrderDialog.BtnConfirm"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_402003",
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "RelicLevelUpPanel.BtnAuto",
"ProtectTime": 0
}
],
"NodeIDList": [
"RelicLevelUpPanel.BtnAuto"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_402004",
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4020
}
]
}
]
}