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

67 lines
1.8 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"RogueMagicTabSkill.1"
],
"IsAutoMatchGuideHintType": false,
"GuideHintType": "ClickRect",
"GuideTextType": "RogueTalk",
"GuideTalkID": 907601,
"CustomTextDirection": "RightUp",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"RogueMagicTabSkill.HasPanel.1"
],
"GuideTextType": "RogueTalk",
"GuideTalkID": 907602,
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [],
"GuideTextType": "RogueCenterTalk",
"GuideTalkID": 907603,
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "RogueMagicCommonHintDialog"
}
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}