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

63 lines
1.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "Monopoly.Main.SPRoll",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"Monopoly.Main.SPRoll"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_509301",
"GuideTalkID": 518301,
"OverrideActionName": "Menu_UnchangeY",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "Monopoly.RemoteDice.Five",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"Monopoly.RemoteDice.Five"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_509301",
"GuideTalkID": 518302,
"OverrideActionName": "Menu_UnchangeA",
"GuideHintShowConfig": {
"UseCustomConfig": true,
"ScaleX": 0.5,
"ScaleY": 0.5
},
"GuideTextShowConfig": {},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5183
}
]
}
]
}