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

57 lines
1.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"Monopoly.Friend.List"
],
"IsAutoMatchGuideHintType": false,
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_509301",
"GuideTalkID": 518801,
"OverrideActionName": "Menu_UnchangeA",
"CustomTextDirection": "Down",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"Monopoly.Friend.Reward"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_509301",
"GuideTalkID": 518802,
"OverrideActionName": "Menu_UnchangeA",
"CustomTextDirection": "Down",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"EnableActionList": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5188
}
]
}
]
}