Files
turnbasedgamedata/Config/Level/Tutorial/Tutorial_7002.json
2025-07-03 15:21:03 +02:00

91 lines
2.5 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Huanlong_DanHengIL_BattleEvent"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.PauseGame",
"Pause": true
},
{
"$type": "RPG.GameCore.WaitBattleOperation",
"OperationType": "BattleEvent"
}
],
"NodeIDList": [
"BattleGamePhaseUI.BattleSkillSpecialButton"
],
"GuideTextType": "InfoTip",
"GuideText": "BattleMessage_W2_Huanlong_DanHengIL_BattleEvent",
"OverrideActionName": "Menu_ReleaseColossusSkill",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": [],
"ShowDelay": 0.5
},
{
"$type": "RPG.GameCore.PauseGame"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Huanlong_JingYuan_UltraSkill"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.TriggerTutorial",
"TutorialKey": "Tutorial7002"
}
]
},
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitTriggerTutorial",
"TutorialKey": "Tutorial7002",
"OnTrigger": [
{
"$type": "RPG.GameCore.ShowGuideHintWithText",
"Block": true,
"TargetEvent": [
{
"$type": "RPG.GameCore.WaitBattleOperation",
"OperationType": "SelectUltraByAvatarID",
"Param": "1204"
}
],
"NodeIDList": [
"BattleGamePhaseUI.EffContainerBack.1204"
],
"GuideTextType": "InfoTip",
"GuideText": "BattleMessage_W2_Huanlong_JingYuan_UltraSkill",
"GuideHintShowConfig": {},
"GuideTextShowConfig": {},
"GuideUIContextConfig": {},
"EnableActionList": [],
"EnableBattleOperationList": []
}
]
}
]
}
]
}