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

35 lines
851 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"Param": "RelicSwitch"
}
],
"NodeIDList": [
"RelicSwitch"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_407501",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
],
"ValueSource": {},
"EntityEventList": []
}