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

87 lines
2.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"Param": "Main.Game"
}
],
"NodeIDList": [
"Main.BuildTarget"
],
"GuideTextType": "Talk",
"GuideTalkID": 800301,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SwordTrainingPage"
},
"EnableActionList": [],
"EnableBattleOperationList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"Param": "Main.Game"
}
],
"NodeIDList": [
"Main.Coin2"
],
"GuideTextType": "Talk",
"GuideTalkID": 800302,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "TrainPartyEntrancePage"
},
"EnableActionList": [],
"EnableBattleOperationList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "Main.Game"
}
],
"NodeIDList": [
"Main.Game"
],
"GuideTextType": "Talk",
"GuideTalkID": 800303,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "SwordTrainingPage"
},
"EnableActionList": [],
"EnableBattleOperationList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}