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

51 lines
1.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0
}
],
"NodeIDList": [
"UI.ActivityStrongChallenge.BossSkillPanel"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_509501",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0
}
],
"NodeIDList": [
"UI.ActivityStrongChallenge.BattleSkillPanel"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_509502",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5095
}
]
}
]
}