2024-10-21 03:16:22 -03:00

58 lines
1.3 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialUI",
"ForceShowDialog": true
}
]
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Stage_HuoHuo"
}
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.PauseGame",
"Pause": true
},
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "NodeRename"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"BattleGamePhaseUI.NormalMode.Append_Neutral_Normal_60011"
],
"GuideTextType": "Talk",
"GuideTalkID": 507601
},
{
"$type": "RPG.GameCore.PauseGame"
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction"
}
]
}
]
}