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

60 lines
1.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.LockBattleOperation",
"OperationWhiteList": [],
"OnClickLockButton": []
},
{
"$type": "RPG.GameCore.WaitTurnCount",
"TaskList": []
},
{
"$type": "RPG.GameCore.TutorialForbidAutoBattle",
"IsForbid": true
},
{
"$type": "RPG.GameCore.PauseGame",
"Pause": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 2
}
],
"NodeIDList": [
"BattleTimeLineTurnMark"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_514011",
"GuideTalkID": 983078,
"CustomTextDirection": "RightDown",
"EnableActionList": []
},
{
"$type": "RPG.GameCore.PauseGame"
},
{
"$type": "RPG.GameCore.LockBattleOperation",
"IsLock": false,
"OperationWhiteList": []
},
{
"$type": "RPG.GameCore.TutorialForbidAutoBattle"
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5193
}
]
}
]
}