turnbasedgamedata/Config/Level/Tutorial/Tutorial_4064.json
2025-04-07 09:10:56 -03:00

35 lines
855 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"Param": "QuickFarm.Btn"
}
],
"NodeIDList": [
"QuickFarm.Btn"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_406401",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
],
"ValueSource": {},
"EntityEventList": []
}