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

126 lines
3.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.CheckUIMode",
"OnMobile": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "RelicFilterDialog.TabStatus",
"ProtectTime": 0
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "Tutorial_4021"
}
}
],
"NodeIDList": [
"RelicFilterDialog.TabStatus"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_402101",
"EnableActionList": []
}
],
"OnPC": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "RelicFilterDialog.TabStatus",
"ProtectTime": 0
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "Tutorial_4021"
}
}
],
"NodeIDList": [
"RelicFilterDialog.TabStatus"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_402101",
"EnableActionList": []
}
],
"OnController": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ActionPress",
"Param": "Menu_UnchangeRightTrigger",
"ProtectTime": 0
},
{
"$type": "RPG.GameCore.TutorialClickBtn",
"NodeID": "RelicFilterDialog.TabStatus"
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "Tutorial_4021"
}
}
],
"NodeIDList": [
"RelicFilterDialog.TabStatus"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_402101",
"EnableActionList": []
}
]
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Tutorial_4021"
}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"Param": "RelicFilterDialog.StatusPanelContent",
"ProtectTime": 0
}
],
"NodeIDList": [
"RelicFilterDialog.StatusPanelContent"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_402102",
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4021
}
]
}
]
}