turnbasedgamedata/Config/Level/Tutorial/Tutorial_5511.json
2025-02-24 07:50:34 -03:00

92 lines
2.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 6107,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.PauseGame",
"Pause": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "MiniGameShoot.BtnSkill"
}
],
"NodeIDList": [
"MiniGameShoot.BtnSkill"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_551101",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.PauseGame"
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 3
}
},
"IsRealtime": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 2,
"ForceSetNavigation": true
}
],
"NodeIDList": [
"MiniGameShoot.BtnSkill"
],
"GuideHintType": "NormalCircle",
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_551102",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5511
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "ExitBulletTime"
}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5511
}
]
}
],
"ValueSource": {}
}