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

137 lines
3.8 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.LockToast"
},
{
"$type": "RPG.GameCore.TutorialForbidAutoBattle",
"IsForbid": true
},
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "Death_BlackSwan_BattleEvent"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.LockBattleOperation",
"OperationWhiteList": []
},
{
"$type": "RPG.GameCore.WaitUINodeOpen",
"NodeID": "BattleGamePhaseUI.BattleSkillSpecialButton"
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.5
}
}
},
{
"$type": "RPG.GameCore.ShowGuide",
"ID": 101,
"GuideResID": 1,
"NodeID": "BattleGamePhaseUI.BattleSkillSpecialButton",
"Show": true,
"CopyAnchorAndSale": true,
"PCGuide": {},
"AnimConfig": {}
},
{
"$type": "RPG.GameCore.ShowTutorialUIMask",
"NodeID": "BattleGamePhaseUI.BattleSkillSpecialButton",
"Show": true,
"Type": 1,
"PCGuide": {},
"AnimConfig": {
"UseAnim": true,
"TotalTime": 0.25
}
},
{
"$type": "RPG.GameCore.ShowGuideText",
"ID": 201,
"GuideResID": 15,
"NodeID": "BattleGamePhaseUI.BattleSkillSpecialButton",
"Show": true,
"Text": "TutorialTextmap_700401",
"ActionName": "Battle_ReleaseColossusSkill",
"OffsetX": -100,
"PCGuide": {
"GuideResID": 5,
"Path": "Page",
"TextPath": "Contents/Text",
"Text": "TutorialTextmap_100101_pc",
"ActionName": "Battle_SkillRelease"
}
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.5
}
}
},
{
"$type": "RPG.GameCore.LockBattleOperation",
"OperationWhiteList": [
"BattleEventButton"
]
},
{
"$type": "RPG.GameCore.WaitTutorial",
"Event": "SelectUltra",
"Param": "60010",
"OnSuccessImmediate": []
},
{
"$type": "RPG.GameCore.ShowGuide",
"ID": 101,
"GuideResID": 1,
"Path": "Page/BattleGamePhaseUI(Clone)/ActiveCharacterSkill/SkillButtonSpecial/BattleSkillButtonV2",
"CopyAnchorAndSale": true,
"PCGuide": {},
"AnimConfig": {}
},
{
"$type": "RPG.GameCore.ShowTutorialUIMask",
"Path": "Page/BattleGamePhaseUI(Clone)/ActiveCharacterSkill/SkillButtonSpecial/BattleSkillSpecialButton",
"Type": 1,
"Scale": 1.2,
"PCGuide": {},
"AnimConfig": {}
},
{
"$type": "RPG.GameCore.ShowGuideText",
"ID": 201,
"GuideResID": 9,
"Path": "Page/BattleGamePhaseUI(Clone)/ActiveCharacterSkill/SkillButtonSpecial/BattleSkillButtonV2",
"Text": "BattleMessage_W2_Huanlong_DanHengIL_BattleEvent",
"OffsetX": -238,
"OffsetY": 100,
"PCGuide": {
"GuideResID": 5,
"Path": "Page",
"TextPath": "Contents/Text",
"Text": "TutorialTextmap_100101_pc",
"ActionName": "Battle_SkillRelease"
}
},
{
"$type": "RPG.GameCore.LockBattleOperation",
"IsLock": false,
"OperationWhiteList": []
}
]
}
]
}