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

30 lines
716 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "RelicSellpaage.BtnLockSetting"
}
],
"NodeIDList": [
"RelicSellpaage.BtnLockSetting"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_402801",
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4028
}
]
}
]
}