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

35 lines
836 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "HuleiTutorial"
}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 2
}
],
"NodeIDList": [
"Hulei_Node"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_701201",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": []
}
]
}
]
}