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

74 lines
1.9 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideEvolveTalk",
"TalkIDList": [
539101,
539102
]
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0
}
],
"NodeIDList": [
"WeaponPropInfo"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_514001",
"GuideTalkID": 539103,
"OverrideActionName": "Menu_Confirm",
"CustomTextDirection": "Up",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {
"OffsetX": -600,
"OffsetY": -100
},
"GuideUIContextConfig": {},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"ProtectTime": 0
}
],
"NodeIDList": [
"ScrollViewMask"
],
"GuideTextType": "Talk",
"GuideText": "TutorialTextmap_514001",
"GuideTalkID": 539104,
"OverrideActionName": "Menu_Confirm",
"CustomTextDirection": "Right",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {
"OffsetX": -600,
"OffsetY": -100
},
"GuideUIContextConfig": {},
"EnableActionList": [],
"DisableBlackMask": true
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 5391
}
]
}
]
}