turnbasedgamedata/Config/Level/TestLevel/TriggerEvent_MonsterControl_ControlEntity2.json
2024-10-21 03:16:22 -03:00

112 lines
2.8 KiB
JSON

{
"OnInitSequece": [],
"OnStartSequece": [
{
"TaskList": []
},
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetupUITrigger",
"ButtonText": {
"Hash": -1165830005
},
"ButtonCallback": [
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "BlackScreen2"
}
},
{
"$type": "RPG.GameCore.PlayerRemoteControlOtherEntity",
"TargetEntity": {
"$type": "RPG.GameCore.TargetFetchAdvNPC",
"MultiGroupFetch": [
{
"GroupID": 1,
"GroupNpcID": 400001
}
]
},
"SpecialNPCID": 12113,
"RecoverControlEntityPosition": true,
"LeavePlayerStubInplace": true
},
{
"$type": "RPG.GameCore.WaitSecond",
"WaitTime": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.3
}
}
},
{
"$type": "RPG.GameCore.ShowFuncBtn",
"PuzzleFunc": "TriggerCustomString",
"CDDuration": 0,
"CustomString": {
"Value": "CancelControl2"
}
}
],
"OverrideTargetTypes": [],
"OnEnterFilter": {
"$type": "RPG.GameCore.AdventureByIsNPCControlled",
"Any": true,
"Inverse": true
},
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "BlackScreen2"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.PlayScreenTransfer",
"Mode": "FullTransfer",
"TransferFullDuration": {
"PrevDuration": 0.2,
"KeepDuration": 0.3,
"PostDuration": 0.2
}
}
]
},
{
"IsLoop": true,
"TaskList": [
{
"$type": "RPG.GameCore.WaitCustomString",
"CustomString": {
"Value": "CancelControl2"
},
"WaitOwnerOnly": true
},
{
"$type": "RPG.GameCore.TriggerCustomString",
"CustomString": {
"Value": "BlackScreen2"
}
},
{
"$type": "RPG.GameCore.PlayerRemoteControlOtherEntity",
"IsCancel": true,
"RecoverControlEntityPosition": true,
"LeavePlayerStubInplace": true
}
]
}
]
}