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

45 lines
1.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"BattleGameUI.StanceCount"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_700702",
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"TeamShieldPanel.Shield"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_700703",
"GuideUIContextConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 7008
}
]
}
]
}