turnbasedgamedata/Config/Level/Tutorial/Tutorial_9082.json
2025-02-24 07:50:34 -03:00

85 lines
2.3 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitUIControllerClose",
"UIControllerName": "RogueMagicItemUnlockDialog"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "RogueMagicMainPage.BtnSwitch",
"ProtectTime": 0.5
}
],
"NodeIDList": [
"RogueMagicMainPage.BtnSwitch"
],
"GuideHintType": "ClickRect",
"GuideTextType": "RogueTalk",
"GuideText": "TutorialTextmap_904802",
"GuideTalkID": 908201,
"CustomTextDirection": "Left",
"GuideHintShowConfig": {
"OffsetY": -8.36
},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction",
"Param": "RogueMagicMainPage.BtnUI3DEntry1"
}
],
"NodeIDList": [],
"GuideHintType": "ClickRect",
"GuideTextType": "RogueCenterTalk",
"GuideText": "TutorialTextmap_904802",
"GuideTalkID": 908202,
"CustomTextDirection": "Down",
"GuideHintShowConfig": {
"OffsetY": -8.36
},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {
"Type": "Normal",
"Name": "RogueMagicEntrancePage"
},
"EnableActionList": [],
"EnableBattleOperationList": []
},
{
"$type": "RPG.GameCore.TutorialClose"
}
]
}
]
}