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

24 lines
480 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Rogue_ExtraPhaseBegin"
}
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 9312,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9067
}
]
}
]
}