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

56 lines
1.4 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 8075,
"WaitForExit": true,
"TaskEnabled": false
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 1.5
}
}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0
}
],
"NodeIDList": [
"ChallengeLevel.MaxLevel"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_509301",
"OverrideActionName": "Menu_UnchangeA",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableSubmit": true,
"EnableClickInHintArea": true,
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction"
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5094
}
]
}
]
}