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

56 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "EvolveBattle_UltraSkill_Avatar1106"
}
},
{
"$type": "RPG.GameCore.PauseGame",
"Pause": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "PhaseBtn"
}
],
"NodeIDList": [
"PhaseBtn"
],
"IsAutoMatchGuideHintType": false,
"GuideHintType": "ClickRect",
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_514001",
"GuideTalkID": 536001,
"OverrideActionName": "Menu_Confirm",
"CustomTextDirection": "LeftUp",
"GuideHintShowConfig": {
"UseCustomConfig": true
},
"GuideTextShowConfig": {
"UseCustomConfig": true,
"OffsetX": -80,
"OffsetY": -150
},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.PauseGame"
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5360
}
]
}
]
}