turnbasedgamedata/Config/Level/Tutorial/Tutorial_8001.json
2024-12-02 04:04:12 -03:00

140 lines
3.8 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.TutorialHideNodes",
"NodeIDList": [
"Blue.Name",
"Blue.List"
]
},
{
"$type": "RPG.GameCore.TutorialBlockAndWait",
"WaitSecond": 1.5
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8193,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "Blue.Clear"
}
],
"NodeIDList": [
"Blue.Clear"
],
"GuideTextType": "Talk",
"GuideTalkID": 800101,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SwordTrainingPage"
},
"EnableActionList": [],
"EnableBattleOperationList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "Build.Item"
}
],
"NodeIDList": [
"Build.Item"
],
"GuideTextType": "Talk",
"GuideTalkID": 800102,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SwordTrainingPage"
},
"EnableActionList": [],
"EnableBattleOperationList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialHideNodes",
"NodeIDList": [
"TaskConfrim.201021",
"TaskConfrim.201017"
]
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "TrainPartyBuildTaskPage"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "TaskConfrim.201011"
}
],
"NodeIDList": [
"TaskConfrim.201011"
],
"GuideTextType": "Talk",
"GuideTalkID": 800103,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SwordTrainingPage"
},
"EnableActionList": [],
"EnableBattleOperationList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "Build.Item"
}
],
"NodeIDList": [
"Build.Item"
],
"GuideTextType": "Talk",
"GuideTalkID": 800104,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SwordTrainingPage"
},
"EnableActionList": [],
"EnableBattleOperationList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}