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

132 lines
3.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "InventoryPage"
},
{
"$type": "RPG.GameCore.TutorialLockPlayerAction",
"Lock": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "QuickConsumable.BtnAttackIcon"
}
],
"NodeIDList": [
"QuickConsumable.BtnAttackIcon"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401506"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "InventoryPage.408401",
"ForceSetNavigation": true
}
],
"NodeIDList": [
"InventoryPage.408401"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401507"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "Bottom.Comfirm"
}
],
"NodeIDList": [
"Bottom.Comfirm"
],
"GuideHintType": "NormalRect",
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401508"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "ClickBtn",
"Param": "ConsumablesUse.Confirm"
}
],
"NodeIDList": [
"ConsumablesUse.Confirm"
],
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401509"
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "ShowUIContext",
"Param": "InventoryPage"
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"BottomPanel.BtnAttackIcon"
],
"GuideHintType": "NormalRect",
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401512",
"GuideTextController": "TutorialTextmap_401512_ctr",
"OverrideActionName": "Menu_UnchangeX",
"CustomTextDirection": "LeftUp",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitPlayerAction",
"ActionType": "AnyAction"
}
],
"NodeIDList": [
"BottomPanel.BtnAttackIcon"
],
"GuideHintType": "NormalRect",
"GuideTextType": "InfoTip",
"GuideText": "TutorialTextmap_401513",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {}
},
{
"$type": "RPG.GameCore.TutorialFinish",
"TutorialID": 4015
}
]
}
]
}