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

59 lines
1.6 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "RelicLevelUpPanel.BtnRarity",
"ProtectTime": 0.2
}
],
"NodeIDList": [
"RelicLevelUpPanel.BtnRarity"
],
"GuideHintType": "ClickRect",
"GuideTextType": "RogueTalk",
"GuideText": "TutorialTextmap_904802",
"GuideTalkID": 908601,
"CustomTextDirection": "Down",
"GuideHintShowConfig": {
"OffsetY": -8.36
},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "RogueMagicSelectUnitPage"
},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [],
"GuideTextType": "RogueCenterTalk",
"GuideTalkID": 908602,
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "RogueMagicStyleTypeSelectDialog"
}
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}