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

36 lines
921 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"Param": "AvatarProfessionSwitchMenuInfo"
}
],
"NodeIDList": [
"InventoryPage.BtnUse"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_404801",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4048
}
]
}
],
"ValueSource": {}
}