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

82 lines
2.2 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Stage_RankA"
}
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "ActFever.FeverBuffDes01"
},
{
"$type": "RPG.GameCore.LockBattleOperation",
"OperationWhiteList": [],
"OnClickLockButton": []
},
{
"$type": "RPG.GameCore.PauseGame",
"Pause": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"ActFever.FeverLevelDes01"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_514006",
"GuideTalkID": 983090,
"OverrideActionName": "Menu_Confirm",
"CustomTextDirection": "LeftUp",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"ActFever.FeverBuffDes01"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_514012",
"GuideTalkID": 983085,
"OverrideActionName": "Menu_Confirm",
"CustomTextDirection": "LeftUp",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.PauseGame"
},
{
"$type": "RPG.GameCore.LockBattleOperation",
"IsLock": false,
"OperationWhiteList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5191
}
]
}
]
}