mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-07 12:43:45 +08:00
43 lines
982 B
JSON
43 lines
982 B
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.ShowTutorialUI"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.WaitTurnCount",
|
|
"CalcMethod": "LightTeam",
|
|
"TaskList": []
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.WaitTutorial",
|
|
"Event": "LevelCharacterSPFull"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ShowGuideTalk",
|
|
"Show": true
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.WaitTutorial",
|
|
"Event": "ClickAction",
|
|
"OnSuccessImmediate": [
|
|
{
|
|
"$type": "RPG.GameCore.ShowGuideTalk",
|
|
"Show": true
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.ShowTutorialUI",
|
|
"IsHide": true
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.TutorialFinish",
|
|
"TutorialID": 2014
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |