turnbasedgamedata/Config/Level/Tutorial/InBattle/Tutorial_BattleCollege_400019.json
2024-12-02 04:04:12 -03:00

75 lines
1.8 KiB
JSON

{
"OnInitSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.DefineDynamicValue",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchCaster"
},
"DynamicKey": {
"Value": "BattleCollegeStage101"
},
"ContextScope": "TargetEntity"
}
]
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowTutorialUI",
"AssociatedUIName": "BattleGamePageContext",
"ForceShowDialog": true
},
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "PauseBattleToastWhenGamePause",
"Param": "true"
},
{
"$type": "RPG.GameCore.ForceShowActionDelay",
"IsShow": true
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Stage_InfoDetailPage_Start"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.ShowTutorialGuide",
"GuideID": 9702,
"WaitForExit": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 3
}
],
"NodeIDList": [],
"GuideTextType": "TopCenterTip",
"GuideText": "TutorialTextmap_BattleCollege_1801",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "BattleGamePageContext"
}
}
]
}
],
"ValueSource": {},
"Type": "SubGraph"
}