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

106 lines
2.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.BlockInputController",
"Enable": true,
"ActionNameList": []
},
{
"$type": "RPG.GameCore.BlockSubmitEvents"
},
{
"$type": "RPG.GameCore.TutorialNotify",
"Type": "LockController",
"Param": "1"
},
{
"$type": "RPG.GameCore.ShowTutorialUI"
},
{
"$type": "RPG.GameCore.ShowUINodes",
"Nodes": [
"AboveDialog/TutorialDialog(Clone)/MaskRaycastTarget"
],
"Open": true
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "AetherDivideEntryPage.GymButton",
"SkipCheck": true
},
{
"$type": "RPG.GameCore.WaitUIAnim",
"NodeID": "AetherDivideEntryPage.GymButtonAni",
"AnimStateName": "AetherDivideTerminal_GymEnter1_FadeIn"
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
},
"TaskEnabled": false
},
{
"$type": "RPG.GameCore.ShowGuide",
"ID": 101,
"GuideResID": 1,
"NodeID": "AetherDivideEntryPage.Gym",
"Show": true,
"CopyAnchorAndSale": true,
"Scale": 1.1,
"PCGuide": {},
"AnimConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideText",
"ID": 202,
"GuideResID": 4,
"NodeID": "AetherDivideEntryPage.Gym",
"Show": true,
"Text": "TutorialTextmap_AetherDivide_10001",
"ActionName": "Menu_Confirm",
"CopyAnchorAndSale": true,
"OffsetY": -100,
"PCGuide": {}
},
{
"$type": "RPG.GameCore.ShowTutorialMask",
"NodeIDList": [
"AetherDivideEntryPage.Gym"
],
"Show": true,
"BlockClick": true,
"Type": 1,
"AnimConfig": {}
},
{
"$type": "RPG.GameCore.BlockInputController",
"Enable": true,
"ActionNameList": [
"Menu_Confirm"
]
},
{
"$type": "RPG.GameCore.BlockSubmitEvents",
"Enable": true
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ClickBtnWithPath",
"Param": "AetherDivideEntryPage.GymButton",
"OnSuccessImmediate": []
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 9901
}
]
}
]
}