Files
turnbasedgamedata/Config/Level/Maze/MazeTest/ControlDrone/Raid/Raid_GoToNextArea_HaveOption.json
2025-12-16 23:42:12 +01:00

210 lines
5.7 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Custom": true,
"Key": "MissionFinishStr"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 1
}
}
},
{
"$type": "RPG.GameCore.LockPlayerControl",
"LockCameraControl": false
},
{
"$type": "RPG.GameCore.ShowTalkUI",
"Show": true
},
{
"$type": "RPG.GameCore.SelectorConfig",
"TaskList": [
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "TargetProp"
}
},
"Execute": [
{
"$type": "RPG.GameCore.PlayAndWaitSimpleTalk",
"Backgrounds": [],
"SimpleTalkList": [
{
"TalkSentenceID": 412210420,
"ProtectTime": 0.3
}
]
},
{
"$type": "RPG.GameCore.PlayOptionTalk",
"OptionList": [
{
"$type": "RPG.GameCore.OptionTalkInfo",
"TalkSentenceID": 412210013,
"OptionIconType": {
"EnumIndex": 11,
"Value": 2
},
"TriggerCustomString": "TalkSentence_412210013"
},
{
"$type": "RPG.GameCore.OptionTalkInfo",
"TalkSentenceID": 412210405,
"OptionIconType": {
"EnumIndex": 11,
"Value": 2
},
"TriggerCustomString": "TalkSentence_412210405"
}
]
}
]
},
{
"$type": "RPG.GameCore.PropStateExecute",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx",
"FetchType": "SinglePropByPropKey",
"SinglePropKey": {
"Custom": true,
"Key": "TargetProp"
}
},
"State": "Open",
"Execute": [
{
"$type": "RPG.GameCore.PlayAndWaitSimpleTalk",
"Backgrounds": [],
"SimpleTalkList": [
{
"TalkSentenceID": 412210152,
"ProtectTime": 0.3
}
]
},
{
"$type": "RPG.GameCore.PlayOptionTalk",
"OptionList": [
{
"$type": "RPG.GameCore.OptionTalkInfo",
"TalkSentenceID": 412210405,
"OptionIconType": {
"EnumIndex": 11,
"Value": 2
},
"TriggerCustomString": "TalkSentence_412210405"
}
]
}
]
}
]
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "TalkSentence_412210013"
},
"WaitOwnerOnly": true,
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.ShowTalkUI"
},
{
"$type": "RPG.GameCore.UnLockPlayerControl"
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "TalkSentence_412210405"
},
"GoNextImmediately": true
},
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"Mode": "SwitchOut",
"CustomTime": 0.5,
"TextEnabled": true,
"TalkSentenceID": 412210407
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Custom": true,
"Key": "DronePuzzleCloseStr"
}
},
{
"$type": "RPG.GameCore.SetForceStreamingThisFrame",
"StartLoadingTick": true
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.1
}
}
},
{
"$type": "RPG.GameCore.WaitStreamingJobFinished",
"StopLoadingTick": true
},
{
"$type": "RPG.GameCore.PlayScreenTransfer"
},
{
"$type": "RPG.GameCore.ShowTalkUI"
},
{
"$type": "RPG.GameCore.UnLockPlayerControl"
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedString",
"Key": "MissionFinishStr"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "TargetProp"
},
{
"$type": "RPG.GameCore.SharedString",
"Key": "DronePuzzleCloseStr"
}
]
}
}