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

80 lines
2.2 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "Monopoly.Main.Buff"
},
{
"$type": "RPG.GameCore.TutorialSetMonopolyToastPauseState"
},
{
"$type": "RPG.GameCore.TutorialSetMonopolyPauseState"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "Monopoly.Main.Buff"
}
],
"NodeIDList": [
"Monopoly.Main.Buff"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_509301",
"GuideTalkID": 520201,
"OverrideActionName": "Menu_UnchangeLeftBumper",
"CustomTextDirection": "RightDown",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 2
}
],
"NodeIDList": [
"Monopoly.Buff.902"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_509301",
"GuideTalkID": 520202,
"OverrideActionName": "Menu_UnchangeA",
"CustomTextDirection": "Down",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.WaitUIControllerClose",
"UIControllerName": "ActivityMonopolyBuffDisplayDialog"
},
{
"$type": "RPG.GameCore.TutorialSetMonopolyPauseState",
"IsPause": false
},
{
"$type": "RPG.GameCore.TutorialSetMonopolyToastPauseState",
"IsPause": false
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5202
}
]
}
]
}