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

68 lines
1.9 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"RogueMagicSelectWeaponPage.ConditionDescButton"
],
"GuideHintType": "ClickRect",
"GuideTextType": "RogueTalk",
"GuideText": "TutorialTextmap_904802",
"GuideTalkID": 908001,
"CustomTextDirection": "Down",
"GuideHintShowConfig": {
"OffsetY": -8.36
},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "RogueMagicSelectScepterPage"
},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"RogueMagicSelectWeaponPage.BuffDescButton"
],
"GuideHintType": "ClickRect",
"GuideTextType": "RogueTalk",
"GuideText": "TutorialTextmap_904802",
"GuideTalkID": 908002,
"CustomTextDirection": "Down",
"GuideHintShowConfig": {
"OffsetY": -8.36
},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "RogueMagicSelectScepterPage"
},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}