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

55 lines
1.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "EvolveBuildStagePage",
"OnSuccessImmediate": []
},
{
"$type": "RPG.GameCore.ShowGuideEvolveTalk",
"TalkIDList": [
536101,
536102,
536103
]
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0
}
],
"NodeIDList": [
"RecommendWeapon"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_514001",
"GuideTalkID": 536104,
"OverrideActionName": "Menu_Confirm",
"CustomTextDirection": "Right",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {
"OffsetX": -500
},
"EnableActionList": [],
"EnableBattleOperationList": [
"Null"
]
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5361
}
]
}
]
}