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

61 lines
1.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.TutorialForbidAutoBattle",
"IsForbid": true
},
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Stage_InfoDetailPage_Start"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8147,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.WaitTurnCount",
"CalcMethod": "LightTeam",
"TaskList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"ChallengeBoss.Battle.Guide"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_553301",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": [
"UIOperation"
]
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5533
}
]
}
]
}