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

36 lines
756 B
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.ShowTutorialGuideTalk",
"GuideResID": 22,
"GuideTalkIDList": [
517101,
517102,
517103,
517104,
517105
],
"NodeID": "MonopolyDailyTransferDialog.CountPanel",
"OffsetX": -150,
"OffsetY": 150
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5171
}
]
}
]
}