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

69 lines
1.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.4
}
],
"NodeIDList": [
"Clockboy.Broken"
],
"GuideTextType": "Talk",
"GuideTalkID": 511501
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.4
}
],
"NodeIDList": [
"Clockboy.BrokenItem"
],
"GuideTextType": "Talk",
"GuideTalkID": 511502
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "clockboy.close",
"ProtectTime": 0
}
],
"NodeIDList": [
"clockboy.close"
],
"GuideTextType": "Talk",
"GuideTalkID": 511503,
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialTaskUnlock",
"TriggerParam": {
"Value": "5115"
}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5115
}
]
}
]
}