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

40 lines
1019 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 9904,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "AlleyPackGoodItem.102"
}
],
"NodeIDList": [
"AlleyPackGoodItem.102"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_555301",
"GuideTalkID": 555301,
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5553
}
]
}
]
}