Files
turnbasedgamedata/Config/Level/Tutorial/Tutorial_6513.json
2025-09-25 21:02:32 +02:00

34 lines
807 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 1.5
}
],
"NodeIDList": [
"ChallengePeakTeamEditPage.WarningTip1"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_651301",
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "ChallengePeakEditPage"
}
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
],
"ValueSource": {},
"EntityEventList": []
}