turnbasedgamedata/Config/Level/Tutorial/Tutorial_5561.json
2025-02-24 07:50:34 -03:00

44 lines
1.1 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"FourthWorldRaidCollectionTab2A.CommonTabItem.2"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_556101",
"GuideHintShowConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"FourthWorldRaidCollectionTab2A.CommonTabItem.2"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_556102",
"GuideHintShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}