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

109 lines
3.0 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Stage_RankSS"
}
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "ActFever.FeverLevelDes01"
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "NodeRename"
},
{
"$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": [
"BattleGamePhaseUI.NormalMode.Append_Neutral_Normal_96085"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_514013",
"GuideTalkID": 983078,
"CustomTextDirection": "RightDown",
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"ActFever.FeverLevelDes01"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_514014",
"GuideTalkID": 983085,
"OverrideActionName": "Menu_Confirm",
"CustomTextDirection": "LeftUp",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"ActFever.FeverLevelDes01"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_514015",
"GuideTalkID": 983085,
"OverrideActionName": "Menu_Confirm",
"CustomTextDirection": "LeftUp",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.PauseGame"
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction"
},
{
"$type": "RPG.GameCore.TutorialForbidAutoBattle"
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5192
}
]
}
]
}